ghc-hetmet.git
2011-05-26 Simon Peyton... Suppress the alarming SpecConstr message for normal...
2011-05-26 Simon Peyton... Treat the (~) type constructor a bit specially
2011-05-26 Simon MarlowBump specConstr threshold to match to 10x factor added to
2011-05-25 Ian LynaghRemove unused ghci/ByteCodeFFI.lhs
2011-05-25 Duncan Couttsghc-pkg: report parser warnings when registering packages
2011-05-25 Duncan CouttsProvide the pkgroot value in ghc-pkg dump & describe...
2011-05-25 Simon MarlowsizeExpr: multiply all the sizes by 10, except for...
2011-05-25 Simon Marlowprog_argv and rts_argv now contain *copies* of the...
2011-05-25 Duncan CouttsAdd stricter ghc-pkg checks on package file/dir/url...
2011-05-25 Duncan CouttsImplement ${pkgroot} spec, allows relocatable registere...
2011-05-25 Duncan CouttsDeprecate the ghc-pkg --auto-ghci-libs flag
2011-05-25 Duncan Couttsghc-pkg: don't expand ${name}-style env vars by default
2011-05-25 Simon Marlowdeprecate the -n option (#5180)
2011-05-25 Simon Marlowfix an integer overflow (#5086), and pre-emptively...
2011-05-24 Ian LynaghDisable DatatypeContexts by default
2011-05-24 Simon MarlowFix +RTS -G1 (by deleting code, yay!) (#5026)
2011-05-24 Simon Marlowfix warning
2011-05-24 Simon MarlowInstall the mtl package into the bindist when validatin...
2011-05-24 Simon Marlowfix warnings
2011-05-24 Simon Marlowmake the change to go_pap suggested in #4978. Accordin...
2011-05-24 Simon MarlowAssign more accurate code sizes to primops, so that...
2011-05-24 Simon MarlowTweak sizing heurstics for case expressions (see comments).
2011-05-23 Simon MarlowMerge branch 'master' of /home/simonmar/ghc-git/.
2011-05-22 Duncan CouttsRevert "Add capability sets to the event system. Contai...
2011-05-22 David M PeixottoAdded utility to uniquely identify ghc repo states
2011-05-21 David TereiFix small type in user guide.
2011-05-19 Johan TibellMake array copy primops inline
2011-05-19 Daniel PeeblesAdd array copy/clone primops
2011-05-19 Dimitrios VytiniotisMerge branch 'master' of darcs.haskell.org/ghc
2011-05-18 Simon Marlowadd 'sync-all log'
2011-05-18 Dimitrios VytiniotisMerge remote branch 'origin/master'
2011-05-18 Spencer JanssenAdd capability sets to the event system. Contains code...
2011-05-18 Dimitrios VytiniotisFixes the way we check if flattening happened during
2011-05-17 Duncan CouttsFIX #4825: Update User Guide info on DLLs.
2011-05-17 Dimitrios VytiniotisIntroducing:
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 Ben LippmeierMerge branch 'master' of /Users/benl/devel/ghc/ghc...
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-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 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 Simon MarlowAdd $$($1_$2_$3_ALL_HC_OPTS) when linking dynamic libra...
2011-05-09 Simon Peyton... Comments only
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...
next