simonpj 2004/01/26 04:06:14 PST
Modified files: (Branch: backend-hacking-branch)
ghc/compiler NOTES
ghc/compiler/absCSyn CLabel.lhs
ghc/compiler/cmm Cmm.hs CmmUtils.hs MachOp.hs
ghc/compiler/codeGen CgBindery.lhs CgCallConv.hs CgCase.lhs
CgClosure.lhs CgCon.lhs CgConTbls.lhs
CgExpr.lhs CgHeapery.lhs CgInfoTbls.hs
CgLetNoEscape.lhs CgMonad.lhs
CgParallel.hs CgProf.hs CgStackery.lhs
CgTailCall.lhs CgUtils.hs ClosureInfo.lhs
CodeGen.lhs SMRep.lhs
ghc/compiler/main Constants.lhs
ghc/compiler/utils Util.lhs
Removed files: (Branch: backend-hacking-branch)
ghc/compiler/codeGen CgUpdate.lhs CgUsages.lhs
Log:
Yet more work on the code generator from Simon.
We're up to CgClosure now. CgExpr, CgCase still to go.
Revision Changes Path
1.11.26.4 +32 -1 fptools/ghc/compiler/NOTES
1.59.4.3 +2 -0 fptools/ghc/compiler/absCSyn/CLabel.lhs
1.1.2.22 +12 -1 fptools/ghc/compiler/cmm/Attic/Cmm.hs
1.1.2.6 +90 -14 fptools/ghc/compiler/cmm/Attic/CmmUtils.hs
1.1.2.9 +5 -1 fptools/ghc/compiler/cmm/Attic/MachOp.hs
1.51.4.3 +202 -274 fptools/ghc/compiler/codeGen/CgBindery.lhs
1.1.2.5 +200 -82 fptools/ghc/compiler/codeGen/Attic/CgCallConv.hs
1.66.4.3 +16 -15 fptools/ghc/compiler/codeGen/CgCase.lhs
1.62.2.4 +282 -471 fptools/ghc/compiler/codeGen/CgClosure.lhs
1.45.2.3 +254 -155 fptools/ghc/compiler/codeGen/CgCon.lhs
1.38.12.2 +4 -144 fptools/ghc/compiler/codeGen/CgConTbls.lhs
1.56.4.2 +10 -11 fptools/ghc/compiler/codeGen/CgExpr.lhs
1.39.4.5 +248 -279 fptools/ghc/compiler/codeGen/CgHeapery.lhs
1.1.2.4 +92 -76 fptools/ghc/compiler/codeGen/Attic/CgInfoTbls.hs
1.24.4.2 +2 -3 fptools/ghc/compiler/codeGen/CgLetNoEscape.lhs
1.39.4.7 +78 -94 fptools/ghc/compiler/codeGen/CgMonad.lhs
1.1.2.2 +73 -3 fptools/ghc/compiler/codeGen/Attic/CgParallel.hs
1.1.2.4 +423 -31 fptools/ghc/compiler/codeGen/Attic/CgProf.hs
1.24.2.3 +127 -20 fptools/ghc/compiler/codeGen/CgStackery.lhs
1.38.6.6 +237 -400 fptools/ghc/compiler/codeGen/CgTailCall.lhs
1.1.2.4 +146 -9 fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
1.61.2.6 +66 -52 fptools/ghc/compiler/codeGen/ClosureInfo.lhs
1.58.2.2 +13 -19 fptools/ghc/compiler/codeGen/CodeGen.lhs
1.19.10.4 +29 -21 fptools/ghc/compiler/codeGen/SMRep.lhs
1.34.2.3 +2 -2 fptools/ghc/compiler/main/Constants.lhs
1.66.2.1 +9 -1 fptools/ghc/compiler/utils/Util.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc