Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f0f63a5455c4a33f189d286dcb7fba965b00f47f

>---------------------------------------------------------------

commit f0f63a5455c4a33f189d286dcb7fba965b00f47f
Author: Ben Lippmeier <b...@ouroborus.net>
Date:   Mon Nov 12 13:50:34 2012 +1100

    De-tabify register allocator code

 compiler/nativeGen/RegAlloc/Graph/ArchBase.hs      |  173 +++---
 compiler/nativeGen/RegAlloc/Graph/ArchX86.hs       |  168 +++---
 compiler/nativeGen/RegAlloc/Graph/Coalesce.hs      |   92 ++--
 compiler/nativeGen/RegAlloc/Graph/SpillClean.hs    |  609 ++++++++++----------
 compiler/nativeGen/RegAlloc/Graph/SpillCost.hs     |  305 +++++-----
 compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs     |   19 +-
 compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs |   15 +-
 .../nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs    |  233 ++++----
 compiler/nativeGen/RegAlloc/Linear/StackMap.hs     |   37 +-
 compiler/nativeGen/RegAlloc/Linear/Stats.hs        |  109 ++--
 10 files changed, 844 insertions(+), 916 deletions(-)


Diff suppressed because of size. To see it, use:

    git show f0f63a5455c4a33f189d286dcb7fba965b00f47f

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to