summaryrefslogtreecommitdiff
path: root/compiler/main/StaticFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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