Do not make FunctionalDependencies force MonoLocalBinds
[ghc-hetmet.git] / compiler / main / DynFlags.hs
2010-09-23 simonpj@microsoft.comDo not make FunctionalDependencies force MonoLocalBinds
2010-09-22 simonpj@microsoft.comRemove -fwarn-simple-patterns, and make -fwarn-incomple...
2010-09-20 Ian LynaghAdd "Use archives for ghci" to --info output
2010-09-19 simonpj@microsoft.comAdd a flag -fwarn-missing-local-sigs, and improve ...
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 Ian LynaghRemove defaultExtensionFlags
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-03 simonpj@microsoft.comDeprecate NoRelaxedPolyRec
2010-07-28 simonpj@microsoft.comAdd OutsideIn flag
2010-09-10 Ian LynaghEnable -fregs-graph with -O2; fixes #2790
2010-09-08 Ian LynaghRemove "-dynload wrapper"; fixes trac #4275
2010-08-23 simonpj@microsoft.comThe templateHaskellOk check should only run in stage2
2010-08-22 Ian LynaghGenerate the bit in the user guide where we say what...
2010-08-19 Ian LynaghRemove some duplication of C flags
2010-08-17 David TereiLLVM: Nicer format for lack of shared lib warning
2010-08-16 simonpj@microsoft.comRefactor the command-line argument parsing (again)
2010-08-13 David TereiLLVM: Enable shared lib support on Linux x64
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-08-08 Ian LynaghSend ghc progress output to stdout; fixes #3636
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-08-02 Ian LynaghRemove "On by default" comments in DynFlags
2010-07-24 Ian LynaghAdd support for Haskell98 and Haskell2010 "languages"
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-19 Ian LynaghDeprecate NewQualifiedOperators extension (rejected...
2010-07-16 Ian LynaghAdd platform info to "ghc --info" output
2010-07-07 Ian LynaghMake datatype contexts an extension (on by default...
2010-06-22 David TereiRemove LlvmAs phase as the llvm opt tool now handles...
2010-06-21 Simon MarlowROLLBACK: picCCOpts: -dynamic should not entail -optc...
2010-06-18 amsay@amsay.nettrac #1789 (warnings for missing import lists)
2010-06-18 David TereiRemove unused 'ddump-opt-llvm' flag
2010-06-17 Simon MarlowpicCCOpts: -dynamic should not entail -optc-fPIC
2010-06-15 Ian LynaghDeprecate the -fvia-C flag; trac #3232
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-02 Simon MarlowAdd the global package DB to ghc --info (#4103)
2010-05-06 Ian LynaghGive a better deprecated message for INCLUDE pragmas...
2010-04-27 Simon Marlow--make is now the default (#3515), and -fno-code works...
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
2010-03-24 Ian LynaghRemove unused cEnableWin32DLLs
2010-03-14 Ian LynaghDon't enable RTS options by default
2010-03-13 Ian LynaghAdd a -with-rtsopts link-time flag
2010-03-13 Ian LynaghAdd a link-time flag to en/disable the RTS options
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...
next