Add PrimCall to the STG layer and update Core -> STG translation
[ghc-hetmet.git] / compiler / codeGen /
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-06-18 Simon MarlowFix #3132: a case of bogus code generation
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-04-03 dias@eecs.tufts.eduDebugging by Sesame Street:
2009-03-25 dias@eecs.tufts.eduBetter handling of node parameter in calling conventions
2009-03-23 dias@eecs.tufts.eduWhen calling gc, avoid saving node in static closures
2009-03-23 dias@eecs.tufts.eduCode simplifications due to call/return separation...
2009-03-23 dias@eecs.tufts.eduCalls with and without passing node arguments more...
2009-03-23 dias@eecs.tufts.eduAnother small step: call and return conventions specifi...
2009-03-23 dias@eecs.tufts.eduSmall step toward call-conv improvement: separate out...
2009-03-18 dias@eecs.tufts.eduRemoved a trace
2009-03-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2009-03-16 dias@eecs.tufts.eduInconsistent type and arguments in safe foreign calls...
2009-03-18 Simon MarlowFixes to "Retract Hp *before* checking for HpLim==0"
2009-03-17 Simon MarlowFIX biographical profiling (#3039, probably #2297)
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-06 Ian LynaghFix the build on amd64/Linux
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2009-01-14 Ian LynaghRemove a redundant import
2009-01-13 simonpj@microsoft.comMake the ASSERT more informative
2008-12-29 Ian LynaghFix warnings in StgCmmForeign
2008-12-29 Ian LynaghFix warnings in CgCallConv
2008-12-29 Ian LynaghFix warnings in SMRep
2008-12-29 Ian LynaghFix warnings in ClosureInfo
2008-12-29 Ian LynaghFix warnings in CgTicky
2008-12-29 Ian LynaghFix warnings in CgCon
2008-12-18 Ian LynaghUse DynFlags to work out if we are doing ticky ticky...
2008-12-17 Ian LynaghFix warnings in CgExpr
2008-12-17 Ian LynaghFix warnings in CgBindery
2008-12-17 Ian LynaghFix warnings in CgStackery
2008-12-17 Ian LynaghFix warnings in CgCase
2008-12-17 Ian LynaghRemove some dead code from CgCase
2008-12-17 Ian LynaghFix warnings in StgCmmProf
2008-12-17 Ian LynaghFix warnings in CgProf
2008-12-17 Ian LynaghFix warnings in CgInfoTbls
2008-12-17 Ian LynaghRemove dead function srtLabelAndLength from CgInfoTbls
2008-12-17 Ian LynaghFix warnings in CgHeapery
2008-12-17 Ian LynaghFix warnings in CgTailCall
2008-12-17 Ian LynaghRemove a little dead code from CgTailCall
2008-12-17 Ian LynaghFix warnings in CodeGen
2008-12-17 Ian LynaghFix warnings in StgCmmTicky
2008-12-17 Ian LynaghRemove dead code from CgUtils
2008-12-17 Ian LynaghFix warnings in CgPrimOp
2008-12-17 Ian LynaghFix warnings in CgMonad
2008-12-17 Ian LynaghFix warnings in CgClosure
2008-12-15 Ian LynaghFix warnings in CgForeignCall
2008-12-15 Ian LynaghRemove some redundant code
2008-12-15 Ian LynaghFix warnings in CgLetNoEscape
2008-12-09 Ian LynaghFix warnings in StgCmmGran
2008-12-09 Ian LynaghFix warnings in CgHpc
2008-12-09 Ian LynaghFix warnings in CgParallel
2008-12-09 Ian LynaghFix warnings in StgCmmHpc
2008-12-09 Ian LynaghRemove an unnecessary -w flag
2008-12-05 simonpj@microsoft.comComments only (Note [Entering error thunks])
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
2008-11-26 dias@eecs.harvard.eduone more missing patch from new codegen path
2008-11-26 simonpj@microsoft.comFix build following codegen patch
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-14 dias@eecs.harvard.eduDon't adjust hp up when the case scrutinee won't allocate
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-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-09-18 simonpj@microsoft.comReplace ASSERT with WARN, and explain why
2008-07-31 Max BolingbrokeDocument CgUtils, follow Digraph changes
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-28 Simon MarlowChange the calling conventions for unboxed tuples slightly
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgCon
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgPrimOp
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgForeignCall
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgClosure
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgBindery
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgHeapery
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgTicky
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgCallConv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgProf
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ClosureInfo
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SMRep
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-20 Ian LynaghCgTicky now doesn't know about the Integer data constru...
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-02-27 Ian LynaghAdd and use seqBitmap when constructing SRTs
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-12-20 simonpj@microsoft.comAdd better panic message in getSRTInfo (Trac #1973)
2007-12-05 Ian Lynagh#include ../includes/MachRegs.h rather than just MachRegs.h
2007-11-08 Simon MarlowPad static literals to word size in the code generator
2007-10-19 Simon Marlowsecond attempt to fix C compiler warnings with -fhpc
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 simonpj@microsoft.comAdd clarifying comments
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
next