Fix truncate on amd64 NCG; fixes arith005.
[ghc-hetmet.git] / compiler / nativeGen / MachCodeGen.hs
2007-05-03 Ian LynaghFix truncate on amd64 NCG; fixes arith005.
2007-03-01 Simon Marlowfurther improvements to the x86/x86_64 NCG
2007-03-01 Simon MarlowUse the most complex form of addressing modes on x86
2007-03-01 Simon Marlowis64BitInteger: truncate to 64 bits before testing
2007-01-19 mrchebas@gmail.comx86: disable assertion that conditionals are not on...
2006-12-11 wolfgang.thaller... Unbreak x86_64 PIC patch, part 3
2006-12-11 wolfgang.thaller... Support MO_WriteBarrier in PowerPC NCG (lwsync instruction)
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-11-29 wolfgang.thaller... x86_64 NCG: fix register usage for CALLs
2006-11-24 wolfgang.thaller... Support I64->I32 casts in the NCG, and use them for...
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-10 Ian LynaghFix linking to expf on Windows
2006-06-29 Simon Marlowadd MO_WriteBarrier to CallishMachOps
2006-06-20 Simon Marlowimprove a panic message
2006-06-06 Simon Marlowfix a case of "naughty I386 byte reg"
2006-04-07 Simon MarlowReorganisation of the source tree