NCG: Do the actual reversing of SCCs
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph / Main.hs
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: Also show the result of applying coalesings with...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
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-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