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

On branch  : supercompiler

http://hackage.haskell.org/trac/ghc/changeset/ca76f32fd341cf1fd119bfa5e5f864e151dca7b7

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

commit ca76f32fd341cf1fd119bfa5e5f864e151dca7b7
Author: Max Bolingbroke <batterseapo...@hotmail.com>
Date:   Wed Jun 15 23:41:26 2011 +0100

    Port over the splitter

 compiler/basicTypes/VarEnv.lhs                     |   27 +-
 compiler/ghc.cabal.in                              |    2 +
 compiler/supercompile/Supercompile.hs              |    3 +
 .../supercompile/Supercompile/Core/FreeVars.hs     |    2 +-
 compiler/supercompile/Supercompile/Core/Size.hs    |    2 +-
 compiler/supercompile/Supercompile/Core/Syntax.hs  |    2 +-
 compiler/supercompile/Supercompile/Drive/Match.hs  |    1 -
 compiler/supercompile/Supercompile/Drive/Split.hs  |  986 ++++++++++++++++++++
 .../Supercompile/Evaluator/Evaluate.hs             |    1 -
 .../Supercompile/Evaluator/FreeVars.hs             |   10 +-
 .../supercompile/Supercompile/Evaluator/Syntax.hs  |    2 +-
 compiler/supercompile/Supercompile/StaticFlags.hs  |   32 +-
 .../Supercompile/Termination/Generaliser.hs        |   40 +
 compiler/supercompile/Supercompile/Utilities.hs    |   73 ++-
 compiler/utils/Outputable.lhs                      |   10 -
 15 files changed, 1160 insertions(+), 33 deletions(-)


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

    git show ca76f32fd341cf1fd119bfa5e5f864e151dca7b7

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

Reply via email to