Merge remote branch 'origin/master' into ghc-new-co
[ghc-hetmet.git] / compiler / main / DynFlags.hs
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-29 Ian LynaghAdd "C compiler flags" to settings file
2011-04-29 Ian LynaghMove the machdepCCOpts flags into cCcOpts
2011-04-29 Ian LynaghRemove redundant -DDONT_WANT_WIN32_DLL_SUPPORT flag
2011-04-29 Ian LynaghRemove some out-of-date comments
2011-04-23 Ian LynaghFix warnings in DynFlags
2011-04-22 Ian LynaghMove the opt* fields from DynFlags into the Settings...
2011-04-21 Ian LynaghInitialise Settings before DynFlags
2011-04-21 Ian LynaghSplit off a Settings type from DynFlags
2011-04-21 Ian LynaghRename "extra-gcc-opts" to "settings", and start genera...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-17 Ian LynaghMake ghc less keen to pass -v to gcc and friends
2011-04-11 Edward Z. YangFlag for defaulting the codegen GhcStageXDefaultNewCodegen.
2011-04-08 Simon MarlowForce re-linking if the options have changed (#4451)
2011-04-04 Ian LynaghRemove dead code, now that -fvia-c is a no-op
2011-03-31 simonpj@microsoft.comNew statistics flags -ddump-core-stats
2011-03-29 Ian LynaghTurn -vfia-C into a no-op
2011-03-22 Edward Z. YangSplit out "Raw Cmm" dump to its own flag -ddump-raw-cmm
2011-03-20 Max BolingbrokeFunctionalDependencies should imply MultiParamTypeClasses
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-19 Ian LynaghClarify the "object splitting" variable names
2011-02-17 simonpj@microsoft.comUse "on the spot" solving for fundeps
2011-02-04 Simon MarlowAdd -XNondecreasingIndentation to -XHaskell98 for backw...
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
2011-01-24 Manuel M T ChakravartyDPH options updated
2011-01-04 Ian LynaghRename the c*Platform variables to c*PlatformString
2010-12-20 Ian LynaghAdd gcc and ld flags to --info output
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the renamer
2010-12-19 Matthias KilianDrop GhcWithLlvmCodeGen configuration bits
2010-12-18 Ian LynaghImplement GADTSyntax extension
2010-12-14 simonpj@microsoft.comFix Trac #4841: behave right with TypeSynonymInstances...
2010-12-02 Ian LynaghMake RelaxedLayout off by default
2010-11-30 Ben LippmeierRename -XPArr to -XParallelArrays
2010-12-01 Ian LynaghRemove NewQualifiedOperators
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-27 Roman LeshchinskiyNew flag -dddump-rule-rewrites
2010-11-24 Ian LynaghSeparate NondecreasingIndentation out into its own...
2010-11-20 Ian LynaghAdd an extension for GHC's layout-rule relaxations
2010-11-17 simonpj@microsoft.comFix Trac #4501: a transposition error in DynFlags
2010-11-16 simonpj@microsoft.comSome infrastruture for lambda-lifting
2010-11-16 simonpj@microsoft.comAdd warning for probable identities (fromIntegral and...
2010-10-28 simonpj@microsoft.comDeprecate -fmethod-sharing, which no longer does anything
2010-08-31 simonpj@microsoft.comComments only
2010-10-23 Ian LynaghRemove the need to explicitly flatten the dynflags
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-15 Ian LynaghAdd a -fghci-sandbox flag so that we can en/disable...
2010-10-06 Ian LynaghDeprecate -fglasgow-exts
2010-10-06 Ian LynaghRemove Opt_GADTs and Opt_TypeFamilies from -fglasgow...
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-24 simonpj@microsoft.comAdd a comment
2010-09-23 simonpj@microsoft.comImpredicative types is no longer deprecated
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...
next