Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / nativeGen / RegAllocStats.hs
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-24 Ben.Lippmeier@anu... Add a count of how many spill/reloads/reg-reg-moves...
2007-08-24 Ben.Lippmeier@anu... Erase unneeded spill/reloads after register allocation
2007-08-24 Ben.Lippmeier@anu... Show spill/reload pseudo instrs in regalloc stage dump
2007-08-23 Ben.Lippmeier@anu... Handle DOA vregs when building spill stats
2007-08-22 Ben.Lippmeier@anu... Refactor cmmNativeGen so dumps can be emitted inline...
2007-08-20 Ben.Lippmeier@anu... Add vreg-conflicts and vreg-conflict-lifetimes to drop...
2007-08-17 Ben.Lippmeier@anu... Add vreg-population-lifetimes to drop-asm-stats
2007-08-17 Ben.Lippmeier@anu... Refactor dumping of register allocator statistics.