NCG: Move the graph allocator into its own dir
authorBen.Lippmeier@anu.edu.au <unknown>
Tue, 3 Feb 2009 07:14:11 +0000 (07:14 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Tue, 3 Feb 2009 07:14:11 +0000 (07:14 +0000)
commit337d98de1eaf6689269c9788d1983569a98d46a0
treec286e317e1e76c3df6a0ffc9729eeb1104954b41
parent1823fc8726f61ec8d1d1fa6a6a36d84062f1f437
NCG: Move the graph allocator into its own dir
compiler/ghc.cabal.in
compiler/nativeGen/AsmCodeGen.lhs
compiler/nativeGen/RegAlloc/Graph/ArchBase.hs [moved from compiler/nativeGen/RegArchBase.hs with 99% similarity]
compiler/nativeGen/RegAlloc/Graph/ArchX86.hs [moved from compiler/nativeGen/RegArchX86.hs with 96% similarity]
compiler/nativeGen/RegAlloc/Graph/Coalesce.hs [moved from compiler/nativeGen/RegCoalesce.hs with 98% similarity]
compiler/nativeGen/RegAlloc/Graph/Main.hs [moved from compiler/nativeGen/RegAllocColor.hs with 98% similarity]
compiler/nativeGen/RegAlloc/Graph/Spill.hs [moved from compiler/nativeGen/RegSpill.hs with 99% similarity]
compiler/nativeGen/RegAlloc/Graph/SpillClean.hs [moved from compiler/nativeGen/RegSpillClean.hs with 99% similarity]
compiler/nativeGen/RegAlloc/Graph/SpillCost.hs [moved from compiler/nativeGen/RegSpillCost.hs with 99% similarity]
compiler/nativeGen/RegAlloc/Graph/Stats.hs [moved from compiler/nativeGen/RegAllocStats.hs with 99% similarity]
rts/Makefile