Add transitional rules for the alternative layout rule
[ghc-hetmet.git] / compiler / main / DynFlags.hs
2010-03-02 Ian LynaghAdd transitional rules for the alternative layout rule
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-09-30 Stephen BlackheathAdd -dylib-install-name option to GHC so the install...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-10 simonpj@microsoft.comMake -dverbose-core2core set verbosity = 2
2009-11-09 simonpj@microsoft.comAllow inlining in "SimplGentle" mode
2009-11-05 simonpj@microsoft.comNuke the -finline-if-enough-args flag
2009-11-04 Simon MarlowFinish #3439: -ticky implies -debug at link time; the...
2009-11-02 simonpj@microsoft.comMinor change to captalisation in error message only
2009-10-30 simonpj@microsoft.comDeprecate the ImpredicativeTypes feature
2009-10-29 Roman LeshchinskiyAdd new dynamic flag -fstrictness-before
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-20 simonpj@microsoft.comAdd flags -fno-specialise, -fno-float-in, and document...
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-09-08 Simon MarlowAdd -package-id, improve package shadowing behaviour...
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-21 Simon Marlow-fPIC -fvia-C issues a warning and ignores -fvia-C
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
2009-08-02 Simon MarlowDeprecate the -#include flag
2009-07-26 Ian LynaghAdd a -fbuilding-cabal-package flag
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-20 Simon Marlowremove unused $(HscIfaceFileVersion)
2009-07-19 Ian LynaghAdd a -fwarn-dodgy-exports flag; fixes #1911
2009-07-16 Ian LynaghMove showOpt into DynFlags
2009-07-16 Ian LynaghMake the --info values printable with "ghc --print...
2009-07-14 Ian LynaghAdd the -fno-shared-implib flag
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-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-11 Duncan CouttsRequire GHCForeignImportPrim for "foreign import prim"
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-28 simonpj@microsoft.comMove getMainFun to TcRnDriver, trim DynFlags imports
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-17 Duncan CouttsSwitch the default -dynload mode to SystemDependent
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-20 Ian LynaghBuild fix for amd64/OSX
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-19 Roman LeshchinskiyMake -Odph imply -fsimplifier-phases=3
2009-05-01 Duncan CouttsMake ghc -dynamic imply -fPIC for C code
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-04-02 simonpj@microsoft.comFloat constants to top-level even in first full lazines...
2009-03-18 Simon MarlowFIX unregisterised target by #ifdefing targetPlatform...
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2009-01-13 simonpj@microsoft.comMake -XTypeFamilies imply -XRelaxedPolyRec (Trac #2944)
2008-12-31 simonpj@microsoft.com-XImpredicativeTypes implies -XRankNTypes, and improve...
2008-12-31 simonpj@microsoft.comRemove -XImpredicativeTypes from -fglasgow-exts
2008-12-18 Ian LynaghUse DynFlags to work out if we are doing ticky ticky...
2008-12-11 Ian LynaghMake the lists of files and directories to be cleaned...
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-12-02 Thomas SchillingAdd 'needsTemplateHaskell' utility function and documen...
2008-11-30 Ian LynaghRemove the v_Split_info global variable and use a field...
2008-11-28 Ian LynaghRemove dead code
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-14 Clemens FruhwirthUndefine __PIC__ before defining it to work around...
2008-10-01 Clemens Fruhwirthuse ghcError for error in command line
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-09-27 Simon MarlowAdd -outputdir flag (#2295)
2008-09-25 Bertram FelgenhauerFix parsing of -ignore-package flag.
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-18 pepeFix a couple of issues with :print
2008-09-18 Chaddai FoucheRichTokenStream support
2008-09-17 simonpj@microsoft.comRe-adjust interaction between -ddump flags and force...
2008-09-17 simonpj@microsoft.comAdd Outputable GhcMode instance
2008-09-16 Roman LeshchinskiyImprove handling of -fdph-* flags
2008-09-16 Roman LeshchinskiyAdd -fdph-this
2008-09-12 Roman LeshchinskiyExpose the dph packages automatically if -dph-* is set
2008-09-10 Roman Leshchinskiy-Odph implies -fno-spec-constr-count
2008-09-15 simonpj@microsoft.comDo not use the Static Arg Transformation by default...
2008-09-14 Thomas SchillingHaddockify DynFlags (partial).
2008-09-15 Tim ChevalierSlightly more helpful panic message in DynFlags
2008-09-14 Tim ChevalierComments only: ".core" => ".hcr"
2008-09-10 simonpj@microsoft.comRobustify the setting of implied flags
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghRemove a now-redundant comment
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-12 Simon Marlowput back -fwarn-depcrecations
2008-08-13 simonpj@microsoft.comImprove error message for deprecated flags (Trac #2513)
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-07-31 Max BolingbrokeDocument DynFlags and expand API
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-22 Ian LynaghWarn about unrecognised pragmas; these often mean we...
2008-07-22 Ian LynaghAdd replacements for the -optdep flags, and deprecate...
2008-07-20 Ian LynaghFirst step for getting rid of the old -optdep flags
2008-07-20 Thomas SchillingFix Haddock errors.
next