summaryrefslogtreecommitdiff
path: root/compiler/main/StaticFlagParser.hs
Commit message (Expand)AuthorAgeFilesLines
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-151/+0
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-3/+3
* Make -fexcess-precision a fully-dynamic flagIan Lynagh2012-10-091-11/+2
* Make -f(no-)pre-inlining a dynamic flagIan Lynagh2012-10-091-1/+0
* Make -fsimple-list-literals a dynamic flagIan Lynagh2012-10-091-1/+0
* Make -fmax-worker-args a dynamic flagIan Lynagh2012-10-091-1/+0
* Make the -dsuppress-* flags dynamicIan Lynagh2012-10-091-8/+0
* -fliberate-case-threshold is already a dynamic flagIan Lynagh2012-10-091-1/+0
* Make the opt_UF_* static flags dynamicIan Lynagh2012-10-091-6/+1
* Make the -ferror-spans flag dynamicIan Lynagh2012-10-091-2/+1
* Merge branch 'tc-untouchables'Simon Peyton Jones2012-10-021-0/+1
|\
| * A few more constraint solver improvementsSimon Peyton Jones2012-10-021-0/+1
* | -fhpc is no longer a static flag (fixes hpc tests)Simon Marlow2012-10-021-2/+1
|/
* Remove unused -dopt-fuelIan Lynagh2012-09-031-1/+0
* Remove -dstub-dead-values from flag listIan Lynagh2012-09-031-1/+0
* Make -fhistory-size dynamicIan Lynagh2012-09-031-1/+0
* Make the ways dynamicIan Lynagh2012-09-031-40/+4
* Refactor the ways code a bitIan Lynagh2012-09-031-2/+2
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-14/+1
* Make tablesNextToCode "dynamic"Ian Lynagh2012-08-061-10/+2
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-1/+0
* Make -fPIC a dynamic flagIan Lynagh2012-07-161-11/+0
* Make the GHC API a little more powerful.David Terei2012-06-251-6/+19
* Make -fgransim a dynamic flagIan Lynagh2012-06-201-1/+0
* Make -fparallel a dynamic flagIan Lynagh2012-06-201-1/+0
* Remove some cruft from StaticFlagParserIan Lynagh2012-06-201-10/+1
* Revert "Add -faggressive-primops plus refactoring in CoreUtils" (#5780)Simon Marlow2012-01-161-1/+0
* Add -faggressive-primops plus refactoring in CoreUtilsSimon Peyton Jones2012-01-131-0/+1
* Implemented -dsuppress-var-kinds flag to remove silly kinds when dppr-debug i...Dimitrios Vytiniotis2011-11-281-0/+1
* 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