Trim unused imports detected by new unused-import code
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / SPARC / FreeRegs.hs
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
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-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Give regs o0-o5 back to the allocator
2009-02-02 Ben.Lippmeier@anu... NCG: Split linear allocator into separate modules.