merge GHC HEAD
[ghc-hetmet.git] / compiler / nativeGen / X86 / Ppr.hs
2011-05-09 Simon Marlowfix pretty-printing of the cvttsd2si SSE2 instruction...
2011-05-07 Ian LynaghChange more Config tests to Platform tests
2011-05-07 Ian LynaghRemove unused pprUserReg functions
2011-04-27 Johan TibellOutput ELF .size directives for functions
2011-04-27 Edward Z. YangImplement jump table fix-ups for linear register allocator.
2011-04-22 Ian LynaghRevert "Output ELF .size directives for functions"
2011-04-22 Johan TibellOutput ELF .size directives for functions
2011-03-30 Simon Marlowimplement double-to-float narrowing in the x86 NCG...
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-05 Ian LynaghReplace a #if with a Haskell conditional
2011-01-05 Ian LynaghWhitespace only in X86.Ppr
2010-02-22 Ben.Lippmeier@anu... Fix build for non-x86 arches again.
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