Merging in the new codegen branch
[ghc-hetmet.git] / compiler / nativeGen / PprMach.hs
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-07-23 Ian LynaghFix a build error on powerpc/Linux; spotted by Jeroen...
2008-07-20 Thomas SchillingFix Haddock errors.
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-04-27 Ian LynaghFix build on PPC: Add some missing parentheses
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprMach
2007-11-21 Bertram Felgenhauer(native gen) fix code generated for GDTOI on x86_32
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
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-06-30 Clemens FruhwirthRestrict .type directives to Linux targets only
2007-06-28 Simon Marlowdisable .type directives on Windows; they confuse mingw...
2007-06-27 Clemens FruhwirthSet .type @object for all global symbols in NCG
2007-06-27 Clemens FruhwirthGenerate RelocatableReadOnlyData as .data
2007-06-26 Clemens FruhwirthPprMach.hs more accurate hack for x86-64, CmmLabelOff...
2007-05-10 Simon Marlowimprove comments about x86-64 relative-offset hackery
2007-05-03 Ian LynaghFix truncate on amd64 NCG; fixes arith005.
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2006-12-13 wolfgang.thaller... PowerPC NCG: support conditional branches outside ...
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-10-11 Ian LynaghFix trac #921: generate *q instructions for int-float...
2006-10-11 Simon MarlowModule header tidyup #2
2006-04-07 Simon MarlowReorganisation of the source tree