summaryrefslogtreecommitdiff
path: root/compiler/main/StaticFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* Make -fcpr-off a dynamic flagChristiaan Baaij2015-08-051-8/+1
* Delete commented-out lineSimon Peyton Jones2015-05-181-1/+0
* Revert multiple commitsAustin Seipp2015-05-141-0/+1
* Delete commented-out lineSimon Peyton Jones2015-05-131-1/+0
* Dont call unsafeGlobalDynFlags if it is not setThomas Miedema2015-03-161-2/+5
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-211-4/+4
* Update User's Guide, cleanup DynFlagsJan Stolarek2014-11-061-1/+5
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+2
* Nuke {save,restore}StaticFlagGlobals.Austin Seipp2013-10-091-15/+16
* Turn -H and -Rghc-timing into dynamic flags.Austin Seipp2013-10-091-29/+0
* Delete old comments referring to newSessionAustin Seipp2013-10-011-2/+2
* resurrected -fdicts-strict, off by defaultNicolas Frisby2013-09-081-8/+0
* Add --show-options to list all flags (Fixes #7843)Jan Stolarek2013-06-061-3/+10
* Make -fno-flat-cache use a dynamic, rather than static, flagIan Lynagh2013-05-101-5/+0
* Update the isStaticFlag predicateIan Lynagh2013-04-251-5/+0
* Remove some old commented-out code in StaticFlagsIan Lynagh2013-04-251-17/+0
* Whitespace only in StaticFlagsIan Lynagh2013-04-251-32/+25
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-301-2/+2
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-69/+172
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-1/+1
* Make -fexcess-precision a fully-dynamic flagIan Lynagh2012-10-091-5/+0
* Make -f(no-)pre-inlining a dynamic flagIan Lynagh2012-10-091-5/+0
* Make -fsimple-list-literals a dynamic flagIan Lynagh2012-10-091-4/+0
* Make -fmax-worker-args a dynamic flagIan Lynagh2012-10-091-9/+6
* Make the -dsuppress-* flags dynamicIan Lynagh2012-10-091-59/+0
* Make the opt_UF_* static flags dynamicIan Lynagh2012-10-091-33/+3
* Make the -ferror-spans flag dynamicIan Lynagh2012-10-091-8/+0
* Put the DynFlags in a global variable for tracing; fixes #7304Ian Lynagh2012-10-081-0/+21
* A few more constraint solver improvementsSimon Peyton Jones2012-10-021-0/+4
* Make -fhpc a dynamic flagIan Lynagh2012-09-031-7/+0
* Remove unused -dopt-fuelIan Lynagh2012-09-031-6/+0
* Make -fhistory-size dynamicIan Lynagh2012-09-031-4/+0
* Remove the unused opt_StubDeadValuesIan Lynagh2012-09-031-4/+0
* Move ldInputs into DynFlagsIan Lynagh2012-09-031-12/+0
* Make the ways dynamicIan Lynagh2012-09-031-213/+7
* Refactor the ways code a bitIan Lynagh2012-09-031-98/+104
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-3/+0
* Make tablesNextToCode "dynamic"Ian Lynagh2012-08-061-10/+0
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-7/+0
* Make -fPIC a dynamic flagIan Lynagh2012-07-161-9/+0
* Remove 'on' from UtilIan Lynagh2012-06-221-0/+1
* Make -fgransim a dynamic flagIan Lynagh2012-06-201-4/+0
* Make -fparallel a dynamic flagIan Lynagh2012-06-201-4/+0
* Move and rename opt_HiVersionIan Lynagh2012-06-181-4/+0
* Make -firrefutable-tuples a dynamic flagIan Lynagh2012-06-181-4/+0
* Make -ignore-dot-ghci a dynamic flagIan Lynagh2012-06-181-4/+0
* Make -dppr-cols a dynamic flagIan Lynagh2012-06-181-14/+0
* Make -dtrace-level a dynamic flagIan Lynagh2012-06-181-5/+1
* Make -dppr-case-as-let a dynamic flagIan Lynagh2012-06-141-5/+0
* Change -dppr-user-length from a static to a dynamic flagIan Lynagh2012-06-141-4/+0