patch applied (ghc): Added an SRT to each CmmCall and added the
current SRT to the CgMonad
Simon Marlow
simonmar at microsoft.com
Tue Jul 3 10:43:51 EDT 2007
Wed Jun 27 08:09:03 PDT 2007 Michael D. Adams <t-madams at microsoft.com>
* Added an SRT to each CmmCall and added the current SRT to the CgMonad
M ./compiler/cmm/CLabel.hs -5 +8
M ./compiler/cmm/Cmm.hs +2
M ./compiler/cmm/CmmBrokenBlock.hs -3 +6
M ./compiler/cmm/CmmCPS.hs -2 +2
M ./compiler/cmm/CmmLint.hs -1 +1
M ./compiler/cmm/CmmLive.hs -1 +1
M ./compiler/cmm/CmmOpt.hs -3 +3
M ./compiler/cmm/CmmParse.y -8 +13
M ./compiler/cmm/CmmProcPoint.hs -1 +1
M ./compiler/cmm/PprC.hs -7 +8
M ./compiler/cmm/PprCmm.hs -4 +5
M ./compiler/codeGen/CgCase.lhs -16 +14
M ./compiler/codeGen/CgClosure.lhs -6 +4
M ./compiler/codeGen/CgExpr.lhs -10 +10
M ./compiler/codeGen/CgForeignCall.hs -7 +12
M ./compiler/codeGen/CgHpc.hs +2
M ./compiler/codeGen/CgInfoTbls.hs -30 +4
M ./compiler/codeGen/CgLetNoEscape.lhs -3 +2
M ./compiler/codeGen/CgMonad.lhs -3 +16
M ./compiler/codeGen/CgPrimOp.hs +4
M ./compiler/codeGen/CgUtils.hs -2 +42
M ./compiler/codeGen/ClosureInfo.lhs +4
M ./compiler/codeGen/CodeGen.lhs -2 +3
M ./compiler/nativeGen/AsmCodeGen.lhs -2 +2
M ./compiler/nativeGen/MachCodeGen.hs -3 +4
More information about the Cvs-ghc
mailing list