cvs commit: fptools/ghc/compiler/nativeGen MachInstrs.hs NCG.h
MachRegs.lhs MachMisc.lhs
Simon Marlow
simonmar at glass.cse.ogi.edu
Mon Jan 12 05:59:45 EST 2004
simonmar 2004/01/12 05:59:45 PST
Modified files: (Branch: backend-hacking-branch)
ghc/compiler/nativeGen NCG.h MachRegs.lhs
Added files: (Branch: backend-hacking-branch)
ghc/compiler/nativeGen MachInstrs.hs
Removed files: (Branch: backend-hacking-branch)
ghc/compiler/nativeGen MachMisc.lhs
Log:
Tidyup and convert to use Cmm rather than Stix:
- Remove lots of old goop from NCG.h (still needed for the moment
as it defines some convenience macros).
- Rename MachMisc to MachInstrs, and give it a thorough beating up.
Move some odd things that were dubiously in here to where they
are actually used (for now).
- More tidyup in MachRegs
Revision Changes Path
1.11.16.1 +11 -71 fptools/ghc/compiler/nativeGen/NCG.h
1.50.2.2 +301 -296 fptools/ghc/compiler/nativeGen/MachRegs.lhs
More information about the Cvs-ghc
mailing list