ghc-hetmet.git
2009-11-06 Ben.Lippmeier... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-10-22 Ben.Lippmeier... Add missing case to externallyVisibleCLabel
2009-10-18 Ben.Lippmeier... Add CLabel.CmmLabel and start refactoring
2009-10-18 Ben.Lippmeier... Haddockify and clean up commenting
2009-10-18 Ben.Lippmeier... Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
2009-11-08 Ian LynaghTell ghc-cabal what strip program to use
2009-11-08 Ian LynaghRemove ext-core
2009-11-07 Ian LynaghChange a use of xargs to "$(XARGS)" $(XARGS_OPTS)
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-07 Ian LynaghRemove unused distrib/Makefile-bin-vars.in file
2009-11-07 Ian LynaghDefine CONF_CC_OPTS/CONF_LD_OPTS in bindists
2009-11-07 Ian LynaghTweak how shell wrappers are built
2009-11-07 Ian Lynaghghc-stage2 is now renamed to ghc when it is installed
2009-11-07 Ian LynaghTweak the shell wrapper scripts
2009-11-07 Ian Lynaghmkdirhier now just calls mkdir -p
2009-11-06 Ian LynaghFix the build
2009-11-06 Simon MarlowRollback #1185 fix
2009-11-06 Simon MarlowAccept any non-space characters in a header file (...
2009-11-05 simonpj@microsoft.comBe a tiny bit keener to inline in the RHS of a let
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-05 simonpj@microsoft.comAdd notes to cmm-notes, following conversation with...
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-11-05 simonpj@microsoft.comComments only
2009-11-05 simonpj@microsoft.comImprove error reporting when there's an error inside...
2009-11-05 simonpj@microsoft.comUpdate layout of error message slightly
2009-11-05 simonpj@microsoft.comNuke the -finline-if-enough-args flag
2009-11-05 Simon MarlowFix some more build bugs exposed by the addition of...
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-11-04 simonpj@microsoft.comComment only
2009-11-05 simonpj@microsoft.comComments and layout only, relating to Roman's inlining...
2009-11-05 simonpj@microsoft.comComments only, relating to Roman's new built-in rule...
2009-11-03 simonpj@microsoft.comAdd a (DEBUG-only) warning for top-level error thunks...
2009-11-03 simonpj@microsoft.comComment only
2009-11-05 Simon MarlowGet the package-data.mk dependencies right
2009-11-05 Simon MarlowUpdate docs on ticky-ticky profiling
2009-11-04 Roman LeshchinskiyAdd builtin rule to eliminate unnecessary casts in seq
2009-11-04 Roman LeshchinskiyConsider variables with conlike unfoldings interesting
2009-11-03 simonpj@microsoft.comTweak simpleOptExpr, so that it respects nested INLINE...
2009-11-04 Simon MarlowFix some bugs to do with tools in paths containing...
2009-11-04 Simon Marlow#3604: treat TH with -dynamic in the same way as -prof
2009-11-04 Simon Marlowfix build failure on Windows
2009-11-04 Simon MarlowFinish #3439: -ticky implies -debug at link time; the...
2009-11-04 Simon Marlowadd '-' to the chars allowed in C header file names
2009-11-04 Simon Marlowhopefully fix validate breakage on OS X and Windows
2009-11-04 Roman LeshchinskiyAlways include libraries/dph/ghc.mk in top-level ghc.mk
2009-11-04 Roman LeshchinskiyFix non-portable regexp
2009-11-03 Simon MarlowFix #1185 (RTS part, also needs corresponding change...
2009-10-21 Simon MarlowGhciMonad.resume should restore the program's argv...
2009-11-03 Ian LynaghRefactor package installation
2009-11-03 simonpj@microsoft.comDocument the CONLIKE pragma
2009-11-03 simonpj@microsoft.comDocument the fact that impredicative polymorphism is...
2009-11-02 simonpj@microsoft.comMinor change to captalisation in error message only
2009-11-02 simonpj@microsoft.comImprove documentation of 'rec' in do-notation
2009-11-02 simonpj@microsoft.comComments only
2009-11-02 simonpj@microsoft.comMake the arity warning a bit more informative (DEBUG...
2009-10-30 simonpj@microsoft.comImprove error message for malformed LANGUAGE pragma
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-06 Ben.Lippmeier... Remove unused DYNAMIC_RTS var from rts/ghc.mk
2009-10-06 Ben.Lippmeier... Use __PIC__ and ming32_TARGET_OS to turn on windows...
2009-10-06 Ben.Lippmeier... Use C syntax for casting. 'stgCast' appears to have...
2009-10-06 Ben.Lippmeier... Handle deps with numbers in them, like 'wsock32'.
2009-10-31 Ian LynaghDefine BootingFromHc in bindists; fixes #3617
2009-10-30 Ian LynaghAdd ghc-cabal dependencies; fixes #3494
2009-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-30 simonpj@microsoft.comBe less noisy in a debug trace (Arity decrease)
2009-10-30 simonpj@microsoft.comFix build with DEBUG on
2009-10-30 simonpj@microsoft.comCure an assert failure by gathering the right set of...
2009-10-30 Ian LynaghFix the build with GHC 6.8
2009-10-30 simonpj@microsoft.comImprove coercion optimisation
2009-10-30 simonpj@microsoft.comDeprecate the ImpredicativeTypes feature
2009-10-30 simonpj@microsoft.comFix Trac #3626: TH should reject unboxed tuples
2009-10-28 tom.schrijvers... fix and enable coercion optimization
2009-10-30 Roman LeshchinskiyDon't dump Core after every simplifier iteration with...
2009-10-30 Roman LeshchinskiyAdapt vectoriser to new inlining mechanism
2009-10-30 Roman LeshchinskiyUse packByTag instead of pack in the vectoriser
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comComments and -ddump-tc-trace wibbles only
2009-10-29 simonpj@microsoft.comWhite space only
2009-10-29 simonpj@microsoft.comComments and variable naming only
2009-10-29 simonpj@microsoft.comAdd static flag -funfolding-dict-discount (plus layout...
2009-10-29 simonpj@microsoft.comTidy up pretty-printing (use ppUnless)
2009-10-29 simonpj@microsoft.comA small refactoring in the code for desugaring explicit...
2009-10-29 simonpj@microsoft.comWhite space layout only
2009-10-29 simonpj@microsoft.comMake `consBag` infixr, and `snocBag` infixl
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-29 simonpj@microsoft.comComments only
2009-10-29 Roman LeshchinskiyAdd support for NoSpecConstr annotation
2009-10-29 Roman LeshchinskiyUtility functions for annotations
2009-10-29 Roman LeshchinskiyDocument -fstrictness-before
2009-10-29 Roman LeshchinskiyAdd new dynamic flag -fstrictness-before
2009-10-17 Roman LeshchinskiyTidy VectInfo in tidyProgram
2009-10-16 Roman LeshchinskiyFix bug in data type vectorisation
2009-10-29 Manuel M T... Fix a dynamic linker bug that killed ghci on Snow Leopard
2009-10-29 Ian LynaghImprovements to the gcc wrapper
2009-10-29 simonpj@microsoft.comFix formatting and wording in documentation of DoRec
2009-10-29 Ian LynaghAdd some &&s to configure
2009-10-29 Ian LynaghDon't "set -e" in configure.ac
2009-10-28 simonpj@microsoft.comDrop unused import
2009-10-28 simonpj@microsoft.comTidy up the parsing of comprehensions and improve locations
next