RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / mkDerivedConstants.c
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