cvs commit: fptools/ghc/compiler/cmm MachOp.hsfptools/ghc/compiler/codeGen CgCallConv.hs CgTailCall.lhs SMRep.lhs fptools/ghc/compiler/prelude PrimOp.lhs TysPrim.lhs fptools/ghc/compiler/types TyCon.lhs Type.lhs

Simon Peyton Jones simonpj at glass.cse.ogi.edu
Mon Jan 12 09:15:11 EST 2004


simonpj     2004/01/12 09:15:11 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/cmm     MachOp.hs 
    ghc/compiler/codeGen CgTailCall.lhs SMRep.lhs 
    ghc/compiler/prelude PrimOp.lhs TysPrim.lhs 
    ghc/compiler/types   TyCon.lhs Type.lhs 
  Added files:           (Branch: backend-hacking-branch)
    ghc/compiler/codeGen CgCallConv.hs 
  Log:
  Add SMRep.ArgRep and new module CgCallConv (replaces CgRetConv, which is not yet removed)
  
  Revision  Changes    Path
  1.1.2.7   +1 -3      fptools/ghc/compiler/cmm/Attic/MachOp.hs
  1.38.6.3  +1 -57     fptools/ghc/compiler/codeGen/CgTailCall.lhs
  1.19.10.1 +178 -1    fptools/ghc/compiler/codeGen/SMRep.lhs
  1.105.2.1 +7 -7      fptools/ghc/compiler/prelude/PrimOp.lhs
  1.46.2.1  +30 -28    fptools/ghc/compiler/prelude/TysPrim.lhs
  1.68.2.1  +10 -19    fptools/ghc/compiler/types/TyCon.lhs
  1.120.2.1 +10 -10    fptools/ghc/compiler/types/Type.lhs


More information about the Cvs-ghc mailing list