Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : supercompiler

http://hackage.haskell.org/trac/ghc/changeset/50c068116804df3556bee1fb2e4a50f6a0925fa1

>---------------------------------------------------------------

commit 50c068116804df3556bee1fb2e4a50f6a0925fa1
Author: Max Bolingbroke <batterseapo...@hotmail.com>
Date:   Thu Apr 7 07:49:30 2011 +0100

    Initial supercompiler commit

 compiler/ghc.cabal.in                              |    7 +
 compiler/main/GHC.hs                               |    2 +
 compiler/supercompile/Supercompile.hs              |   17 ++
 .../supercompile/Supercompile/Core/FreeVars.hs     |  126 ++++++++++
 .../supercompile/Supercompile/Core/Renaming.hs     |  123 ++++++++++
 compiler/supercompile/Supercompile/Core/Size.hs    |   91 +++++++
 compiler/supercompile/Supercompile/Core/Syntax.hs  |  245 +++++++++++++++++++
 .../supercompile/Supercompile/Evaluator/Syntax.hs  |  199 +++++++++++++++
 compiler/supercompile/Supercompile/StaticFlags.hs  |   13 +
 compiler/supercompile/Supercompile/Utilities.hs    |  255 ++++++++++++++++++++
 10 files changed, 1078 insertions(+), 0 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 50c068116804df3556bee1fb2e4a50f6a0925fa1

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to