update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / StgMiscClosures.cmm
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-04-07 Simon Marlowinitialise the headers of MSG_BLACKHOLE objects properly
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-04-01 Simon MarlowChange the representation of the MVar blocked queue
2010-03-29 Simon Marlowchange throwTo to use tryWakeupThread rather than unblo...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-11-14 Ben.Lippmeier@anu... If a comment says "Is this correct?", it's not.
2009-11-14 Ben.Lippmeier@anu... Don't share low valued Int and Char closures with Windo...
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-05 Ian LynaghC# has moved to ghc-prim:GHC.Types
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)
2007-10-31 Simon MarlowInitial parallel GC support
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-09-05 Simon Marlow{Enter,Leave}CriticalSection imports should be outside...
2007-09-05 Manuel M T ChakravartyFIX: Correct Leave/EnterCriticalSection imports
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
2007-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-10 Clemens FruhwirthProperly guard imports because they have to be precise...
2007-08-06 Clemens FruhwirthAdd explicit imports for RTS-external variables
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-07-27 Simon MarlowPointer Tagging
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2006-10-07 tharris@microsoft.comSTM invariants
2006-07-26 Simon Marlowchange wired-in Haskell symbols to include the package...
2006-04-07 Simon MarlowReorganisation of the source tree