summaryrefslogtreecommitdiff
path: root/compiler/main/StaticFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be less aggressive about the result discountSimon Peyton Jones2012-05-281-1/+6
* Revert "trac #5265 (support for additional .ghci files)"Paolo Capriotti2012-04-111-10/+1
* Revert "Add -faggressive-primops plus refactoring in CoreUtils" (#5780)Simon Marlow2012-01-161-6/+0
* Add -faggressive-primops plus refactoring in CoreUtilsSimon Peyton Jones2012-01-131-0/+6
* Implemented -dsuppress-var-kinds flag to remove silly kinds when dppr-debug i...Dimitrios Vytiniotis2011-11-281-0/+6
* Fixes for NetBSDIan Lynagh2011-11-251-2/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Formatting wibbles.David Terei2011-10-171-24/+25
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-251-5/+1
* Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-07-291-1/+23
* Spelling error in commentSimon Peyton Jones2011-07-151-1/+1
* trac #5265 (support for additional .ghci files)Sam Anklesaria2011-06-261-1/+10
* sizeExpr: multiply all the sizes by 10, except for primops. ThisSimon Marlow2011-05-251-5/+5
* Merge branch 'master' of /Users/benl/devel/ghc/ghc-headBen Lippmeier2011-04-271-1/+1
|\
| * Fix typo in commentIan Lynagh2011-04-211-1/+1
* | Don't -dsuppress-uniques with -dsuppress-allBen Lippmeier2011-04-141-7/+9
|/
* Add a new static flag -fno-opt-coercionsimonpj@microsoft.com2011-03-311-2/+5