fix haddock submodule pointer
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Liveness.hs
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-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-06-24 benl@ouroborus.netFix warnings
2010-06-24 benl@ouroborus.netNCG: Reverse SCCs after each round in the graph allocator
2010-06-24 benl@ouroborus.netNCG: Do explicit check for precondition of computeLiveness
2010-06-23 benl@ouroborus.netNCG: Handle stripping of liveness info from procs with...
2009-09-17 Ben.Lippmeier@anu... NCG: Remember to keep the entry block first when erasin...
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-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-04 Ben.Lippmeier@anu... NCG: Move RegLiveness -> RegAlloc.Liveness