summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAllocStats.hs
Commit message (Expand)AuthorAgeFilesLines
* NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au2009-02-031-351/+0
* Make the SPARC NCG compile again - it's still broken though.Ben.Lippmeier@anu.edu.au2009-01-101-0/+7
* Fixes for haddock 0.8Ian Lynagh2008-07-211-4/+4
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* Make more arch-specific #if's exclusive with #else #error casesDuncan Coutts2008-02-071-4/+5
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* FIX validate for PPC Mac OS X - RegAllocStats.hsThorkil Naur2007-10-051-0/+1
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-1/+1
* Bugfix to iterative coalescerBen.Lippmeier@anu.edu.au2007-09-171-2/+7
* Better calculation of spill costs / selection of spill candidates.Ben.Lippmeier@anu.edu.au2007-09-131-8/+16
* warning policeBen.Lippmeier@anu.edu.au2007-09-051-13/+7
* 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-0/+23
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Add a count of how many spill/reloads/reg-reg-moves remain to dump-asm-statsBen.Lippmeier@anu.edu.au2007-08-241-26/+52
* Erase unneeded spill/reloads after register allocationBen.Lippmeier@anu.edu.au2007-08-241-4/+8
* Show spill/reload pseudo instrs in regalloc stage dumpBen.Lippmeier@anu.edu.au2007-08-241-2/+7
* Handle DOA vregs when building spill statsBen.Lippmeier@anu.edu.au2007-08-231-2/+4
* Refactor cmmNativeGen so dumps can be emitted inline with NCG stagesBen.Lippmeier@anu.edu.au2007-08-221-39/+69
* Add vreg-conflicts and vreg-conflict-lifetimes to drop-asm-statsBen.Lippmeier@anu.edu.au2007-08-201-2/+84
* Add vreg-population-lifetimes to drop-asm-statsBen.Lippmeier@anu.edu.au2007-08-171-3/+18
* Refactor dumping of register allocator statistics.Ben.Lippmeier@anu.edu.au2007-08-171-0/+141