update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / RetainerProfile.c
2011-02-02 Simon MarlowFix the profiling build
2010-12-16 Simon Marlowfix retainer profiling: add missing case for TSO
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-10-19 Ian LynaghFix a retainer profiling segfault
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-04-09 Ian LynaghHandle IND_STATIC in isRetainer
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-15 Simon MarlowFix profiling build following removal of specific STM...
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-12-02 Simon MarlowRefactoring only
2009-10-06 Ben.Lippmeier@anu... Use __PIC__ and ming32_TARGET_OS to turn on windows...
2009-08-05 Simon Marlowprofiling build fixes
2009-08-03 Simon Marlowremove the GUM closure types
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-09-12 Simon MarlowFix retainer profiling (#2576)
2008-04-17 Simon Marlowremove EVACUATED: store the forwarding pointer in the...
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2008-04-16 Simon MarlowGC: move static object processinng into thread-local...
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-09-03 Ian LynaghFix building RTS with gcc 2.*; declare all variables...
2007-08-26 Ian LynaghFix retainer profiling Before_type_family_merge
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-07-27 Simon MarlowPointer Tagging
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-02-28 Simon MarlowRemove vectored returns.
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-11-10 sven.panne@aedion.deAdded a comment about se.info.type being used uninitialized
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-07 tharris@microsoft.comSTM invariants
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-04-07 Simon MarlowReorganisation of the source tree