Merge in new code generator branch.
[ghc-hetmet.git] / compiler / nativeGen / X86 / CodeGen.hs
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-06-18 Simon Marlowgenerate "movl lbl(%reg1), %reg2" instructions, better...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-02-09 Simon Marlowgenerate slightly better code for ccall argument-pushin...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-29 Ben.Lippmeier@anu... Nicer panic message
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-05-27 Ben.Lippmeier.anu... Follow vreg/hreg patch in X86_64 NCG
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-04-24 Ben.Lippmeier@anu... Fix #3182: 64 bit FP value returned by C calls was...
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for x86_64-linux
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...