simonpj     2004/01/16 09:52:59 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler         NOTES 
    ghc/compiler/absCSyn CLabel.lhs 
    ghc/compiler/cmm     CmmUtils.hs 
    ghc/compiler/codeGen CgCallConv.hs CgClosure.lhs CgHeapery.lhs 
                         CgInfoTbls.hs CgMonad.lhs CgProf.hs 
                         CgStackery.lhs CgUsages.lhs CgUtils.hs 
                         ClosureInfo.lhs SMRep.lhs 
    ghc/compiler/main    Constants.lhs 
  Log:
  More code-gen stuff.  Im up to CgHeapery.
  
  Revision  Changes    Path
  1.11.26.3 +6 -0      fptools/ghc/compiler/NOTES
  1.59.4.1  +8 -1      fptools/ghc/compiler/absCSyn/CLabel.lhs
  1.1.2.4   +50 -1     fptools/ghc/compiler/cmm/Attic/CmmUtils.hs
  1.1.2.4   +4 -26     fptools/ghc/compiler/codeGen/Attic/CgCallConv.hs
  1.62.2.3  +2 -2      fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.39.4.4  +233 -32   fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.1.2.2   +35 -8     fptools/ghc/compiler/codeGen/Attic/CgInfoTbls.hs
  1.39.4.6  +9 -6      fptools/ghc/compiler/codeGen/CgMonad.lhs
  1.1.2.3   +74 -6     fptools/ghc/compiler/codeGen/Attic/CgProf.hs
  1.24.2.2  +2 -2      fptools/ghc/compiler/codeGen/CgStackery.lhs
  1.15.12.3 +26 -12    fptools/ghc/compiler/codeGen/CgUsages.lhs
  1.1.2.2   +21 -3     fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
  1.61.2.4  +117 -277  fptools/ghc/compiler/codeGen/ClosureInfo.lhs
  1.19.10.3 +36 -31    fptools/ghc/compiler/codeGen/SMRep.lhs
  1.34.2.2  +0 -16     fptools/ghc/compiler/main/Constants.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to