only comments, spacing, alpha-renaming
[ghc-hetmet.git] / compiler / cmm /
2007-05-11 Michael D. AdamsFixed copy-and-paste error in the machOps of compiler...
2007-05-10 Michael D. AdamsFixed a minor redundancy in the C-- lexer
2007-05-10 Michael D. AdamsFixed the C-- lexer to comply with the standard on...
2007-05-10 Michael D. AdamsDocumented the Unicode tricks that are being played...
2007-04-27 Simon Marlowadd the constructor name field to the info table for...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-04 Simon Marlowadd a safety net to avoid generating bogus code
2007-03-01 Simon Marlowfurther improvements to the x86/x86_64 NCG
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2007-01-19 mrchebas@gmail.comSmall optimisation for comparisons
2007-01-17 mrchebas@gmail.comprettifying Cmm: print MachOps as identifiers by replac...
2007-01-17 mrchebas@gmail.comprettifying Cmm a bit: convert (x + (-N)) to (x - N)
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2006-12-29 simonpj@microsoft.comAdd newline to end of file
2006-12-09 andy@galois.comAdding tracing support
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-10-22 wolfgang.thaller... Support RelocatableReadOnlyData section type in CmmPars...
2006-10-22 wolfgang.thaller... Cast switch scrutinees to W_ in AutoApply.cmm
2006-11-20 Ian LynaghAvoid problems with unaligned loads on alpha/mips/mipse...
2006-11-14 Simon Marlowsimplify the generated C a little by removing some...
2006-11-14 Simon Marlowfix types in generated C for comparison MachOps
2006-10-25 andy@galois.comImproving error message in CmmLint
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-16 Simon MarlowFix build on x86_64
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-08-25 Roman LeshchinskiyAdd a default case to pprDynamicLinkerAsmLabel
2006-08-11 sven.panne@aedion.deAvoid warning about overlapped pattern for Linux target
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Simon Marlowunused import
2006-06-29 Simon Marlownew syntax: "prim %OP (args)" for using CallishMachOps...
2006-06-29 Simon Marlowadd MO_WriteBarrier to CallishMachOps
2006-06-20 Simon Marlowcheck that the argument to CmmCondBranch is really...
2006-06-20 Simon MarlowGenerate a new unique for each label
2006-04-12 Simon MarlowFix a bug in optimising division to shift right
2006-04-07 Simon MarlowReorganisation of the source tree