cvs commit: fptools/ghc/compiler/codeGen CodeGen.lhs fptools/ghc/compiler/main
HscMain.lhs HscTypes.lhs fptools/ghc/compiler/nativeGen
AsmRegAlloc.lhs MachMisc.lhs MachRegs.lhs NCG.h PprMach.lhs
RegAllocInfo.lhs Stix.lhs StixPrim.lhs fptools/ghc/compiler/rename ...
Julian Seward
sewardj@glass.cse.ogi.edu
Tue, 24 Oct 2000 03:12:17 -0700
sewardj 2000/10/24 03:12:17 PDT
Modified files:
ghc/compiler/codeGen CodeGen.lhs
ghc/compiler/main HscMain.lhs HscTypes.lhs
ghc/compiler/nativeGen AsmRegAlloc.lhs MachMisc.lhs
MachRegs.lhs NCG.h PprMach.lhs
RegAllocInfo.lhs Stix.lhs StixPrim.lhs
ghc/compiler/rename RnMonad.lhs
ghc/compiler/simplStg SimplStg.lhs
ghc/compiler/stgSyn StgInterp.lhs
Log:
Make the back-end world compile.
Revision Changes Path
1.30 +7 -7 fptools/ghc/compiler/codeGen/CodeGen.lhs
1.15 +29 -13 fptools/ghc/compiler/main/HscMain.lhs
1.35 +3 -1 fptools/ghc/compiler/main/HscTypes.lhs
1.27 +9 -8 fptools/ghc/compiler/nativeGen/AsmRegAlloc.lhs
1.41 +3 -2 fptools/ghc/compiler/nativeGen/MachMisc.lhs
1.36 +57 -56 fptools/ghc/compiler/nativeGen/MachRegs.lhs
1.10 +0 -2 fptools/ghc/compiler/nativeGen/NCG.h
1.44 +81 -81 fptools/ghc/compiler/nativeGen/PprMach.lhs
1.27 +3 -1 fptools/ghc/compiler/nativeGen/RegAllocInfo.lhs
1.26 +7 -6 fptools/ghc/compiler/nativeGen/Stix.lhs
1.55 +4 -3 fptools/ghc/compiler/nativeGen/StixPrim.lhs
1.96 +6 -5 fptools/ghc/compiler/rename/RnMonad.lhs
1.33 +10 -9 fptools/ghc/compiler/simplStg/SimplStg.lhs
1.10 +4 -2 fptools/ghc/compiler/stgSyn/StgInterp.lhs