update submodule pointers
[ghc-hetmet.git] / compiler / main /
2011-06-14 Adam Megaczmerge upstream
2011-06-14 Edward Z. YangRename CmmCPS to CmmPipeline.
2011-06-14 Edward Z. YangMove control flow optimization to CmmCPS.
2011-06-13 Simon Peyton JonesImprove the reporting of module cycles, to give a nice...
2011-06-10 Ian LynaghFix parsing "$topdir" in package config
2011-06-09 Ian LynaghFollow Src{Loc,Span} changes in other parts of the...
2011-06-09 Ian LynaghRefactor SrcLoc and SrcSpan
2011-06-06 Simon MarlowMerge remote branch 'working/master'
2011-06-05 Ian LynaghMake dumpIfSet_dyn_or use dumpSDoc
2011-06-04 Simon Marlowadd comment
2011-06-03 Simon MarlowTidy up the ic_exports field of the InteractiveContext...
2011-06-03 Manuel M T ChakravartyPropagate scalar variables and tycons for vectorisation...
2011-05-31 David TereiFix some validation errors
2011-05-31 David TereiRemove very dead Java backend code.
2011-05-31 Adam Megaczmerge GHC HEAD
2011-05-31 David TereiLLVM: Figure out llvm version we are calling
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 Peyton JonesRejig the way in which generic default method signature...
2011-05-26 Simon MarlowBump specConstr threshold to match to 10x factor added to
2011-05-25 Simon MarlowsizeExpr: multiply all the sizes by 10, except for...
2011-05-25 Duncan CouttsImplement ${pkgroot} spec, allows relocatable registere...
2011-05-25 Simon Marlowdeprecate the -n option (#5180)
2011-05-24 Ian LynaghDisable DatatypeContexts by default
2011-05-20 Jose Pedro MagalhaesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
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-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
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-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-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
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 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 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 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-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
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-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-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-20 Simon Peyton JonesMerge branch 'master' into ghc-generics
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-17 Adam Megaczmerge up to ghc HEAD 16-Apr-2011
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
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-13 unknownMerge branch 'master' of c:/code/HEAD-git/. into ghc...
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
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.
next