SPARC NCG: Reorganise Reg and RegInfo
authorBen.Lippmeier@anu.edu.au <unknown>
Mon, 16 Feb 2009 00:09:45 +0000 (00:09 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Mon, 16 Feb 2009 00:09:45 +0000 (00:09 +0000)
commit547bf6827f1fc3f2fb31bc6323cc0d33b445f32a
tree04cc974d7213d7c116cc509efcae4f43530baeac
parent8b94848bae9cabac968d9c86c36a28d3cc7b6a72
SPARC NCG: Reorganise Reg and RegInfo
13 files changed:
compiler/ghc.cabal.in
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/SPARC/AddrMode.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Base.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen.hs
compiler/nativeGen/SPARC/Imm.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Instr.hs
compiler/nativeGen/SPARC/Ppr.hs
compiler/nativeGen/SPARC/RegInfo.hs [deleted file]
compiler/nativeGen/SPARC/Regs.hs
compiler/nativeGen/SPARC/ShortcutJump.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Stack.hs [new file with mode: 0644]
compiler/nativeGen/TargetReg.hs