Big tidy-up of deriving code
[ghc-hetmet.git] / compiler / nativeGen /
2006-12-13 wolfgang.thaller... PowerPC NCG: support conditional branches outside ...
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-10 wolfgang.thaller... Unbreak x86_64 PIC patch, part 2
2006-12-07 wolfgang.thaller... Unbreak previous x86_64 PIC patch
2006-12-07 wolfgang.thaller... Tell the NCG that XOR foo, foo does *not* read foo
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-11-24 wolfgang.thaller... NCG: Really avoid the need for memory-to-memory moves...
2006-11-20 wolfgang.thaller... i386-darwin: disable use of code stubs for dynamic...
2006-10-11 Ian LynaghFix trac #921: generate *q instructions for int-float...
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-10 Ian LynaghFix linking to expf on Windows
2006-09-07 Simon MarlowAdd dependencies on .h files #included into Haskell...
2006-08-22 Simon Marlowdisable .ident generation on darwin_TARGET_OS
2006-08-15 simonpj@microsoft.comMake UniqSM into a proper monad
2006-07-06 Duncan CouttsAdd ghc and version number in .ident directive in NCG
2006-07-06 Duncan CouttsSupport the GNU non-exec stack annotation system
2006-06-29 Simon Marlowfix some problems with the fixup block code
2006-06-29 Simon Marlowsmall optimisation: eliminate more register-to-register...
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