simonpj     2004/01/30 02:55:21 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/cmm     Cmm.hs 
    ghc/compiler/codeGen CgBindery.lhs CgCallConv.hs CgCase.lhs 
                         CgClosure.lhs CgCon.lhs CgExpr.lhs 
                         CgHeapery.lhs CgInfoTbls.hs 
                         CgLetNoEscape.lhs CgMonad.lhs CgProf.hs 
                         CgStackery.lhs CgTailCall.lhs CgUtils.hs 
  Log:
  CgCase and CgLetNoEscape are done
  
  Revision  Changes    Path
  1.1.2.26  +5 -1      fptools/ghc/compiler/cmm/Attic/Cmm.hs
  1.51.4.8  +3 -3      fptools/ghc/compiler/codeGen/CgBindery.lhs
  1.1.2.9   +11 -18    fptools/ghc/compiler/codeGen/Attic/CgCallConv.hs
  1.66.4.8  +84 -109   fptools/ghc/compiler/codeGen/CgCase.lhs
  1.62.2.8  +7 -7      fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.45.2.8  +7 -5      fptools/ghc/compiler/codeGen/CgCon.lhs
  1.56.4.4  +110 -103  fptools/ghc/compiler/codeGen/CgExpr.lhs
  1.39.4.10 +2 -2      fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.1.2.14  +2 -3      fptools/ghc/compiler/codeGen/Attic/CgInfoTbls.hs
  1.24.4.3  +30 -29    fptools/ghc/compiler/codeGen/CgLetNoEscape.lhs
  1.39.4.11 +34 -23    fptools/ghc/compiler/codeGen/CgMonad.lhs
  1.1.2.11  +3 -2      fptools/ghc/compiler/codeGen/Attic/CgProf.hs
  1.24.2.5  +6 -3      fptools/ghc/compiler/codeGen/CgStackery.lhs
  1.38.6.10 +6 -6      fptools/ghc/compiler/codeGen/CgTailCall.lhs
  1.1.2.13  +106 -79   fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to