summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegArchBase.hs
Commit message (Expand)AuthorAgeFilesLines
* NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au2009-02-031-166/+0
* warning policeBen.Lippmeier@anu.edu.au2007-09-051-8/+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-1/+8
* Use UniqSet instead of Data.SetBen.Lippmeier@anu.edu.au2007-08-231-29/+42
* Add graph coloring register allocator.Ben.Lippmeier@anu.edu.au2007-08-141-0/+153