add support for flattening recursive-let
[ghc-hetmet.git] / includes / mkDerivedConstants.c
2011-03-01 Simon MarlowGHC.Prim.threadStatus# now returns the cap number,...
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2010-12-21 Simon MarlowCount allocations more accurately
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-01-01 Antoine LatterFIX #38000 Store StgArrWords payload size in bytes
2010-04-01 Simon MarlowChange the representation of the MVar blocked queue
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-01-26 Simon Marlowavoid using non-standard %zd format specifier (#3804)
2009-12-17 Simon MarlowFix #650: use a card table to mark dirty sections of...
2009-12-04 Simon MarlowCorrection to the allocation stats following earlier...
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-10-14 Simon Marlowmicro-opt: replace stmGetEnclosingTRec() with a field...
2009-08-18 Simon MarlowFix #3429: a tricky race condition
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-24 Simon Marlowpropagate the result of atomically properly (fixes...
2009-06-13 Duncan CouttsRemove the implementation of gmp primops from the rts
2009-06-10 Duncan CouttsRemove the various mp registers from the StgRegTable
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-24 Ian LynaghUse the more portable %lu rather than %zu
2009-05-23 Ian LynaghFix warnings in mkDerivedConstants
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2008-03-25 Ian LynaghFix warnings in main/Constants
2007-08-01 Simon MarlowFIX recent PPC crashes introduced by the pointer-taggin...
2007-07-27 Simon MarlowPointer Tagging
2007-06-16 Ian LynaghUse %d rather than %zd on Windows
2007-06-15 Ian LynaghFix size mismatch errors in mkDerivedConstants.c
2007-04-17 Simon Marlowremove the ITBL_SIZE constants which were wrong, but...
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-07 tharris@microsoft.comSTM invariants
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-06-29 Simon MarlowReplace inline C functions with C-- macros in .cmm...
2006-06-27 Simon Marlowfix up slop-overwriting for THUNK_SELECTORS in DEBUG...
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-04-07 Simon MarlowReorganisation of the source tree