fix haddock submodule pointer
[ghc-hetmet.git] / compiler / main / DynFlags.hs
2011-06-14 Adam Megaczmerge upstream
2011-05-31 David TereiRemove very dead Java backend code.
2011-05-31 Adam Megaczmerge GHC HEAD
2011-05-31 Adam Megaczadd -fsimpleopt-before-flatten
2011-05-30 Adam Megaczadd -fflatten and -funsafe-skolemize flags
2011-05-26 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-05-26 Simon MarlowBump specConstr threshold to match to 10x factor added to
2011-05-25 Simon Marlowdeprecate the -n option (#5180)
2011-05-24 Ian LynaghDisable DatatypeContexts by default
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-15 Edward Z. YangMake -ddump-to-file truncate existing files.
2011-05-15 Edward Z. YangSplit -ddump-cmmz into many smaller flags.
2011-05-15 Max BolingbrokeAccept '-l foo' as library syntax: fixes #4869
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-09 Jose Pedro MagalhaesDeprecate -XGenerics.
2011-05-09 Jose Pedro MagalhaesRename `Representable0` to `Generic`.
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-05-07 Ian LynaghImprove the warning about -fllvm and -fPIC/-dynamic...
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 David TereiLLVM: Add support for 64bit OSX. (partial #4210)
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-05-02 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-05-01 Ian LynaghIgnore requests to use backends that aren't available...
2011-05-01 Ian LynaghRemove the OMIT_NATIVE_CODEGEN ifdef
2011-05-01 Ian LynaghRemove a commented out import
2011-05-01 Ian LynaghSmall DynFlags improvements
2011-05-01 Ian LynaghReinstate the "-O conflicts with --interactive" warning
2011-05-01 Ian LynaghUpdate the defaultObjectTarget definition
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-29 Jose Pedro MagalhaesAdd DeriveRepresentable flag.
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-28 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-25 Adam MegaczMerge branch 'master' of darcs.haskell.org/ghc
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-20 Adam Megaczmerge upstream HEAD
2011-04-20 Simon Peyton JonesMerge branch 'master' into ghc-new-co
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-17 Adam Megaczmerge up to ghc HEAD 16-Apr-2011
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-07 Thomas SchillingStart support for coloured SDoc output.
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-14 Adam Megaczeliminate reliance on -XRebindableSyntax
2011-03-20 Max BolingbrokeFunctionalDependencies should imply MultiParamTypeClasses
2011-03-07 Adam Megaczadd code for -dcoqpass, -fcoqpass, -ddump-coqpass
2011-03-03 Adam Megaczrebase to ghc main repo
2011-03-02 Adam MegaczInitial checkin of HetMet / -XModalTypes modifications
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...
next