Mon Feb  2 23:14:11 PST 2009  [email protected]
  * NCG: Move the graph allocator into its own dir

     ./compiler/nativeGen/RegAllocColor.hs -> 
./compiler/nativeGen/RegAlloc/Graph/Main.hs
     ./compiler/nativeGen/RegAllocStats.hs -> 
./compiler/nativeGen/RegAlloc/Graph/Stats.hs
     ./compiler/nativeGen/RegArchBase.hs -> 
./compiler/nativeGen/RegAlloc/Graph/ArchBase.hs
     ./compiler/nativeGen/RegArchX86.hs -> 
./compiler/nativeGen/RegAlloc/Graph/ArchX86.hs
     ./compiler/nativeGen/RegCoalesce.hs -> 
./compiler/nativeGen/RegAlloc/Graph/Coalesce.hs
     ./compiler/nativeGen/RegSpill.hs -> 
./compiler/nativeGen/RegAlloc/Graph/Spill.hs
     ./compiler/nativeGen/RegSpillClean.hs -> 
./compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
     ./compiler/nativeGen/RegSpillCost.hs -> 
./compiler/nativeGen/RegAlloc/Graph/SpillCost.hs
    M ./compiler/ghc.cabal.in -9 +9
    M ./compiler/nativeGen/AsmCodeGen.lhs -4 +4
    A ./compiler/nativeGen/RegAlloc/Graph/
    M ./compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -1 +1
    M ./compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -2 +2
    M ./compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -1 +1
    M ./compiler/nativeGen/RegAlloc/Graph/Main.hs -6 +5
    M ./compiler/nativeGen/RegAlloc/Graph/Spill.hs -1 +1
    M ./compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -1 +1
    M ./compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -1 +1
    M ./compiler/nativeGen/RegAlloc/Graph/Stats.hs -3 +3
    M ./rts/Makefile -1 +2

View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090203071411-43c66-43c55e273d78f982e2484775851df29267306b47.gz

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to