Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : supercompiler
http://hackage.haskell.org/trac/ghc/changeset/6b1a46e1c149cd5c475bcebf7e36ef1b02d952f2 >--------------------------------------------------------------- commit 6b1a46e1c149cd5c475bcebf7e36ef1b02d952f2 Author: Max Bolingbroke <batterseapo...@hotmail.com> Date: Mon Jun 20 23:31:55 2011 +0100 The Process module now compiles compiler/ghc.cabal.in | 3 + compiler/supercompile/Supercompile.hs | 1 + .../supercompile/Supercompile/Core/FreeVars.hs | 4 + .../supercompile/Supercompile/Core/Renaming.hs | 3 +- compiler/supercompile/Supercompile/Core/Size.hs | 1 + compiler/supercompile/Supercompile/Core/Syntax.hs | 8 +- compiler/supercompile/Supercompile/Core/Tag.hs | 1 + .../supercompile/Supercompile/Drive/Process.hs | 570 ++++++++++++++++++++ .../supercompile/Supercompile/Evaluator/Syntax.hs | 69 +++ compiler/supercompile/Supercompile/StaticFlags.hs | 43 ++ .../Supercompile/Termination/Combinators.hs | 199 +++++++ .../Supercompile/Termination/Generaliser.hs | 6 +- .../Supercompile/Termination/TagBag.hs | 52 ++ compiler/supercompile/Supercompile/Utilities.hs | 61 ++- 14 files changed, 1012 insertions(+), 9 deletions(-) Diff suppressed because of size. To see it, use: git show 6b1a46e1c149cd5c475bcebf7e36ef1b02d952f2 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc