Propagate scalar variables and tycons for vectorisation through 'HscTypes.VectInfo'.
[ghc-hetmet.git] / compiler / cmm / CmmOpt.hs
2011-06-01 Johan TibellFold constants during forward substitution in the Cmm...
2011-06-01 Johan TibellImplement forward substitution of constants in the...
2011-05-05 Edward Z. YangImprove dead block calculation, per Simon Marlow's...
2011-04-30 Edward Z. YangImplement dead basic block elimination.
2011-04-05 Edward Z. YangCmmOpt cannot assume single assignment for hand-written...
2011-03-25 Edward Z. YangIgnore comments when inlining.
2011-02-10 Simon Marlowconstant fold (a + N) - M and (a - N) + M
2011-02-08 Simon MarlowRecursively call cmmMachOpFold on divides that we turne...
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-13 Edward Z. YangFix longstanding bug in C-- inlining for functions...
2010-06-16 Simon Marlowtypo in comment
2010-04-22 Simon MarlowAdd missing constant folding and optimisation for unsig...
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2008-12-09 Simon MarlowFix #2838: we should narrow a CmmInt before converting...
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-08 Simon MarlowFIX #2080: an optimisation to remove a widening was...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-12-20 Simon MarlowAdd dead code elimination in cmmMiniInline
2007-11-28 Simon Marlowadd comment
2007-11-22 Bertram FelgenhauerFIX #1916: don't try to convert float constants to...
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-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-07-05 Michael D. AdamsWarning Police
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-06-27 Michael D. AdamsAdded pointerhood to LocalReg
2007-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-01-19 mrchebas@gmail.comSmall optimisation for comparisons
2006-12-29 simonpj@microsoft.comAdd newline to end of file
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-04-12 Simon MarlowFix a bug in optimising division to shift right
2006-04-07 Simon MarlowReorganisation of the source tree