fix haddock submodule pointer
[ghc-hetmet.git] / rts / Messages.c
2011-01-27 Simon MarlowAnnotate thread stop events with the owner of the black...
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-08-23 Simon MarlowAdd a couple of missing tests for EAGER_BLACKHOLE
2010-06-11 benl@ouroborus.netFix #4131 missing UNTAG_CLOSURE in messageBlackHole()
2010-06-10 Simon MarlowmessageBlackHole: fix deadlock bug caused by a missing...
2010-05-24 Simon MarlowAdd a missing UNTAG_CLOSURE, causing bus errors on...
2010-04-01 Simon MarlowChange the representation of the MVar blocked queue
2010-03-29 Simon MarlowMove a thread to the front of the run queue when anothe...
2010-03-29 Simon Marlowchange throwTo to use tryWakeupThread rather than unblo...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs