patch applied (ghc): NCG: Rename MachRegs, MachInstrs -> Regs,
Instrs to reflect arch specific naming
Ian Lynagh
igloo at earth.li
Sat Feb 7 08:38:36 EST 2009
Tue Feb 3 19:41:07 PST 2009 Ben.Lippmeier at anu.edu.au
* NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific naming
./compiler/nativeGen/MachInstrs.hs -> ./compiler/nativeGen/Instrs.hs
./compiler/nativeGen/MachRegs.hs -> ./compiler/nativeGen/Regs.hs
M ./compiler/ghc.cabal.in -7 +7
M ./compiler/nativeGen/Alpha/Instr.hs -1 +1
M ./compiler/nativeGen/AsmCodeGen.lhs -2 +2
M ./compiler/nativeGen/Instrs.hs -4 +4
M ./compiler/nativeGen/MachCodeGen.hs -4 +3
M ./compiler/nativeGen/NCGMonad.hs -1 +1
M ./compiler/nativeGen/PPC/Instr.hs -1 +1
M ./compiler/nativeGen/PositionIndependentCode.hs -2 +2
M ./compiler/nativeGen/PprMach.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -1 +1
M ./compiler/nativeGen/RegAlloc/Graph/Main.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Graph/Spill.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Graph/Stats.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Linear/Base.hs -1 +1
M ./compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Linear/Main.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -1 +1
M ./compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -1 +1
M ./compiler/nativeGen/RegAlloc/Linear/State.hs -2 +2
M ./compiler/nativeGen/RegAlloc/Linear/Stats.hs -1 +1
M ./compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -1 +1
M ./compiler/nativeGen/RegAllocInfo.hs -2 +2
M ./compiler/nativeGen/RegLiveness.hs -2 +2
M ./compiler/nativeGen/Regs.hs -5 +5
M ./compiler/nativeGen/SPARC/Instr.hs -1 +1
M ./compiler/nativeGen/X86/Instr.hs -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090204034107-43c66-aa3f1ca8da03040460cc08c1e2ac0492e10964b5.gz
More information about the Cvs-ghc
mailing list