Super-monster patch implementing the new typechecker -- at last
[ghc-hetmet.git] / compiler / main / StaticFlagParser.hs
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...