update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / RtsAPI.c
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-09-24 Simon Marlowremove unnecessary stg_noForceIO (#3508)
2010-05-07 Simon MarlowFix crash in nested callbacks (#4038)
2010-05-05 Simon MarlowMake the running_finalizers flag task-local
2010-01-30 Simon MarlowFix typo in error message (#3848)
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-08-19 Simon MarlowDetect C finalizer callbacks in rts_lock() instead...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-27 Simon Marlowreplace sparc-specific Int64 code with calls to platfor...
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-18 Simon MarlowFix #3236: emit a helpful error message when the RTS...
2009-03-31 Ben.Lippmeier@anu... SPARC: Fix ffi019 split load/store of HsInt64 into...
2009-03-30 Ben.Lippmeier@anu... SPARC NCG: When getting a 64 bit word, promote halves...
2009-01-22 Ben.Lippmeier@anu... SPARC NCG: Also do misaligned reads (this time for...
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Also do misaligned reads
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Add a SPARC version of rts_mkInt64 that...
2008-11-19 Simon MarlowFix some more shutdown races
2008-09-30 Simon Marlowfix #2594: we were erroneously applying masks, as the...
2008-07-09 Simon Marlowrts_evalStableIO: start the new thread in blocked mode
2007-07-27 Simon MarlowPointer Tagging
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-04-07 Simon MarlowReorganisation of the source tree