Represent the free register set using Word64 on x86-64 (fixes ffi009)
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / X86 / FreeRegs.hs
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
2009-07-07 Ian LynaghRemove unused imports
2009-05-19 Ben.Lippmeier@anu... Follow vreg/hreg patch in x86 NCG
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: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-02 Ben.Lippmeier@anu... NCG: Split linear allocator into separate modules.