summaryrefslogtreecommitdiff
path: root/compiler/main/StaticFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default the value of -dppr-cols when the static flags aren't initialised yetBen Lippmeier2010-12-101-1/+10
* Add -dppr-colsN to set width of dumpsBen Lippmeier2010-12-081-2/+7
* Add -dppr-case-as-let to print "strict lets" as actual letsBen Lippmeier2010-12-081-0/+6
* Implement -dsuppress-type-signaturesBen Lippmeier2010-12-081-3/+12
* Add more suppression flagsBen Lippmeier2010-12-081-4/+34
* Remove -ds-multi-tyvar static flagsimonpj@microsoft.com2010-10-281-6/+0
* Some refactoring and simplification in TcInteract.occurChecksimonpj@microsoft.com2010-10-071-2/+2
* Make -funfolding-dict-threshold work properlysimonpj@microsoft.com2010-09-231-1/+5
* Enable shared libs on OpenBSDMatthias Kilian2010-09-181-0/+7
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-2/+6
* Implement -dsuppress-module-prefixesbenl@ouroborus.net2010-08-301-0/+10
* Whitespace onlybenl@ouroborus.net2010-05-271-0/+5
* SpecConstr: Remove -fspec-inline-join-points, and add let-binding specialisationsimonpj@microsoft.com2010-01-061-4/+0
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-1/+8
* Force -fPIC when linking against dynamic libraries on Mac OS/X.Stephen Blackheath2009-09-281-0/+2
* Finish #3439: -ticky implies -debug at link time; the ticky "way" has goneSimon Marlow2009-11-041-11/+4
* Add static flag -funfolding-dict-discount (plus layout changes)simonpj@microsoft.com2009-10-291-9/+11
* Allow -ticky and -prof togethersimonpj@microsoft.com2009-10-201-0/+5
* New flag -dsuppress-coercions to avoid printing coercions in Core dumpsRoman Leshchinskiy2009-10-141-0/+3
* Unify event logging and debug tracing.Simon Marlow2009-08-291-2/+2
* Make -dynamic a proper way, so we read the .dyn_hi filesSimon Marlow2009-08-201-85/+47
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* 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