NCG: Split RegAllocInfo into arch specific modules
authorBen.Lippmeier@anu.edu.au <unknown>
Wed, 4 Feb 2009 05:51:26 +0000 (05:51 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Wed, 4 Feb 2009 05:51:26 +0000 (05:51 +0000)
commit67136d3a04b96b043328df9d4716d3da7a24a517
tree38a88b615c5a5bb0504260af2c6fa9a5ae503ba9
parentee6bba6f3d80c56b47bc623bc6e4f076be1f046f
NCG: Split RegAllocInfo into arch specific modules
12 files changed:
compiler/ghc.cabal.in
compiler/nativeGen/Alpha/RegInfo.hs [new file with mode: 0644]
compiler/nativeGen/PPC/Instr.hs
compiler/nativeGen/PPC/RegInfo.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/Main.hs
compiler/nativeGen/RegAllocInfo.hs
compiler/nativeGen/Regs.hs
compiler/nativeGen/SPARC/Instr.hs
compiler/nativeGen/SPARC/RegInfo.hs [new file with mode: 0644]
compiler/nativeGen/X86/Instr.hs
compiler/nativeGen/X86/RegInfo.hs [new file with mode: 0644]
compiler/nativeGen/X86/Regs.hs