summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/GraphBase.hs
Commit message (Expand)AuthorAgeFilesLines
* move generic graph-colouring code into utilSimon Marlow2007-09-121-111/+0
* Add iterative coalescing to graph coloring allocatorBen.Lippmeier@anu.edu.au2007-09-071-0/+3
* Refactor MachRegs.trivColorable to do unboxed accumulationBen.Lippmeier@anu.edu.au2007-09-051-1/+1
* warning policeBen.Lippmeier@anu.edu.au2007-09-051-6/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Add graph coloring register allocator.Ben.Lippmeier@anu.edu.au2007-08-141-0/+106