cvs commit: fptools/ghc/compiler/nativeGen MachCode.lhs MachMisc.lhs
PprMach.lhs RegAllocInfo.lhs Stix.lhs StixMacro.lhs StixPrim.lhs
Julian Seward
sewardj@glass.cse.ogi.edu
Tue, 29 Jan 2002 05:22:30 -0800
sewardj 2002/01/29 05:22:29 PST
Modified files:
ghc/compiler/nativeGen MachCode.lhs MachMisc.lhs PprMach.lhs
RegAllocInfo.lhs Stix.lhs StixMacro.lhs
StixPrim.lhs
Log:
Teach the NCG how to do f-i-dynamic. Nothing unexpected.
sparc-side now needs fixing.
Revision Changes Path
1.90 +37 -22 fptools/ghc/compiler/nativeGen/MachCode.lhs
1.60 +1 -1 fptools/ghc/compiler/nativeGen/MachMisc.lhs
1.60 +4 -3 fptools/ghc/compiler/nativeGen/PprMach.lhs
1.36 +5 -2 fptools/ghc/compiler/nativeGen/RegAllocInfo.lhs
1.37 +12 -5 fptools/ghc/compiler/nativeGen/Stix.lhs
1.36 +3 -2 fptools/ghc/compiler/nativeGen/StixMacro.lhs
1.78 +16 -10 fptools/ghc/compiler/nativeGen/StixPrim.lhs