simonpj     2004/01/30 14:42:52 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/basicTypes Id.lhs Literal.lhs 
    ghc/compiler/cmm     CLabel.hs CmmUtils.hs 
    ghc/compiler/codeGen CgBindery.lhs CgCallConv.hs CgCase.lhs 
                         CgClosure.lhs CgCon.lhs CgExpr.lhs 
                         CgHeapery.lhs CgLetNoEscape.lhs 
                         CgStackery.lhs CgTailCall.lhs CgUtils.hs 
                         SMRep.lhs 
    ghc/compiler/deSugar DsForeign.lhs 
    ghc/compiler/ghci    ByteCodeAsm.lhs ByteCodeFFI.lhs 
                         ByteCodeGen.lhs 
    ghc/compiler/main    CodeOutput.lhs 
    ghc/compiler/nativeGen AsmCodeGen.lhs 
    ghc/compiler/prelude PrimOp.lhs 
    ghc/compiler/typecheck TcForeign.lhs 
    ghc/compiler/types   Type.lhs 
  Log:
  It compiles.  Loops, but compiles at last
  
  Revision  Changes    Path
  1.119.2.2 +6 -2      fptools/ghc/compiler/basicTypes/Id.lhs
  1.45.2.2  +11 -27    fptools/ghc/compiler/basicTypes/Literal.lhs
  1.1.2.5   +2 -1      fptools/ghc/compiler/cmm/Attic/CLabel.hs
  1.1.2.16  +7 -3      fptools/ghc/compiler/cmm/Attic/CmmUtils.hs
  1.51.4.9  +10 -10    fptools/ghc/compiler/codeGen/CgBindery.lhs
  1.1.2.10  +6 -6      fptools/ghc/compiler/codeGen/Attic/CgCallConv.hs
  1.66.4.9  +10 -10    fptools/ghc/compiler/codeGen/CgCase.lhs
  1.62.2.10 +6 -6      fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.45.2.11 +4 -5      fptools/ghc/compiler/codeGen/CgCon.lhs
  1.56.4.7  +7 -7      fptools/ghc/compiler/codeGen/CgExpr.lhs
  1.39.4.12 +4 -4      fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.24.4.4  +4 -4      fptools/ghc/compiler/codeGen/CgLetNoEscape.lhs
  1.24.2.6  +4 -4      fptools/ghc/compiler/codeGen/CgStackery.lhs
  1.38.6.12 +6 -7      fptools/ghc/compiler/codeGen/CgTailCall.lhs
  1.1.2.17  +4 -7      fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
  1.19.10.10 +21 -18    fptools/ghc/compiler/codeGen/SMRep.lhs
  1.82.2.2  +3 -3      fptools/ghc/compiler/deSugar/DsForeign.lhs
  1.9.2.1   +14 -23    fptools/ghc/compiler/ghci/ByteCodeAsm.lhs
  1.16.12.1 +26 -33    fptools/ghc/compiler/ghci/ByteCodeFFI.lhs
  1.101.2.1 +21 -23    fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.49.4.2  +2 -3      fptools/ghc/compiler/main/CodeOutput.lhs
  1.60.6.7  +31 -23    fptools/ghc/compiler/nativeGen/AsmCodeGen.lhs
  1.105.2.3 +3 -3      fptools/ghc/compiler/prelude/PrimOp.lhs
  1.66.2.2  +4 -3      fptools/ghc/compiler/typecheck/TcForeign.lhs
  1.120.2.3 +3 -3      fptools/ghc/compiler/types/Type.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to