fix haddock submodule pointer
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph /
2011-05-31 Ian LynaghFix the build with GHC 6.12.3
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Graph/TrivColorab...
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-10-21 Ian LynaghWhitespace only
2010-10-13 Ian LynaghFix warning: Remove unused import
2010-10-13 benl@ouroborus.netRegAlloc: Track slot liveness over jumps in spill cleaner
2010-09-23 simonpj@microsoft.comRemove use of lambda with a refutable pattern
2010-06-29 benl@ouroborus.netNCG: allocatableRegs is only giving us 8 SSE regs to...
2010-06-24 benl@ouroborus.netNCG: Comments and formatting only
2010-06-24 benl@ouroborus.netNCG: Do the actual reversing of SCCs
2010-06-24 benl@ouroborus.netNCG: Fix dumping of graphs in regalloc stats for graph...
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor representation of code with liveness...
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor LiveCmmTop to hold a list of SCCs instead...
2009-09-17 Ben.Lippmeier@anu... NCG: Allow the liveness map in a LiveInfo to be Nothing
2009-09-17 Ben.Lippmeier.anu... NCG: Also show the result of applying coalesings with...
2010-05-03 Milan StrakaReplace FiniteMap and UniqFM with counterparts from...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-07 Ian LynaghRemove unused imports
2009-05-19 Ben.Lippmeier@anu... Follow vreg/hreg patch in x86 NCG
2009-05-19 Ben.Lippmeier@anu... Don't try and coalesce RealReg->RealReg moves
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-04-21 Ben.Lippmeier@anu... SPARC NCG: Fix available regs for graph allocator
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-04 Ben.Lippmeier@anu... NCG: Move RegLiveness -> RegAlloc.Liveness
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir