guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, wip-cps-for-merge, updated. v2.1.0-181


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-cps-for-merge, updated. v2.1.0-181-ge889c1e
Date: Thu, 29 Aug 2013 06:53:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=e889c1eb7fe05974b2515ed92a0333a1f40c6460

The branch, wip-cps-for-merge has been updated
  discards  b912a1064e2b9861367fd92e9951f3e3871619fd (commit)
  discards  8c11b52f1242ea2f2467fb7accedcc34f9ec9b52 (commit)
  discards  dfad54a1c3e9ee939c283c1e1ba85c6a28acb292 (commit)
  discards  2026075817f8f4bb32c9ea44c788597cb3cc744b (commit)
  discards  316d2ec920d27f4dd4afa33257d7c6a0658eb746 (commit)
  discards  22960d3b6d15f5ce12f6b9bf810ba531bba1bc02 (commit)
       via  e889c1eb7fe05974b2515ed92a0333a1f40c6460 (commit)
       via  57c870e5bbf9a686977a0f75e337a5bfa9524194 (commit)
       via  08d79e5477241419a3c2706b3c2ef1b02baba7a8 (commit)
       via  8e729f61146b8df46aade6143e30f7d993889207 (commit)
       via  0ceb68b83c5f2f6df21ff56233d06472221f6e41 (commit)
       via  8e3f7846245d262c5ef35e2e84c553ecb37b444b (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (b912a1064e2b9861367fd92e9951f3e3871619fd)
            \
             N -- N -- N (e889c1eb7fe05974b2515ed92a0333a1f40c6460)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e889c1eb7fe05974b2515ed92a0333a1f40c6460
Author: Andy Wingo <address@hidden>
Date:   Sat Aug 24 15:02:57 2013 +0200

    Add contification pass
    
    * module/Makefile.am:
    * module/language/cps/contification.scm: New pass.
    
    * module/language/cps/compile-rtl.scm (optimize): Wire it into the
      compiler.

commit 57c870e5bbf9a686977a0f75e337a5bfa9524194
Author: Andy Wingo <address@hidden>
Date:   Sun Aug 11 14:08:08 2013 +0200

    Add CPS -> RTL compiler
    
    * module/Makefile.am:
    * module/language/cps/compile-rtl.scm:
    * module/language/cps/dfg.scm:
    * module/language/cps/slot-allocation.scm: New modules.
    
    * module/language/cps/spec.scm: Register the compiler.
    
    * test-suite/Makefile.am:
    * test-suite/tests/rtl-compilation.test: Add tests.

commit 08d79e5477241419a3c2706b3c2ef1b02baba7a8
Author: Andy Wingo <address@hidden>
Date:   Sat Aug 24 15:02:52 2013 +0200

    Add pass to reify primcalls without corresponding VM ops
    
    * module/Makefile.am:
    * module/language/cps/reify-primitives.scm: New pass.

commit 8e729f61146b8df46aade6143e30f7d993889207
Author: Andy Wingo <address@hidden>
Date:   Thu Jul 18 20:02:13 2013 +0200

    Add arity-adapting module
    
    * module/Makefile.am:
    * module/language/cps/arities.scm: New module.  Adapts call and return
      arities, especially for primcalls.

commit 0ceb68b83c5f2f6df21ff56233d06472221f6e41
Author: Andy Wingo <address@hidden>
Date:   Sat Aug 24 15:02:38 2013 +0200

    Add CPS primitives info module
    
    * module/Makefile.am:
    * module/language/cps/primitives.scm: New file.

commit 8e3f7846245d262c5ef35e2e84c553ecb37b444b
Author: Andy Wingo <address@hidden>
Date:   Sun Aug 11 14:06:15 2013 +0200

    RTL language
    
     * module/Makefile.am
     * module/language/rtl.scm:
     * module/language/rtl/spec.scm: Add a stub RTL language.

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]