merge GHC HEAD
[ghc-hetmet.git] / compiler / main / StaticFlagParser.hs
2011-04-19 Ian LynaghRemove use of -fno-asm-mangling flag; fixes #5134
2011-03-31 simonpj@microsoft.comAdd a new static flag -fno-opt-coercion
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-12-08 Ben LippmeierAdd -dppr-case-as-let to print "strict lets" as actual...
2010-12-08 Ben LippmeierImplement -dsuppress-type-signatures
2010-12-08 Ben LippmeierAdd more suppression flags
2010-10-28 simonpj@microsoft.comRemove -ds-multi-tyvar static flag
2010-09-23 simonpj@microsoft.comMake -funfolding-dict-threshold work properly
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-30 benl@ouroborus.netImplement -dsuppress-module-prefixes
2010-08-16 simonpj@microsoft.comRefactor the command-line argument parsing (again)
2010-06-17 Ian LynaghDon't automatically insert a -fvia-C flag in an unregis...
2009-11-04 Simon MarlowFinish #3439: -ticky implies -debug at link time; the...
2009-10-14 Roman LeshchinskiyNew flag -dsuppress-coercions to avoid printing coercio...
2009-08-21 Simon Marlow-fPIC -fvia-C issues a warning and ignores -fvia-C
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
2009-07-05 Ian LynaghMake -fext-core a dynamic flag (it was a static flag)
2009-03-17 Simon MarlowAdd fast event logging
2008-12-16 Simon MarlowUNDO: Add -fpass-case-bndr-to-join-points
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-12-05 simonpj@microsoft.comAdd -fpass-case-bndr-to-join-points
2008-12-05 simonpj@microsoft.comAdd static flag -fsimple-list-literals
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-09-20 Ian LynaghRemove fno-method-sharing from the list of static flags
2008-09-14 Thomas SchillingDocument 'parseStaticFlags'.
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...