Remove static flag opt_RuntimeTypes (has not been used in years)
[ghc-hetmet.git] / compiler / main / StaticFlags.hs
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 ...
2006-07-27 simonpj@microsoft.comMake -fcontext-stack into a dynamic flag
2006-06-16 Simon Marlowremove duplicate way names (-debug -debug didn't work)
2006-04-25 Simon MarlowSolaris needs -lrt for the threaded RTS
2006-04-07 Simon MarlowReorganisation of the source tree