summaryrefslogtreecommitdiff
path: root/compiler/main/StaticFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove maybePrefixMatch, using stripPrefix insteadIan Lynagh2009-07-091-1/+1
* Make -fext-core a dynamic flag (it was a static flag)Ian Lynagh2009-07-051-4/+0
* Adjust inlining heursiticssimonpj@microsoft.com2009-04-031-1/+1
* Add fast event loggingSimon Marlow2009-03-171-0/+6
* Use DynFlags to work out if we are doing ticky ticky profilingIan Lynagh2008-12-181-3/+0
* UNDO: Add -fpass-case-bndr-to-join-pointsSimon Marlow2008-12-161-4/+0
* Make some profiling flags dynamicIan Lynagh2008-12-091-9/+0
* Add -fpass-case-bndr-to-join-pointssimonpj@microsoft.com2008-12-051-0/+4
* Add static flag -fsimple-list-literalssimonpj@microsoft.com2008-12-051-0/+5
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-0/+3
* Separate the static flag parser from the static global variablesIan Lynagh2008-08-261-187/+4
* Follow extensible exception changesIan Lynagh2008-07-301-5/+4
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-0/+3
* More commandline flag improvementsIan Lynagh2008-06-161-1/+1
* Use maybePrefixMatch in StaticFlags rather than redefining it ourselvesIan Lynagh2008-06-141-14/+1
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-23/+35
* Use a proper datatype, rather than pairs, for flagsIan Lynagh2008-06-141-41/+41
* Desugar multiple polymorphic bindings more intelligentlysimonpj@microsoft.com2008-06-051-0/+7
* New flag: -dno-debug-outputSimon Marlow2008-06-031-0/+5
* -no-link-chk has been a no-op since at least 6.0; remove itSimon Marlow2008-06-031-3/+0
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-2/+10
* Make -f[no-]method-sharing a dynamic flagRoman Leshchinskiy2008-05-201-3/+0
* (F)SLIT -> (f)sLit in StaticFlagsIan Lynagh2008-04-221-24/+24
* Change the last few (F)SLIT's into (f)sLit'sIan Lynagh2008-04-221-1/+1
* Remove static flag opt_RuntimeTypes (has not been used in years)simonpj@microsoft.com2008-04-221-3/+0
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-1/+1
* Fix warnings in main/StaticFlagsIan Lynagh2008-03-251-9/+49
* Remove ndpFlattenRoman Leshchinskiy2008-03-091-4/+1
* Enable -prof -threaded (#886)Simon Marlow2008-02-281-0/+1
* Add -fspec-inline-join-points to SpecConstrsimonpj@microsoft.com2008-01-171-0/+3
* Remove -fhardwire-lib-paths in favour of -dynload sysdepClemens Fruhwirth2008-01-101-2/+0
* Remove -funfolding-update-in-place flag documentationsimonpj@microsoft.com2008-01-031-1/+0
* Remove obselete code for update-in-place (which we no longer do)simonpj@microsoft.com2007-12-201-2/+0
* give a more useful message when the static flags have not been initialised (#...Simon Marlow2007-11-271-1/+1
* Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniquessimonpj@microsoft.com2007-11-161-2/+5
* remove the "-unreg" flag and the unregisterised way, see #1008Simon Marlow2007-10-091-6/+0
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* remove gratuitous usage of Double in favor of RationalIsaac Dupree2007-08-071-1/+1
* Add hardwire-lib-paths option and make it default for inplace invocationsClemens Fruhwirth2007-07-171-0/+3
* FIX -fexcess-precisionSimon Marlow2007-07-081-1/+7
* Remove prefixMatch and suffixMatch from UtilIan Lynagh2007-07-021-2/+2
* Fixing -fhpc flag to allow -fno-hpcandy@galois.com2007-06-271-5/+2
* Making -fhpc work with a stage1 build, via the compat 'package'.andy@galois.com2007-06-261-6/+1
* turning off -fhpc in stage1 built ghcandy@galois.com2007-06-221-1/+5
* removing -fhpc-tracer from ghc, is subsumed by the GHC debuggerandy@galois.com2007-06-221-4/+0
* Tweak banner printing2007-06-12Ian Lynagh2007-06-121-4/+0
* FIX #1378 Add option for a shorter banner on GHCi startupcdsmith@twu.net2007-06-011-0/+4