summaryrefslogtreecommitdiff
path: root/compiler/utils/GraphColor.hs
Commit message (Expand)AuthorAgeFilesLines
* Typo in commentGabor Greif2016-08-011-1/+1
* Remove uniqSetToListBartosz Nitka2016-07-011-2/+4
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-3/+3
* Fix warnings in utils/GraphColor.hsIan Lynagh2012-02-261-4/+26
* Whitespace only in utils/GraphColor.hsIan Lynagh2012-02-261-286/+281
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-8/+13
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-1/+1
* Tune coalescing in non-iterative register allocatorBen.Lippmeier@anu.edu.au2007-09-171-6/+15
* Bugfix to iterative coalescerBen.Lippmeier@anu.edu.au2007-09-171-2/+2
* Change spill cost function back to inverse length of live range.Ben.Lippmeier@anu.edu.au2007-09-141-1/+1
* warning policeBen.Lippmeier@anu.edu.au2007-09-131-2/+1
* comment wibblesBen.Lippmeier@anu.edu.au2007-09-121-8/+8
* move generic graph-colouring code into utilSimon Marlow2007-09-121-0/+332