fix haddock submodule pointer
[ghc-hetmet.git] / compiler / main / StaticFlags.hs
2011-05-25 Simon MarlowsizeExpr: multiply all the sizes by 10, except for...
2011-04-27 Ben LippmeierMerge branch 'master' of /Users/benl/devel/ghc/ghc...
2011-04-21 Ian LynaghFix typo in comment
2011-04-14 Ben LippmeierDon't -dsuppress-uniques with -dsuppress-all
2011-03-31 simonpj@microsoft.comAdd a new static flag -fno-opt-coercion
2010-12-10 Ben LippmeierDefault the value of -dppr-cols when the static flags...
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-12-08 Ben LippmeierAdd -dppr-case-as-let to print "strict lets" as actual...
2010-12-08 Ben LippmeierImplement -dsuppress-type-signatures
2010-12-08 Ben LippmeierAdd more suppression flags
2010-10-28 simonpj@microsoft.comRemove -ds-multi-tyvar static flag
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-09-23 simonpj@microsoft.comMake -funfolding-dict-threshold work properly
2010-09-18 Matthias KilianEnable shared libs on OpenBSD
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-30 benl@ouroborus.netImplement -dsuppress-module-prefixes
2010-05-27 benl@ouroborus.netWhitespace only
2010-01-06 simonpj@microsoft.comSpecConstr: Remove -fspec-inline-join-points, and add...
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-09-28 Stephen BlackheathForce -fPIC when linking against dynamic libraries...
2009-11-04 Simon MarlowFinish #3439: -ticky implies -debug at link time; the...
2009-10-29 simonpj@microsoft.comAdd static flag -funfolding-dict-discount (plus layout...
2009-10-20 simonpj@microsoft.comAllow -ticky and -prof together
2009-10-14 Roman LeshchinskiyNew flag -dsuppress-coercions to avoid printing coercio...
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-05 Ian LynaghMake -fext-core a dynamic flag (it was a static flag)
2009-04-03 simonpj@microsoft.comAdjust inlining heursitics
2009-03-17 Simon MarlowAdd fast event logging
2008-12-18 Ian LynaghUse DynFlags to work out if we are doing ticky ticky...
2008-12-16 Simon MarlowUNDO: Add -fpass-case-bndr-to-join-points
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-12-05 simonpj@microsoft.comAdd -fpass-case-bndr-to-join-points
2008-12-05 simonpj@microsoft.comAdd static flag -fsimple-list-literals
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghUse maybePrefixMatch in StaticFlags rather than redefin...
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian LynaghUse a proper datatype, rather than pairs, for flags
2008-06-05 simonpj@microsoft.comDesugar multiple polymorphic bindings more intelligently
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-06-03 Simon Marlow-no-link-chk has been a no-op since at least 6.0; remove it
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-20 Roman LeshchinskiyMake -f[no-]method-sharing a dynamic flag
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in StaticFlags
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-22 simonpj@microsoft.comRemove static flag opt_RuntimeTypes (has not been used...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-25 Ian LynaghFix warnings in main/StaticFlags
2008-03-09 Roman LeshchinskiyRemove ndpFlatten
2008-02-28 Simon MarlowEnable -prof -threaded (#886)
2008-01-17 simonpj@microsoft.comAdd -fspec-inline-join-points to SpecConstr
2008-01-10 Clemens FruhwirthRemove -fhardwire-lib-paths in favour of -dynload sysdep
2008-01-03 simonpj@microsoft.comRemove -funfolding-update-in-place flag documentation
2007-12-20 simonpj@microsoft.comRemove obselete code for update-in-place (which we...
2007-11-27 Simon Marlowgive a more useful message when the static flags have...
2007-11-16 simonpj@microsoft.comAdd DEBUG-only flag -dsuppress-uniques to suppress...
2007-10-09 Simon Marlowremove the "-unreg" flag and the unregisterised way...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-07 Isaac Dupreeremove gratuitous usage of Double in favor of Rational
2007-07-17 Clemens FruhwirthAdd hardwire-lib-paths option and make it default for...
2007-07-08 Simon MarlowFIX -fexcess-precision
2007-07-02 Ian LynaghRemove prefixMatch and suffixMatch from Util
2007-06-27 andy@galois.comFixing -fhpc flag to allow -fno-hpc
2007-06-26 andy@galois.comMaking -fhpc work with a stage1 build, via the compat...
2007-06-22 andy@galois.comturning off -fhpc in stage1 built ghc
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-01 cdsmith@twu.netFIX #1378 Add option for a shorter banner on GHCi startup
2007-05-10 Simon MarlowFIX #1181: parseStaticFlags should not be required
2007-05-07 Simon MarlowFIX #1155: ghci -debug generates slightly odd message
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-01 Tim ChevalierRemove references to -fticky-ticky flag
2007-04-14 wolfgang.thaller... make opt_HiVersion an Integer instead of Int to prevent...
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-02-09 Simon MarlowTicky is an RTS-only way; also fix collateral damage...
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-01-11 simonpj@microsoft.comImprove command-line parser (add OptIntSuffix); make...
2006-12-09 andy@galois.comAdding tracing support
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-11-02 simonpj@microsoft.comComments and layout only
2006-10-23 Simon Marlowwibble in parseStaticFlags
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-05 Ian LynaghMerge changes
2006-10-03 Ian LynaghRemove unused option -femit-extern-decls
2006-10-04 simonpj@microsoft.comTrim imports
2006-10-04 simonpj@microsoft.comRemvove totally unused static flags
2006-10-04 simonpj@microsoft.com-frule-check is not a static flag
2006-09-06 Simon Marlow-threaded and -prof do not currently work together
2006-08-24 Ian LynaghRemove a reference to -fglobalise-toplev-names that...
2006-08-11 Simon MarlowOn FreeBSD, use -lthr instead of -pthread for now ...
next