Change the last few (F)SLIT's into (f)sLit's
[ghc-hetmet.git] / compiler / nativeGen / AsmCodeGen.lhs
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
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-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-09-14 Ben.Lippmeier@anu... Count CmmTops processed so far in the native code generator
2007-09-07 Ben.Lippmeier@anu... Add iterative coalescing to graph coloring allocator
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Ben.Lippmeier@anu... Improve GraphColor.colorScan
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-03 Ben.Lippmeier@anu... Do conservative coalescing in register allocator
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-03 Ben.Lippmeier@anu... NCG space leak avoidance refactor
2007-08-31 Ben.Lippmeier@anu... Fix space leak in NCG
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-24 Ben.Lippmeier@anu... Be more paranoid about not creating space leaks in...
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-20 Ben.Lippmeier@anu... NCG debugging cleanup
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... Add dumping of native code gen stats to file.
2007-08-17 Ben.Lippmeier@anu... Refactor dumping of register allocator statistics.
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-05 Michael D. AdamsWarning Police
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-06-27 Michael D. AdamsAdded pointerhood to LocalReg
2007-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-02-05 Ian LynaghFix syntax error
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2006-12-13 wolfgang.thaller... PowerPC NCG: support conditional branches outside ...
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-07 Simon MarlowAdd dependencies on .h files #included into Haskell...
2006-08-22 Simon Marlowdisable .ident generation on darwin_TARGET_OS
2006-08-15 simonpj@microsoft.comMake UniqSM into a proper monad
2006-07-06 Duncan CouttsAdd ghc and version number in .ident directive in NCG
2006-07-06 Duncan CouttsSupport the GNU non-exec stack annotation system
2006-04-07 Simon MarlowReorganisation of the source tree