[commit: ghc] newcg: Merge branch 'newcg' of /home/simonmar/code-all/work/ghc-newcg into newcg (13875c6)

Simon Marlow marlowsd at gmail.com
Tue Mar 6 14:19:52 CET 2012


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

On branch  : newcg

http://hackage.haskell.org/trac/ghc/changeset/13875c61d0dfef31ce0b1914d82c316531c27a67

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

commit 13875c61d0dfef31ce0b1914d82c316531c27a67
Merge: 8071691... 86a0047...
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Sun Feb 19 13:04:37 2012 +0000

    Merge branch 'newcg' of /home/simonmar/code-all/work/ghc-newcg into newcg

 compiler/cmm/CmmBuildInfoTables.hs |    3 +-
 compiler/cmm/CmmLayoutStack.hs     |  167 ++++++++++++++++++++++++++----------
 compiler/cmm/CmmOpt.hs             |   81 +++++++++---------
 compiler/cmm/CmmUtils.hs           |   45 +----------
 compiler/cmm/SMRep.lhs             |    6 ++
 compiler/cmm/cmm-notes             |   17 ----
 compiler/codeGen/CgInfoTbls.hs     |    2 +-
 compiler/codeGen/StgCmmBind.hs     |   30 +++----
 compiler/codeGen/StgCmmClosure.hs  |   29 ++++---
 compiler/codeGen/StgCmmCon.hs      |    1 +
 compiler/codeGen/StgCmmExpr.hs     |  117 ++++++++++++++++---------
 compiler/codeGen/StgCmmForeign.hs  |   14 +--
 compiler/codeGen/StgCmmHeap.hs     |    9 ++-
 compiler/codeGen/StgCmmPrim.hs     |    4 +-
 compiler/codeGen/StgCmmUtils.hs    |   38 ++-------
 compiler/nativeGen/AsmCodeGen.lhs  |    3 +-
 16 files changed, 297 insertions(+), 269 deletions(-)






More information about the Cvs-ghc mailing list