Merging in the new codegen branch
[ghc-hetmet.git] / compiler / nativeGen / RegAllocInfo.hs
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-03 Ian LynaghFix sin/cos/tan on x86; trac #2059
2008-02-07 Duncan CouttsMake more arch-specific #if's exclusive with #else...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-24 Ben.Lippmeier@anu... comment wibble
2007-08-23 Ben.Lippmeier@anu... Add spill/reload pseudo instrs to MachInstrs
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-05-03 Ian LynaghFix truncate on amd64 NCG; fixes arith005.
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2006-12-13 wolfgang.thaller... PowerPC NCG: support conditional branches outside ...
2006-12-07 wolfgang.thaller... Tell the NCG that XOR foo, foo does *not* read foo
2006-11-29 wolfgang.thaller... x86_64 NCG: fix register usage for CALLs
2006-04-07 Simon MarlowReorganisation of the source tree