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

On branch  : supercompiler

http://hackage.haskell.org/trac/ghc/changeset/86909c048af2255341c309b25727bd4aaf7ad45c

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

commit 86909c048af2255341c309b25727bd4aaf7ad45c
Author: Max Bolingbroke <batterseapo...@hotmail.com>
Date:   Thu May 5 07:33:26 2011 +0100

    Commit more work on the porting

 compiler/ghc.cabal.in                              |    1 +
 compiler/supercompile/Supercompile.hs              |    1 +
 .../supercompile/Supercompile/Core/FreeVars.hs     |   17 +--
 .../supercompile/Supercompile/Core/Renaming.hs     |   12 +-
 compiler/supercompile/Supercompile/Core/Size.hs    |    2 +-
 compiler/supercompile/Supercompile/Core/Syntax.hs  |   23 ++--
 compiler/supercompile/Supercompile/Core/Tag.hs     |   27 ++--
 .../Supercompile/Evaluator/Evaluate.hs             |  165 ++++++++++----------
 .../Supercompile/Evaluator/FreeVars.hs             |    7 +-
 .../Supercompile/Evaluator/Residualise.hs          |   64 ++++++++
 .../supercompile/Supercompile/Evaluator/Syntax.hs  |   68 ++++++--
 compiler/supercompile/Supercompile/StaticFlags.hs  |   10 ++
 compiler/supercompile/Supercompile/Utilities.hs    |   19 +++
 13 files changed, 267 insertions(+), 149 deletions(-)


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

    git show 86909c048af2255341c309b25727bd4aaf7ad45c

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

Reply via email to