fix haddock submodule pointer
[ghc-hetmet.git] / compiler / nativeGen / X86 / CodeGen.hs
2011-06-13 Edward Z. YangRemove type synonyms for CmmFormals, CmmActuals (and...
2011-06-08 Ian LynaghcmmTopCodeGen no longer takes DynFlags as an argument
2011-05-31 David TereiFix some validation errors
2011-05-31 David TereiFix warnings in X86/CodeGen
2011-05-31 David TereiAdd new mem{cpy,set,move} cmm prim ops.
2011-04-29 Ian LynaghFix build on OS X amd64
2011-04-27 Edward Z. YangImplement jump table fix-ups for linear register allocator.
2011-04-06 Edward Z. YangFix bug in X86 codegen: use GMOV instead of MOV for...
2011-04-01 Max BolingbrokePop OS X stack padding even if the foreign call is...
2011-03-30 Simon Marlowimplement double-to-float narrowing in the x86 NCG...
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...