summaryrefslogtreecommitdiff
path: root/compiler/main/StaticFlagParser.hs
Commit message (Expand)AuthorAgeFilesLines
* Formatting wibbles.David Terei2011-10-171-5/+5
* Remove cruft code from old Safe Haskell implementation methodDavid Terei2011-10-171-39/+39
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-37/+38
* Remove use of -fno-asm-mangling flag; fixes #5134Ian Lynagh2011-04-201-1/+0
* Add a new static flag -fno-opt-coercionsimonpj@microsoft.com2011-03-311-0/+1
* Add -dppr-colsN to set width of dumpsBen Lippmeier2010-12-081-0/+1
* Add -dppr-case-as-let to print "strict lets" as actual letsBen Lippmeier2010-12-081-1/+2
* Implement -dsuppress-type-signaturesBen Lippmeier2010-12-081-0/+1
* Add more suppression flagsBen Lippmeier2010-12-081-9/+12
* Remove -ds-multi-tyvar static flagsimonpj@microsoft.com2010-10-281-1/+0
* Make -funfolding-dict-threshold work properlysimonpj@microsoft.com2010-09-231-0/+1
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-0/+1
* Implement -dsuppress-module-prefixesbenl@ouroborus.net2010-08-301-7/+8
* Refactor the command-line argument parsing (again)simonpj@microsoft.com2010-08-161-31/+44
* Don't automatically insert a -fvia-C flag in an unregisterised compilerIan Lynagh2010-06-171-2/+1
* Finish #3439: -ticky implies -debug at link time; the ticky "way" has goneSimon Marlow2009-11-041-2/+4
* New flag -dsuppress-coercions to avoid printing coercions in Core dumpsRoman Leshchinskiy2009-10-141-0/+1
* -fPIC -fvia-C issues a warning and ignores -fvia-CSimon Marlow2009-08-211-0/+11
* Make -dynamic a proper way, so we read the .dyn_hi filesSimon Marlow2009-08-201-2/+2
* Make -fext-core a dynamic flag (it was a static flag)Ian Lynagh2009-07-051-1/+0
* Add fast event loggingSimon Marlow2009-03-171-0/+1
* UNDO: Add -fpass-case-bndr-to-join-pointsSimon Marlow2008-12-161-1/+0
* Make some profiling flags dynamicIan Lynagh2008-12-091-19/+0
* Add -fpass-case-bndr-to-join-pointssimonpj@microsoft.com2008-12-051-0/+1
* Add static flag -fsimple-list-literalssimonpj@microsoft.com2008-12-051-2/+2
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-0/+1
* Remove fno-method-sharing from the list of static flagsIan Lynagh2008-09-201-1/+0
* Document 'parseStaticFlags'.Thomas Schilling2008-09-141-0/+15
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-10/+15
* Separate the static flag parser from the static global variablesIan Lynagh2008-08-261-0/+211