Make some profiling flags dynamic
[ghc-hetmet.git] / compiler / main / StaticFlagParser.hs
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...