update submodule pointer
[ghc-hetmet.git] / compiler / cmm / CmmLint.hs
2011-04-27 Edward Z. YangEliminate GC check when no extra stack is used.
2011-04-15 Edward Z. YangDisable check word address lint check, due to inlined...
2011-01-24 Simon MarlowMerge in new code generator branch.
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
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-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CmmLint
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
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-07-27 Simon MarlowPointer Tagging
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-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2006-10-22 wolfgang.thaller... Cast switch scrutinees to W_ in AutoApply.cmm
2006-10-25 andy@galois.comImproving error message in CmmLint
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-06-20 Simon Marlowcheck that the argument to CmmCondBranch is really...
2006-04-07 Simon MarlowReorganisation of the source tree