NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific naming
authorBen.Lippmeier@anu.edu.au <unknown>
Wed, 4 Feb 2009 03:41:07 +0000 (03:41 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Wed, 4 Feb 2009 03:41:07 +0000 (03:41 +0000)
commita12e845684c10955bc594cdb20d1f13fae14873d
treeadaa06258fc5b1446281dc6ba45f3f841bf0d1f5
parent9de520b7194c9d759147db98deb3cd8d47d0de76
NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific naming
28 files changed:
compiler/ghc.cabal.in
compiler/nativeGen/Alpha/Instr.hs
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/Instrs.hs [moved from compiler/nativeGen/MachInstrs.hs with 92% similarity]
compiler/nativeGen/MachCodeGen.hs
compiler/nativeGen/NCGMonad.hs
compiler/nativeGen/PPC/Instr.hs
compiler/nativeGen/PositionIndependentCode.hs
compiler/nativeGen/PprMach.hs
compiler/nativeGen/RegAlloc/Graph/Coalesce.hs
compiler/nativeGen/RegAlloc/Graph/Main.hs
compiler/nativeGen/RegAlloc/Graph/Spill.hs
compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
compiler/nativeGen/RegAlloc/Graph/SpillCost.hs
compiler/nativeGen/RegAlloc/Graph/Stats.hs
compiler/nativeGen/RegAlloc/Linear/Base.hs
compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
compiler/nativeGen/RegAlloc/Linear/Main.hs
compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs
compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs
compiler/nativeGen/RegAlloc/Linear/State.hs
compiler/nativeGen/RegAlloc/Linear/Stats.hs
compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs
compiler/nativeGen/RegAllocInfo.hs
compiler/nativeGen/RegLiveness.hs
compiler/nativeGen/Regs.hs [moved from compiler/nativeGen/MachRegs.hs with 96% similarity]
compiler/nativeGen/SPARC/Instr.hs
compiler/nativeGen/X86/Instr.hs