simonpj     2004/01/29 00:47:59 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler         NOTES 
    ghc/compiler/cmm     Cmm.hs CmmUtils.hs MachOp.hs PprCmm.hs 
    ghc/compiler/codeGen CgBindery.lhs CgCase.lhs CgClosure.lhs 
                         CgCon.lhs CgHeapery.lhs CgInfoTbls.hs 
                         CgProf.hs CgUtils.hs 
    ghc/compiler/main    Constants.lhs 
  Log:
  Yet more work on the code generator from Simon.
  
  * CgCase is half done.
  * A new chunk of CgUtils (mkSwitch) deals with
    code for multi-way branching.
  
  Revision  Changes    Path
  1.11.26.10 +11 -1     fptools/ghc/compiler/NOTES
  1.1.2.24  +2 -1      fptools/ghc/compiler/cmm/Attic/Cmm.hs
  1.1.2.12  +2 -1      fptools/ghc/compiler/cmm/Attic/CmmUtils.hs
  1.1.2.15  +10 -1     fptools/ghc/compiler/cmm/Attic/MachOp.hs
  1.1.2.9   +4 -5      fptools/ghc/compiler/cmm/Attic/PprCmm.hs
  1.51.4.6  +3 -16     fptools/ghc/compiler/codeGen/CgBindery.lhs
  1.66.4.6  +65 -160   fptools/ghc/compiler/codeGen/CgCase.lhs
  1.62.2.7  +5 -5      fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.45.2.6  +5 -5      fptools/ghc/compiler/codeGen/CgCon.lhs
  1.39.4.9  +13 -13    fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.1.2.10  +162 -70   fptools/ghc/compiler/codeGen/Attic/CgInfoTbls.hs
  1.1.2.9   +8 -7      fptools/ghc/compiler/codeGen/Attic/CgProf.hs
  1.1.2.8   +112 -8    fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
  1.34.2.6  +12 -2     fptools/ghc/compiler/main/Constants.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to