Big collection of patches for the new codegen branch.
[ghc-hetmet.git] / compiler / nativeGen / RegAllocLinear.hs
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-07-31 Max BolingbrokeFollow Digraph changes in RegAllocLinear.hs
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-04-30 Ian LynaghUpdate a panic message
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RegallocLinear
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-02 Simon Marlowexpand "out of stack slots" panic to suggest using...
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - RegAllocLinear.hs
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 simonpj@microsoft.comWarning police
2007-09-05 Ben.Lippmeier@anu... Refactor MachRegs.trivColorable to do unboxed accumulation
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-05 Ben.Lippmeier@anu... warning police
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-24 Ben.Lippmeier@anu... Add count of reg-reg moves remaining for linear allocat...
2007-08-23 Ben.Lippmeier@anu... Eliminate more dead reg->reg moves in linear allocator
2007-08-22 Ben.Lippmeier@anu... Refactor cmmNativeGen so dumps can be emitted inline...
2007-08-21 Ben.Lippmeier@anu... Instrument linear register allocator.
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.