Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / compiler / codeGen / StgCmmExpr.hs
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-10-26 Ian LynaghRemove unnecessary imports
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2009-12-22 dias@cs.tufts.eduBetter error checking and code cleanup
2009-12-18 dias@cs.tufts.eduunused named variables
2009-12-17 dias@cs.tufts.edumissed a case in a previous fix
2009-11-05 dias@cs.tufts.eduLoop problems in native back ends, update to T3286 fix
2009-09-18 dias@cs.tufts.eduFix for T3286 in new codegen (related to T3132); plus...
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-11 Ian LynaghAdd missing StgPrimCallOp case to isSimpleOp
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-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2008-12-18 Ian LynaghUse DynFlags to work out if we are doing ticky ticky...
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
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