SPARC NCG: Split up into chunks, and fix warnings.
authorBen.Lippmeier@anu.edu.au <unknown>
Mon, 16 Feb 2009 02:00:38 +0000 (02:00 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Mon, 16 Feb 2009 02:00:38 +0000 (02:00 +0000)
commit7f860170afc072bcf64baf6aeb854acf01146c90
treeb002fe9add2939033acd0577f3d1523164f14b54
parent547bf6827f1fc3f2fb31bc6323cc0d33b445f32a
SPARC NCG: Split up into chunks, and fix warnings.
compiler/ghc.cabal.in
compiler/nativeGen/SPARC/Base.hs
compiler/nativeGen/SPARC/CodeGen.hs
compiler/nativeGen/SPARC/CodeGen/Amode.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Base.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/CCall.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/CondCode.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Gen32.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot [new file with mode: 0644]
compiler/nativeGen/SPARC/CodeGen/Gen64.hs [new file with mode: 0644]
compiler/nativeGen/SPARC/Regs.hs