patch applied (ghc): Implemented and fixed bugs in CmmInfo handling

Simon Marlow simonmar at microsoft.com
Tue Jul 3 10:44:05 EDT 2007


Wed Jun 27 08:21:30 PDT 2007  Michael D. Adams <t-madams at microsoft.com>
  * Implemented and fixed bugs in CmmInfo handling

    M ./compiler/cmm/CLabel.hs -1 +7
    M ./compiler/cmm/Cmm.hs -4 +8
    M ./compiler/cmm/CmmCPS.hs -7 +5
    M ./compiler/cmm/CmmInfo.hs -50 +186
    M ./compiler/cmm/CmmParse.y -44 +5
    M ./compiler/cmm/PprC.hs -5 +5
    M ./compiler/cmm/PprCmm.hs -7 +12
    M ./compiler/codeGen/CgBindery.lhs +12
    M ./compiler/codeGen/CgCallConv.hs -53 +11
    M ./compiler/codeGen/CgClosure.lhs -1 +1
    M ./compiler/codeGen/CgForeignCall.hs -6 +9
    M ./compiler/codeGen/CgInfoTbls.hs -201 +180
    M ./compiler/codeGen/CgProf.hs -1 +2
    M ./compiler/codeGen/CgUtils.hs -13 +16
    M ./compiler/codeGen/ClosureInfo.lhs -5 +4
    M ./compiler/main/HscMain.lhs -2 +5
    M ./compiler/nativeGen/AsmCodeGen.lhs -21
    M ./compiler/nativeGen/MachCodeGen.hs -2 +2
    M ./includes/Cmm.h -1 +1
    M ./rts/Exception.cmm -25 +17
    M ./rts/HeapStackCheck.cmm -34 +14
    M ./rts/PrimOps.cmm -82 +68
    M ./rts/StgMiscClosures.cmm -24 +8
    M ./rts/StgStartup.cmm -10 +6
    M ./rts/StgStdThunks.cmm -6 +4
    M ./rts/Updates.cmm -8 +4
    M ./utils/genapply/GenApply.hs -3 +14



More information about the Cvs-ghc mailing list