Represent the free register set using Word64 on x86-64 (fixes ffi009)
[ghc-hetmet.git] / compiler / nativeGen / X86 / Ppr.hs
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...
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for i386-darwin
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for x86_64-linux
2009-02-15 Ben.Lippmeier@anu... NCG: Validate fixes for x86-linux
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-05 Ben.Lippmeier@anu... NCG: Split PprMach into arch specific modules