merge upstream HEAD
[ghc-hetmet.git] / rts / Printer.c
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-06-20 Ian LynaghRemove some old commented out code
2010-01-01 Antoine LatterFIX #38000 Store StgArrWords payload size in bytes
2010-05-06 Simon Marlowimprovements to findPtr(), a neat hack for browsing...
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-03 Simon MarlowCommon up two closure type -> string tables
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-01-12 Ben.Lippmeier@anu... Untag closure pointers before trying to print them.
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-08-29 Simon Marlowimprovements to findPtr(), a useful hack for space...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-06-13 Simon Marlowshould be using GET_CON_DESC() to get the constructor...
2007-06-13 Simon Marlowwarning police
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-28 Simon MarlowRemove vectored returns.
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-07 tharris@microsoft.comSTM invariants
2006-09-23 sven.panne@aedion.de64bit fixes for the symbol lookup table
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-08-10 sven.panne@aedion.deMatch format strings and arguments for printf-like...
2006-04-07 Simon MarlowReorganisation of the source tree