Make -ddump-to-file truncate existing files.
[ghc-hetmet.git] / compiler / main /
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-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-05-08 Ian LynaghChange remaining uses of cTargetOS to platformOS
2011-05-07 Ian LynaghChange some conditional tests from Config.cTargetArch...
2011-05-07 Ian LynaghImprove the warning about -fllvm and -fPIC/-dynamic...
2011-05-07 Ian LynaghRemove commented out imports
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-04 David TereiFormatting fixes to GhcMonad
2011-05-04 David TereiLLVM: Support LLVM 2.9 (#5103)
2011-05-04 David TereiLLVM: Add support for 64bit OSX. (partial #4210)
2011-05-04 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-05-01 Ian LynaghRemove some ifdefs in favour of Haskell tests
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 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-27 Ben LippmeierMerge branch 'master' of /Users/benl/devel/ghc/ghc...
2011-04-26 David TereiFormatting wibble in GhcMake.hs
2011-04-26 David TereiTrim some trailing spaces
2011-04-26 David TereiRemove unused imports
2011-04-26 David TereiFix spelling mistake in comment
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 Simon Peyton JonesMerge branch 'master' into ghc-new-co
2011-04-19 Ian LynaghRemove use of -fno-asm-mangling flag; fixes #5134
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-14 Simon MarlowAdd a final newline to the link-time C file that we...
2011-04-14 Ben LippmeierDon't -dsuppress-uniques with -dsuppress-all
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-07 Thomas SchillingStart support for coloured SDoc output.
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-09 William KnopDon't use read_only_relocs on darwin x86-64; fixes...
2011-03-20 Max BolingbrokeFunctionalDependencies should imply MultiParamTypeClasses
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...
next