ghc-hetmet.git
2011-05-09 Simon Peyton... Don't discard usage info from coercion bindings!
2011-05-09 Simon MarlowheapCensus: we need to traverse the heap fragments...
2011-05-09 Jose Pedro... "Representable0" -> "Generic" in the user's guide.
2011-05-09 Jose Pedro... Improve the error message when we cannot derive Generic.
2011-05-09 Simon MarlowAdd $$($1_$2_$3_ALL_HC_OPTS) when linking dynamic libra...
2011-05-09 Simon Peyton... Comments only
2011-05-09 Jose Pedro... Deprecate -XGenerics.
2011-05-09 Jose Pedro... Rename `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 LynaghMake retainer profiling use the label length (-L) flag)
2011-05-07 Ian LynaghRemove commented out imports
2011-05-06 Simon Peyton... Fix build
2011-05-06 Simon Peyton... Merge master into the ghc-new-co branch
2011-05-06 Simon Peyton... Substantial improvements in RtClosureInspect
2011-05-06 Simon Peyton... Missing coercion case in byte code generation
2011-05-06 Simon Peyton... Remove special case for EqPred in CoreView
2011-05-06 Simon Peyton... Use eqSpecPreds
2011-05-05 Edward Z. YangImprove dead block calculation, per Simon Marlow's...
2011-05-05 Jose Pedro... Merge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-05 Jose Pedro... Do not enable -XGenerics when building the optimized...
2011-05-05 Jose Pedro... Remove comment mentioning the old generic classes.
2011-05-05 Jose Pedro... Update the User Guide with generics stuff.
2011-05-05 Simon Peyton... Merge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-05 Jose Pedro... Fix a previous incorrect merge.
2011-05-05 Jose Pedro... Merge branch 'master' of darcs.haskell.org/ghc into...
2011-05-05 David TereiRemove unused hasktags configure check
2011-05-05 David TereiRemove depreciated install-docs command
2011-05-04 Simon Peyton... Merge remote branch 'origin/master'
2011-05-04 Simon Peyton... Do-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... Make import conditional on DEBUG to avoid unused-import...
2011-05-04 Simon Peyton... Remove accidental trace
2011-05-04 Jose Pedro... Merge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton... Invert sense of "why" error messages, so that "or"...
2011-05-04 Simon Peyton... Merge branch monad-comp onto master
2011-05-04 Jose Pedro... Remove HsNumTy and TypePati.
2011-05-04 Simon Peyton... Change (back) to Unix line endings
2011-05-04 Simon Peyton... Print contraint step counts only with -dppr-debug
2011-05-04 Simon Peyton... Improve error message when a function is applied
2011-05-04 Simon Peyton... Final batch of monad-comprehension stuff
2011-05-04 Simon Peyton... Be cleverer in dataConCannotMatch, fixes Trac #5168
2011-05-04 Simon Peyton... Merge commit
2011-05-04 Simon Peyton... Merge remote-tracking branch 'origin/master'
2011-05-04 Jose Pedro... Merge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton... Fix Trac #5117: desugar literal patterns consistencly
2011-05-04 Simon Peyton... Merge 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 Simon Marlowremove some old commented-out settings that no longer...
2011-05-04 Jose Pedro... Add a new flag XDefaultSignatures to enable just the...
2011-05-03 Jose Pedro... Update location of the CString stuff (from GHC.Base...
2011-05-03 Jose Pedro... Use NoSelector when a constructor does not have fields.
2011-05-03 Simon Peyton... More hacking on monad-comp
2011-05-02 Jose Pedro... Merge branch 'master' of darcs.haskell.org/ghc into...
2011-05-02 Jose Pedro... Remove the hasGenerics field of TyCon, improve the...
2011-05-02 Simon Peyton... More on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton... Merge in changes from HEAD
2011-05-02 Simon Peyton... More hacking on monad-comp; now works
2011-05-02 Simon Peyton... A 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... Merge 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 LynaghUse "true" rather than ":" for RANLIB, where we don...
2011-04-29 Ian LynaghPass the right tool locations to Cabal when generating...
2011-04-29 Ian LynaghFix build on OS X amd64
2011-04-29 Simon Peyton... Simon's hacking on monad-comp; incomplete
2011-04-29 Jose Pedro... Remove some files I accidentally added.
2011-04-29 Ian LynaghWe no longer need to pass pgmc etc in the ghc.wrapper...
2011-04-29 Jose Pedro... First go at making Representable0 just a standard deriv...
2011-04-29 Ian LynaghAdd ar location and details to settings file
2011-04-29 Jose Pedro... Add DeriveRepresentable flag.
2011-04-29 Ian LynaghAdd stage-specific AS variables to the build system
2011-04-29 Ian LynaghAdd "C compiler flags" to settings file
2011-04-29 Jose Pedro... Add a selector to DerivDecl.
next