Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / compiler / cmm /
2009-09-10 simonpj@microsoft.comComments in Cmm
2009-09-10 simonpj@microsoft.comComments only, on Cmm data types
2009-07-22 Thomas SchillingMinor documentation fixes.
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-20 Simon Marlowremove dead code
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-05-23 Austin Seippfix pprDynamicLinkerAsmLabel for Mac OS X x86_64
2009-05-14 Ian LynaghHide warnings from alex/happy sources
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-03 dias@eecs.tufts.edueliminate warnings
2009-03-31 dias@eecs.tufts.eduBuggy optimizations caused function-call return to...
2009-03-25 dias@eecs.tufts.eduBetter handling of node parameter in calling conventions
2009-03-23 dias@eecs.tufts.eduCode simplifications due to call/return separation...
2009-03-23 dias@eecs.tufts.eduCode simplification due to separate call/return conventions
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-30 Simon Marlowuse a UniqSet for is MathFun, this list is getting...
2009-03-23 Bertram Felgenhauerupdate list of C math functions
2009-03-18 dias@eecs.tufts.eduComment explaining use of seq in DFMonad
2009-03-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2009-03-16 dias@eecs.tufts.edustack overflows and out of memory's
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-07 Ian LynaghCorrect an IsFunction that should be IsData
2009-02-06 Ian LynaghFix calling maths functions when compiling via C
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-12-29 Ian LynaghFix warnings in CmmInfo
2008-12-29 Ian LynaghFix warnings in CmmCPSGen
2008-12-29 Ian LynaghFix warnings in CmmProcPoint
2008-12-29 Ian LynaghFix warnings in CmmCallConv
2008-12-29 Ian LynaghFix warnings in CmmLive
2008-12-29 Ian LynaghFix warnings in CmmCPS
2008-12-29 Ian LynaghFix warnings in CmmUtils
2008-12-29 Ian LynaghComment out dead function breakProc
2008-12-29 Ian LynaghFix warnings in CmmBrokenBlock
2008-12-09 Simon MarlowFix #2838: we should narrow a CmmInt before converting...
2008-12-05 simonpj@microsoft.comRemove INLINE pragmas on recursive functions
2008-11-28 Simon Marlowadd missing case to Ord GlobalReg (EagerBlackhole ...
2008-11-27 Simon Marlowdon't emit CmmComments for now
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-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-16 dias@eecs.harvard.eduFixed linear regalloc bug, dropped some tracing code
2008-10-14 dias@eecs.harvard.eduKeep update frames live even in functions that never...
2008-10-14 dias@eecs.harvard.eduRemoved space and time inefficiency in procpoint splitting
2008-10-14 dias@eecs.harvard.eduClarify the SRT building process
2008-10-13 dias@eecs.harvard.eduFloating infotables were reversed in C back end
2008-10-13 dias@eecs.harvard.eduforgot a few files
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-14 Thomas SchillingReturn parser errors and warnings instead of dying.
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-07-31 Max BolingbrokeDocument CmmZipUtil
2008-07-31 Max BolingbrokeDocument ZipCfg
2008-07-31 Max BolingbrokeDocument MachOp
2008-07-31 Max BolingbrokeDocument Dataflow
2008-07-31 Max BolingbrokeDocument DFMonad
2008-07-25 Simon MarlowSRT labels don't need to be globally visible
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-11 Simon MarlowFIX #2322: add exceptions for more functions in math.h
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-06-02 dias@eecs.harvard.eduMissing import in C-- parser
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-20 Norman Ramseydocumentation for ZipDataflow
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-05-13 Ian LynaghAdd a type signature to help GHC 6.4
2008-05-12 Simon MarlowFixes to via-C prototype generation (FIX BUILD on Windows)
2008-05-12 Simon MarlowFIX #1861: floating-point constants for infinity and...
2008-05-07 simonpj@microsoft.comFix context for fwd_pure_anal to match that of forward_sol
2008-05-06 simonpj@microsoft.comFix type signature to work without -XRelaxedPolyRec...
2008-05-03 Norman Ramseyreplace hints with kinds in parser as well
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-05-03 Norman Ramseynew version of ZipDataflow
2008-05-03 Norman Ramseyminor changes to Cmm left over from September 2007
2008-04-23 Ian LynaghAdd back an erroneously removed #include "HsVersions.h"
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in CmmParse
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprC
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprCmmZ
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ZipCfgCmmRep
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CmmLint
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CmmCPSGen
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprCmm
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in MachOp
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CLabel
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-09 Simon Marlowadd pointers to the wiki for the rules about C prototypes
2008-04-02 Simon MarlowDo not #include external header files when compiling...
next