simonpj     2004/01/28 01:52:29 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler         NOTES 
    ghc/compiler/cmm     CmmUtils.hs MachOp.hs 
    ghc/compiler/codeGen CgBindery.lhs CgCallConv.hs CgCase.lhs 
                         CgClosure.lhs CgCon.lhs CgHeapery.lhs 
                         CgInfoTbls.hs CgMonad.lhs CgParallel.hs 
                         CgProf.hs CgStackery.lhs CgTailCall.lhs 
                         CgUtils.hs ClosureInfo.lhs SMRep.lhs 
    ghc/compiler/main    Constants.lhs 
    ghc/compiler/prelude PrimOp.lhs PrimRep.lhs TysPrim.lhs 
    ghc/compiler/typecheck TcHsSyn.lhs 
    ghc/compiler/types   TyCon.lhs Type.lhs 
  Log:
  ArgRep -> CgRep and other wibbles
  
  Revision  Changes    Path
  1.11.26.9 +3 -0      fptools/ghc/compiler/NOTES
  1.1.2.9   +22 -90    fptools/ghc/compiler/cmm/Attic/CmmUtils.hs
  1.1.2.14  +6 -2      fptools/ghc/compiler/cmm/Attic/MachOp.hs
  1.51.4.4  +12 -11    fptools/ghc/compiler/codeGen/CgBindery.lhs
  1.1.2.8   +31 -32    fptools/ghc/compiler/codeGen/Attic/CgCallConv.hs
  1.66.4.4  +118 -106  fptools/ghc/compiler/codeGen/CgCase.lhs
  1.62.2.6  +66 -63    fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.45.2.5  +27 -31    fptools/ghc/compiler/codeGen/CgCon.lhs
  1.39.4.8  +29 -70    fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.1.2.7   +13 -13    fptools/ghc/compiler/codeGen/Attic/CgInfoTbls.hs
  1.39.4.8  +4 -3      fptools/ghc/compiler/codeGen/CgMonad.lhs
  1.1.2.4   +4 -4      fptools/ghc/compiler/codeGen/Attic/CgParallel.hs
  1.1.2.7   +16 -3     fptools/ghc/compiler/codeGen/Attic/CgProf.hs
  1.24.2.4  +16 -16    fptools/ghc/compiler/codeGen/CgStackery.lhs
  1.38.6.8  +12 -12    fptools/ghc/compiler/codeGen/CgTailCall.lhs
  1.1.2.7   +137 -18   fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
  1.61.2.8  +10 -10    fptools/ghc/compiler/codeGen/ClosureInfo.lhs
  1.19.10.5 +60 -45    fptools/ghc/compiler/codeGen/SMRep.lhs
  1.34.2.5  +1 -1      fptools/ghc/compiler/main/Constants.lhs
  1.105.2.2 +2 -2      fptools/ghc/compiler/prelude/PrimOp.lhs
  1.28.4.1  +4 -4      fptools/ghc/compiler/prelude/PrimRep.lhs
  1.46.2.2  +3 -3      fptools/ghc/compiler/prelude/TysPrim.lhs
  1.97.2.1  +2 -2      fptools/ghc/compiler/typecheck/TcHsSyn.lhs
  1.68.2.2  +4 -4      fptools/ghc/compiler/types/TyCon.lhs
  1.120.2.2 +2 -2      fptools/ghc/compiler/types/Type.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to