simonmar    2004/03/09 08:08:33 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler         NOTES 
    ghc/compiler/cmm     Cmm.hs PprC.hs 
    ghc/compiler/codeGen CgCase.lhs CgClosure.lhs CgExpr.lhs 
                         CgForeignCall.hs CgPrimOp.hs CgProf.hs 
                         CgUtils.hs 
    ghc/compiler/nativeGen AsmCodeGen.lhs MachCodeGen.hs 
    ghc/compiler/profiling CostCentre.lhs 
  Log:
  - Allow CmmCalls to have hints on the results too
  - More profiling fixes.
  
  Revision  Changes    Path
  1.11.26.18 +7 -0      fptools/ghc/compiler/NOTES
  1.1.2.35  +1 -12     fptools/ghc/compiler/cmm/Attic/Cmm.hs
  1.1.2.57  +7 -6      fptools/ghc/compiler/cmm/Attic/PprC.hs
  1.66.4.23 +4 -3      fptools/ghc/compiler/codeGen/CgCase.lhs
  1.62.2.23 +3 -4      fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.56.4.16 +10 -8     fptools/ghc/compiler/codeGen/CgExpr.lhs
  1.1.2.8   +3 -3      fptools/ghc/compiler/codeGen/Attic/CgForeignCall.hs
  1.1.2.12  +2 -2      fptools/ghc/compiler/codeGen/Attic/CgPrimOp.hs
  1.1.2.18  +59 -37    fptools/ghc/compiler/codeGen/Attic/CgProf.hs
  1.1.2.30  +4 -3      fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
  1.60.6.22 +4 -3      fptools/ghc/compiler/nativeGen/AsmCodeGen.lhs
  1.1.2.50  +5 -5      fptools/ghc/compiler/nativeGen/Attic/MachCodeGen.hs
  1.40.2.3  +8 -1      fptools/ghc/compiler/profiling/CostCentre.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to