summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/GraphColor.hs
Commit message (Expand)AuthorAgeFilesLines
* move generic graph-colouring code into utilSimon Marlow2007-09-121-332/+0
* Don't try and coalesce nodes with themselvesBen.Lippmeier@anu.edu.au2007-09-111-3/+6
* Make sure to coalesce all the nodes found during iterative scanningBen.Lippmeier@anu.edu.au2007-09-101-1/+5
* Add iterative coalescing to graph coloring allocatorBen.Lippmeier@anu.edu.au2007-09-071-93/+110
* Cure space leak in coloring register allocatorBen.Lippmeier@anu.edu.au2007-09-061-1/+1
* Small improvement to GraphColor.selectColorBen.Lippmeier@anu.edu.au2007-09-061-7/+27
* Improve GraphColor.colorScanBen.Lippmeier@anu.edu.au2007-09-051-3/+90
* warning policeBen.Lippmeier@anu.edu.au2007-09-051-10/+4
* Do conservative coalescing in register allocatorBen.Lippmeier@anu.edu.au2007-09-031-1/+1
* 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-11/+23
* Add coalescence edges back to the register graphBen.Lippmeier@anu.edu.au2007-08-281-1/+1
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+8
* Add graph coloring register allocator.Ben.Lippmeier@anu.edu.au2007-08-141-0/+187