simonpj     2004/01/30 08:04:43 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler         Makefile 
    ghc/compiler/absCSyn CStrings.lhs 
    ghc/compiler/basicTypes Literal.lhs 
    ghc/compiler/cmm     CLabel.hs Cmm.hs 
    ghc/compiler/codeGen CgClosure.lhs CgCon.lhs CgHeapery.lhs 
                         CgMonad.lhs CgProf.hs CgUtils.hs 
                         CodeGen.lhs 
    ghc/compiler/deSugar DsCCall.lhs DsForeign.lhs 
    ghc/compiler/hsSyn   HsDecls.lhs 
    ghc/compiler/main    CodeOutput.lhs 
    ghc/compiler/parser  Parser.y.pp RdrHsSyn.lhs 
    ghc/compiler/prelude ForeignCall.lhs 
    ghc/compiler/profiling CostCentre.lhs 
    ghc/compiler/typecheck TcForeign.lhs 
  Log:
  CodeGen compiles
  
  Revision  Changes    Path
  1.257.2.2 +1 -1      fptools/ghc/compiler/Makefile
  1.16.20.1 +0 -20     fptools/ghc/compiler/absCSyn/CStrings.lhs
  1.45.2.1  +13 -62    fptools/ghc/compiler/basicTypes/Literal.lhs
  1.1.2.3   +3 -1      fptools/ghc/compiler/cmm/Attic/CLabel.hs
  1.1.2.27  +9 -1      fptools/ghc/compiler/cmm/Attic/Cmm.hs
  1.62.2.9  +2 -2      fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.45.2.10 +1 -1      fptools/ghc/compiler/codeGen/CgCon.lhs
  1.39.4.11 +8 -9      fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.39.4.12 +36 -44    fptools/ghc/compiler/codeGen/CgMonad.lhs
  1.1.2.12  +3 -3      fptools/ghc/compiler/codeGen/Attic/CgProf.hs
  1.1.2.15  +8 -15     fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
  1.58.2.3  +189 -131  fptools/ghc/compiler/codeGen/CodeGen.lhs
  1.68.2.1  +2 -2      fptools/ghc/compiler/deSugar/DsCCall.lhs
  1.82.2.1  +1 -2      fptools/ghc/compiler/deSugar/DsForeign.lhs
  1.101.2.1 +1 -2      fptools/ghc/compiler/hsSyn/HsDecls.lhs
  1.49.4.1  +10 -3     fptools/ghc/compiler/main/CodeOutput.lhs
  1.3.2.1   +1 -2      fptools/ghc/compiler/parser/Parser.y.pp
  1.66.2.1  +1 -2      fptools/ghc/compiler/parser/RdrHsSyn.lhs
  1.9.2.1   +19 -3     fptools/ghc/compiler/prelude/ForeignCall.lhs
  1.40.2.1  +6 -2      fptools/ghc/compiler/profiling/CostCentre.lhs
  1.66.2.1  +1 -1      fptools/ghc/compiler/typecheck/TcForeign.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to