cmmTopCodeGen no longer takes DynFlags as an argument
[ghc-hetmet.git] / compiler /
2011-05-09 Simon Peyton JonesFix renaming of guards
2011-05-09 Simon Peyton JonesFix the desugaring of guards in arrow syntax
2011-05-09 Simon Marlowfix pretty-printing of the cvttsd2si SSE2 instruction...
2011-05-09 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Jose Pedro MagalhaesMake the errors for DeriveGeneric consistent with other...
2011-05-09 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-09 Simon Peyton JonesDon't discard usage info from coercion bindings!
2011-05-09 Jose Pedro MagalhaesImprove the error message when we cannot derive Generic.
2011-05-09 Simon Peyton JonesComments only
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-08 Ian LynaghRemove a use of cTargetOS, in favour of platformOS
2011-05-07 Ian LynaghWhitespace only in ghci/ByteCodeGen.lhs
2011-05-07 Ian LynaghRemove an explicit import list
2011-05-07 Ian LynaghRemove commented out imports
2011-05-07 Ian LynaghChange more Config tests to Platform tests
2011-05-07 Ian LynaghRemove unused pprUserReg functions
2011-05-07 Ian LynaghChange some conditional tests from Config.cTargetArch...
2011-05-07 Ian LynaghMove Platform from compiler/nativeGen to compiler/utils
2011-05-07 Ian LynaghImprove the warning about -fllvm and -fPIC/-dynamic...
2011-05-07 Ian LynaghRemove some dead code
2011-05-07 Ian LynaghRemove commented out imports
2011-05-06 Simon Peyton JonesFix build
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-06 Simon Peyton JonesSubstantial improvements in RtClosureInspect
2011-05-06 Simon Peyton JonesMissing coercion case in byte code generation
2011-05-06 Simon Peyton JonesRemove special case for EqPred in CoreView
2011-05-06 Simon Peyton JonesUse eqSpecPreds
2011-05-05 Edward Z. YangImprove dead block calculation, per Simon Marlow's...
2011-05-05 Jose Pedro MagalhaesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-05 Jose Pedro MagalhaesRemove comment mentioning the old generic classes.
2011-05-05 Simon Peyton JonesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-05 Jose Pedro MagalhaesFix a previous incorrect merge.
2011-05-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesMerge remote branch 'origin/master'
2011-05-04 Simon Peyton JonesDo-notation in an arrow context is not rebindable
2011-05-04 David TereiFormat wibble
2011-05-04 David TereiFix some warnings in IfaceSyn
2011-05-04 David TereiFormatting fixes to GhcMonad
2011-05-04 David TereiFormatting fixes to IfaceSyn
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 JonesMake import conditional on DEBUG to avoid unused-import...
2011-05-04 Simon Peyton JonesRemove accidental trace
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesInvert sense of "why" error messages, so that "or"...
2011-05-04 Simon Peyton JonesMerge branch monad-comp onto master
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Simon Peyton JonesChange (back) to Unix line endings
2011-05-04 Simon Peyton JonesPrint contraint step counts only with -dppr-debug
2011-05-04 Simon Peyton JonesImprove error message when a function is applied
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-05-04 Simon Peyton JonesBe cleverer in dataConCannotMatch, fixes Trac #5168
2011-05-04 Simon Peyton JonesMerge commit
2011-05-04 Simon Peyton JonesMerge remote-tracking branch 'origin/master'
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesFix Trac #5117: desugar literal patterns consistencly
2011-05-04 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-05-04 Simon Marlowexpand/fix comment about x86-64 registers
2011-05-04 Simon MarlowThe fix for #4914 was wrong and broke other things...
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-05-03 Jose Pedro MagalhaesUpdate location of the CString stuff (from GHC.Base...
2011-05-03 Jose Pedro MagalhaesUse NoSelector when a constructor does not have fields.
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-02 Jose Pedro MagalhaesRemove the hasGenerics field of TyCon, improve the...
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-05-02 Simon Peyton JonesA few more wibbles on ghc-new-co
2011-05-01 Ian LynaghRemove some ifdefs in favour of Haskell tests
2011-05-01 Ian LynaghRemove an ifdef from ghci/ByteCodeAsm.lhs
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-05-01 David TereiLLVM: Fix bug with osx mangler and jump tables.
2011-04-30 Edward Z. YangImplement dead basic block elimination.
2011-04-30 Edward Z. YangRemove dead Alpha native backend.
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-30 Ian LynaghDon't expose the cas definition to .hc files
2011-04-29 Ian LynaghFix build on OS X amd64
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-29 Jose Pedro MagalhaesFirst go at making Representable0 just a standard deriv...
2011-04-29 Jose Pedro MagalhaesAdd DeriveRepresentable flag.
2011-04-29 Ian LynaghAdd "C compiler flags" to settings file
2011-04-29 Jose Pedro MagalhaesAdd a selector to DerivDecl.
2011-04-29 Jose Pedro MagalhaesRemove some debug info left lying around.
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-29 Jose Pedro MagalhaesGenerate Par0 when appropriate.
2011-04-28 Adam Megaczprimops.txt.pp: add missing type application in descrip...
2011-04-28 Jose Pedro MagalhaesMore code cleanup and removing old generics stuff.
2011-04-28 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
next