Whitespace only in nativeGen/RegAlloc/Linear/Main.hs
[ghc-hetmet.git] / compiler / cmm / Cmm.hs
2011-05-15 Edward Z. YangMore aggressive CmmRegOff inlining, and fix failure...
2011-04-15 Edward Z. YangAdd GenCmmGraph, which is a generic version of CmmGraph.
2011-01-28 Simon MarlowFix warnings
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-07-29 simonpj@microsoft.comAdd two local type signatures
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2009-09-18 dias@cs.tufts.eduKeep Touch'd variables live through the back end
2009-09-10 simonpj@microsoft.comComments only, on Cmm data types
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
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-08-28 Ian Lynaghhaddock 2 doc fixes
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-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-09-21 Norman Ramseymassive convulsion in ZipDataflow
2007-09-19 simonpj@microsoft.comSmall changes to mk-ing flow graphs
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-10 Ian LynaghTurn off orphan warnings
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-06 Ian LynaghFix building with old compilers which don't understand...
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-05 Norman Ramseyenable and slay warnings in cmm/Cmm.hs
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-20 Norman Ramseyannotate C-- calls that do not return
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-07-05 Michael D. AdamsAdded support for GC block declaration to the Cmm syntax
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-07-02 Michael D. AdamsMultiple improvements to CPS algorithm.
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsAdded stack checks to the CPS algorithm
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-05-22 Michael D. AdamsMake CmmProc take CmmFormals as argument
2007-05-18 Michael D. AdamsMajor cleanup of the CPS code (but more is still to...
2007-05-18 Michael D. AdamsSecond working draft of a CPS algorithm for C--.
2007-05-18 Michael D. AdamsAdded spLimReg to complement spReg and hpReg
2007-05-18 Michael D. AdamsAdded types CmmActuals and CmmFormals for function...
2007-05-16 Michael D. AdamsAdded 'return' to C--, and made arguments to 'jump...
2007-03-01 Simon Marlowfurther improvements to the x86/x86_64 NCG
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-04-07 Simon MarlowReorganisation of the source tree