ghc-hetmet.git
2011-05-20 Jose Pedro... Merge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-20 Simon Peyton... Simon's fixes to the generated type instances in Generics
2011-05-17 Jose Pedro... Merge branch 'master' of darcs.haskell.org/ghc into...
2011-05-16 Edward Z. YangAmend comment per Marlow's comments.
2011-05-15 Max BolingbrokeFix build when DEBUG is on
2011-05-15 Max BolingbrokeUse FractionalLit more extensively to improve other...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2011-05-15 Edward Z. YangWork around lack of saving volatile registers from...
2011-05-15 Edward Z. YangMake -ddump-to-file truncate existing files.
2011-05-15 Edward Z. YangMore aggressive clobber detection with Hp and RegSlot.
2011-05-15 Edward Z. YangSplit -ddump-cmmz into many smaller flags.
2011-05-15 Edward Z. YangMore aggressive CmmRegOff inlining, and fix failure...
2011-05-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-05-15 Ben LippmeierFix build: Add missing import and remove unneeded ...
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-13 Duncan CouttsMake the GHCi linker handle partially stripped object...
2011-05-12 Jose Pedro... Fix some small things broken with the last merge.
2011-05-12 Ben LippmeierMerge branch 'master' of /Users/benl/devel/ghc/ghc...
2011-05-12 Jose Pedro... Merge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Jose Pedro... Remove some old code.
2011-05-12 Ben LippmeierRemove scar tissue
2011-05-12 Ben LippmeierWibbles on modules imported by vectoriser
2011-05-12 Ben LippmeierFix build
2011-05-12 Ben LippmeierFollow changes in DPH library: Repr module is gone.
2011-05-12 Ben LippmeierUpdate vectoriser now that PData instances have moved.
2011-05-12 Ben LippmeierUpdate vectoriser now that PRepr has moved
2011-05-12 Ben LippmeierUpdate vectoriser now that Scalar has moved
2011-05-12 Ben LippmeierUpdate vectoriser now that PData has moved.
2011-05-12 Simon Peyton... Merge branch 'master' of darcs.haskell.org/ghc
2011-05-12 Simon Peyton... The final batch of changes for the new coercion represe...
2011-05-12 Simon Peyton... Unix line endings for Pair.lhs
2011-05-12 Simon Peyton... Fix Trac #5192: missing case in hsValBindsImplicits
2011-05-12 Simon Peyton... Merge branch 'master' of darcs.haskell.org/ghc
2011-05-12 Simon Peyton... White space only
2011-05-11 Edward Z. YangDocument -ddump-to-file.
2011-05-11 Simon Peyton... Merge remote branch 'origin/master'
2011-05-11 Simon MarlowscheduleDoGC: if we're doing heapCensus(), do it *befor...
2011-05-11 Simon Marlowfix the names of the floating-point operations in the...
2011-05-10 David M PeixottoFix bug in one-line stats printing
2011-05-10 Jose Pedro... Merge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Simon Peyton... Merge branch 'master' of darcs.haskell.org/ghc
2011-05-09 Simon Peyton... Fix renaming of guards
2011-05-09 Simon Peyton... Fix the desugaring of guards in arrow syntax
2011-05-09 Simon Marlowfix pretty-printing of the cvttsd2si SSE2 instruction...
2011-05-09 Jose Pedro... Merge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Jose Pedro... Make the errors for DeriveGeneric consistent with other...
2011-05-09 Simon Peyton... Merge branch 'master' of darcs.haskell.org/ghc
2011-05-09 Simon Peyton... Merge ghc-new-co into master branch
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
next