summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/GraphOps.hs
Commit message (Expand)AuthorAgeFilesLines
* move generic graph-colouring code into utilSimon Marlow2007-09-121-581/+0
* Don't try and coalesce nodes with themselvesBen.Lippmeier@anu.edu.au2007-09-111-18/+20
* Add iterative coalescing to graph coloring allocatorBen.Lippmeier@anu.edu.au2007-09-071-17/+125
* Cure space leak in coloring register allocatorBen.Lippmeier@anu.edu.au2007-09-061-4/+3
* Refactor MachRegs.trivColorable to do unboxed accumulationBen.Lippmeier@anu.edu.au2007-09-051-2/+2
* warning policeBen.Lippmeier@anu.edu.au2007-09-051-10/+3
* Do conservative coalescing in register allocatorBen.Lippmeier@anu.edu.au2007-09-031-17/+30
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Do aggressive register coalescingBen.Lippmeier@anu.edu.au2007-09-031-16/+142
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+8
* Add vreg-conflicts and vreg-conflict-lifetimes to drop-asm-statsBen.Lippmeier@anu.edu.au2007-08-201-1/+20
* Add graph coloring register allocator.Ben.Lippmeier@anu.edu.au2007-08-141-0/+313