add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / main /
2011-05-31 Adam Megaczadd -fsimpleopt-before-flatten
2011-05-30 Adam Megaczadd -fflatten and -funsafe-skolemize flags
2011-04-25 Adam MegaczMerge branch 'master' of darcs.haskell.org/ghc
2011-04-23 Ian LynaghFix warnings in DynFlags
2011-04-23 Ian LynaghRename "GCC command" to "C compiler command"
2011-04-22 Ian LynaghMove gcc's and perl's location to the settings file
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-21 Ian LynaghFix typo in comment
2011-04-20 Adam Megaczmerge upstream HEAD
2011-04-19 Ian LynaghRemove use of -fno-asm-mangling flag; fixes #5134
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-14 Simon MarlowAdd a final newline to the link-time C file that we...
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-04-11 Edward Z. YangFlag for defaulting the codegen GhcStageXDefaultNewCodegen.
2011-04-11 Simon Marlowtweak to cleanTempFilesExcept
2011-04-09 Ian LynaghWhitespace only in main/Finder.lhs
2011-04-08 Simon MarlowForce re-linking if the options have changed (#4451)
2011-04-08 Simon Marlowbugfix for stub generation: create the directory for...
2011-04-06 Simon MarlowMerge branch 'trac_5025' of https://github.com/thoughtp...
2011-04-06 Simon MarlowFix -split-objs: there was a bad interaction with the...
2011-04-05 Simon Marlowfix warning
2011-04-05 Simon MarlowMerge _stub.o files into the main .o file (Fixes #3687...
2011-04-05 Simon Marlowremove ^Ms; comment updates
2011-04-04 Ian LynaghRemove dead code, now that -fvia-c is a no-op
2011-04-04 Austin SeippTeach GHC to compile objective-c files; trac #5025
2011-04-03 Max BolingbrokeMake compilation of hscRnImportDecls conditional: fixes...
2011-04-03 Max BolingbrokeUse tcRnImports rather than rnImports with GHCi "import...
2011-03-31 simonpj@microsoft.comAdd a new static flag -fno-opt-coercion
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-09 William KnopDon't use read_only_relocs on darwin x86-64; fixes...
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-26 Vivian McPhail:script file scripts in GHCi #1363
2011-02-22 Ian LynaghUse -h rather than -soname; fixes dynlibs on Solaris...
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-08 Simon MarlowFix bug introduced in "Implement fuzzy matching for...
2011-02-04 Simon MarlowAdd -XNondecreasingIndentation to -XHaskell98 for backw...
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
2011-01-25 simonpj@microsoft.comSplit main/GHC into GHC and GhcMake
2011-01-24 Manuel M T ChakravartyDPH options updated
2011-01-17 Ian LynaghChange an "if ... else return ()" into a "when"
2011-01-13 simonpj@microsoft.comImprove the finder's error messages
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2011-01-10 simonpj@microsoft.comMove imports around (no change in behaviour)
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 Finder
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the renamer
2010-12-19 Matthias KilianDrop GhcWithLlvmCodeGen configuration bits
2010-12-18 Ian LynaghReplace uses of the old try function with the new one
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-18 Ian LynaghImplement GADTSyntax extension
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-15 simonpj@microsoft.comImprove printing for -ddump-deriv
2010-12-14 simonpj@microsoft.comFix Trac #4841: behave right with TypeSynonymInstances...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-10 Ben LippmeierDefault the value of -dppr-cols when the static flags...
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-12-08 Ben LippmeierAdd -dppr-case-as-let to print "strict lets" as actual...
2010-12-08 Ben LippmeierImplement -dsuppress-type-signatures
2010-12-08 Ben LippmeierAdd more suppression flags
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-21 Ian LynaghJust some alpha renaming
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
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-11-10 Ian LynaghObey the -rtsopts flag when making shared libraries...
2010-10-29 benl@ouroborus.netFix import warning
2010-10-28 simonpj@microsoft.comRemove -ds-multi-tyvar static flag
2010-10-28 simonpj@microsoft.comDeprecate -fmethod-sharing, which no longer does anything
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-21 Thomas SchillingFix #4424. Allow `-hide-all-packages` to be set dynami...
2010-08-31 simonpj@microsoft.comComments only
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
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-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-10-19 simonpj@microsoft.comClean up the debugger code
next