fix haddock submodule pointer
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / Main.hs
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hs
2011-05-31 Ian LynaghParameterise the RegM monad on the FreeRegs type
2011-05-31 Ian LynaghAdd missing type sigs in nativeGen/RegAlloc/Linear...
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Linear/Main.hs
2011-04-05 Simon MarlowallocateRegsAndSpill: disable a panic for the time...
2011-04-05 Edward Z. YangFix linear register allocator bug involving read/write...
2011-04-04 Edward Z. YangFix typos and add Outputable constraints to aid debugging.
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-10-13 benl@ouroborus.netRegAlloc: Track slot liveness over jumps in spill cleaner
2010-06-24 benl@ouroborus.netNCG: Don't actually complain on unreachable code blocks
2010-06-23 benl@ouroborus.netNCG: Emit a warning on unreachable code block instead...
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor representation of code with liveness...
2009-09-17 Ben.Lippmeier@anu... NCG: Add sanity checking to linear allocator
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-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-13 Ben.Lippmeier@anu... NCG: Split block reorder thing in linear allocator...
2009-02-13 Ben.Lippmeier@anu... NCG: Validate fixes for powerpc
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules
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-04 Ben.Lippmeier@anu... SPARC NCG: Fix some haddock problems.
2009-02-03 Ben.Lippmeier@anu... NCG: Split out joinToTargets from linear alloctor into...
2009-02-02 Ben.Lippmeier@anu... NCG: Split linear allocator into separate modules.