NCG: Split linear allocator into separate modules.
authorBen.Lippmeier@anu.edu.au <unknown>
Mon, 2 Feb 2009 05:53:01 +0000 (05:53 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Mon, 2 Feb 2009 05:53:01 +0000 (05:53 +0000)
commitcbc96da034482b769889c109f6cc822f42b12027
tree9faca23d0de4edd81b37e473d86696e63f8caad8
parentd7d09c18459983be1ef690e0d9136a8736b1976f
NCG: Split linear allocator into separate modules.
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/RegAlloc/Linear/Base.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/Main.hs [moved from compiler/nativeGen/RegAllocLinear.hs with 63% similarity]
compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/StackMap.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/State.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/Stats.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs [new file with mode: 0644]
compiler/nativeGen/RegAllocInfo.hs