ghc-hetmet.git
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2010-01-05 dias@cs.tufts.eduFollowing Simon M's "take newCAF() out from sm_mutex...
2010-01-05 simonpj@microsoft.comVery minor refactoring
2010-01-05 simonpj@microsoft.comUndo the fix for Trac #3772 and do it a new way
2010-01-05 simonpj@microsoft.comFix warnings
2010-01-05 simonpj@microsoft.comImprove error message (idea in Trac #3805)
2010-01-05 simonpj@microsoft.comComments only
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-24 simonpj@microsoft.comRefactor CoreArity a bit
2009-12-22 simonpj@microsoft.comWibbles to inlining for small functions
2009-12-22 simonpj@microsoft.comPrint out a bit more info with the "arity decrease...
2009-12-22 simonpj@microsoft.comMove isDictTy from TcType to Type
2009-12-22 simonpj@microsoft.comAllow instance heads to use infix syntax
2009-12-22 simonpj@microsoft.comFix pretty-printer
2010-01-04 simonpj@microsoft.comFix Trac #3792: check for qualified names in import...
2010-01-04 simonpj@microsoft.comFix bugs in STG Lint
2010-01-04 Ben.Lippmeier... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier... Follow PackageTarget changes in pprCEntity
2010-01-02 Ben.Lippmeier... Assume CmmLabels have dynamic linkage on non-Windows
2010-01-02 Ben.Lippmeier... Follow PackageTarget change in byte code generator
2010-01-02 Ben.Lippmeier... When compiling viac, don't need to emit prototypes...
2010-01-02 Ben.Lippmeier... Follow ForeignLabel changes in PPC NCG
2010-01-02 Ben.Lippmeier... Tag ForeignCalls with the package they correspond to
2009-12-29 Ben.Lippmeier... Nicer panic message
2009-12-29 Ben.Lippmeier... Typo in comment
2009-11-23 Ben.Lippmeier... Windows DLLs: use DLL aware runSparks_closure instead...
2010-01-03 Simon MarlowlocateOneObj: don't look for dynamic libs in static...
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2010-01-02 Ian LynaghWhitespace only
2009-12-31 Ian LynaghUse a shell script, rather than perl script, to make...
2009-12-31 Simon MarlowRolling back: Make FastString thread-safe.
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-31 Simon MarlowUse local mut lists in UPD_IND(), also clean up Updates.h
2009-12-31 Simon Marlowuse local mut lists rather than global mut lists in...
2009-12-18 Simon MarlowAllow throwTo() to be called without a source thread
2009-12-13 Simon MarlowIf ACTIVITY_INACTIVE is set, wait for GC before resetti...
2009-12-30 Ian LynaghFix rules/build-dependencies.mk on OS X
2009-12-22 dias@cs.tufts.eduCopying Simon M's fix for 650 to the new codegen
2009-12-22 dias@cs.tufts.eduBetter error checking and code cleanup
2009-12-21 simonpj@microsoft.comAdd comments to darcs-all
2009-12-21 simonpj@microsoft.comFix Trac #3772: dict funs for single-field classes
2009-12-21 simonpj@microsoft.comComments only (about implementing SPECIALISE pragmas)
2009-12-21 simonpj@microsoft.comA bit of refactoring, plus a sanity check
2009-12-21 simonpj@microsoft.comFix Trac #3776
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-18 simonpj@microsoft.comAlways expose the unfolding of something with an InlineRule
2009-12-18 simonpj@microsoft.comComments only
2009-12-18 simonpj@microsoft.comMove loop-breaker info from original function to worker...
2009-12-18 simonpj@microsoft.comMake -ddump-inlinings and -ddump-rule-firings less...
2009-12-18 simonpj@microsoft.comMake warning printing a bit less noisy
2009-12-18 simonpj@microsoft.comSet fixity (left-assoc) for setIdOccInfo
2009-12-18 simonpj@microsoft.comComments only
2009-12-18 simonpj@microsoft.comAdd an extra heading in the output for count_lines
2009-12-21 Simon MarlowFixes to account for the new layout of MUT_ARR_PTRS...
2009-12-21 Simon MarlowPartial support for Haiku (#3727)
2009-12-17 Simon MarlowFix #3751, also fix some lexical error SrcLocs
2009-12-17 Simon Marlowkill some old GRAN/PARALLEL_HASKELL code
2009-12-17 Simon Marlowimprove panic messages for srcLocLine, srcLocCol
2009-12-19 Ian LynaghTweak the build-dependencies rule, and add comments...
2009-12-19 Ian LynaghWhen removing $(TOP) with sed, do so case insensitively
2009-12-18 Ian LynaghFix a braino in a comment
2009-12-18 Ian LynaghAvoid a failing shell command when cleaning
2009-12-17 Ian LynaghFix another sed problem on Solaris
2009-12-18 dias@cs.tufts.eduunused named variables
2009-12-17 dias@cs.tufts.edumissed a case in a previous fix
2009-12-17 Simon MarlowFix #650: use a card table to mark dirty sections of...
2009-12-16 Ian LynaghFix build with Solaris sed
2009-12-16 Ian LynaghBuild and install inplace the count_lines and compareSi...
2009-12-16 simonpj@microsoft.comAdjust Activations for specialise and work/wrap, and...
2009-12-16 simonpj@microsoft.comComments only
2009-12-16 Simon Marlowfix up libm detection and use (#3724)
2009-12-04 Sergei Trofimovichconfigure.ac: fix libm checks (Trac #3730)
2009-12-16 Simon Marlow#include <sys/select.h> if we have it (#3760)
2009-11-23 Simon Marlowadd a couple of assertions
2009-12-16 simonpj@microsoft.comAdd comments
2009-12-16 simonpj@microsoft.comRefactor to combine two eqExpr functions
2009-12-16 simonpj@microsoft.comTwo improvements to optCoercion
2009-12-16 simonpj@microsoft.comComments only
2009-12-16 simonpj@microsoft.comMake setInlineActivation left-associative
2009-12-16 simonpj@microsoft.comFix a long-standing infelicity in the type pretty printer
2009-12-16 simonpj@microsoft.comDeal with warnings in Coercion.lhs
2009-12-15 simonpj@microsoft.comFix a bug in the in-scope set that led to some lookupId...
2009-12-15 simonpj@microsoft.comFix Trac #3717: exprOkForSpeculation should look throug...
2009-12-15 Ian LynaghAdd a size-comparison util
2009-12-15 Ian LynaghJust make C dependencies once, rather than each way
2009-12-15 Ian LynaghMake addCFileDeps quieter
2009-12-15 Ian LynaghDon't make C deps for compiler/parser/cutils.c in stage1
2009-12-14 simonpj@microsoft.comTidy up computation of result discounts in CoreUnfold
2009-12-11 simonpj@microsoft.comUse full equality for CSE
2009-12-11 simonpj@microsoft.comImprove strictness analysis for bottoming functions
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-12 Manuel M T... Expose all EventLog events as DTrace probes
2009-12-11 simonpj@microsoft.comFix two related bugs in u_tys
2009-12-11 simonpj@microsoft.comFix spelling in comment
2009-12-08 simonpj@microsoft.comMake -ddump-simpl-stats a bit more informative by default
2009-12-08 simonpj@microsoft.comImprove dumping for rules, and documentation of same
2009-12-10 Simon MarlowFix #3741, simplifying things in the process
2009-12-10 Simon MarlowAllow spaces at either end of the C import spec (#3742)
2009-12-09 Ian LynaghPut README and INSTALL into bindists
next