Add transitional rules for the alternative layout rule
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc /
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
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-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-26 Ben.Lippmeier@anu... Follow vreg/hreg patch in PPC NCG
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-04-20 Ben.Lippmeier@anu... SPARC NCG: Base freeRegs on includes/MachRegs.h again
2009-02-15 Ben.Lippmeier@anu... SPARC NCG: Don't release top half of f6 and f8
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Make linear allocator use info in SPARC...
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: Move the graph allocator into its own dir
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Give regs o0-o5 back to the allocator
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.