New implementation of BLACKHOLEs
[ghc-hetmet.git] / rts / HeapStackCheck.cmm
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-25 Simon Marlowcomments and formatting only
2010-03-11 Simon MarlowFix a couple of bugs in the throwTo handling, exposed...
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-03-18 Simon MarlowFixes to "Retract Hp *before* checking for HpLim==0"
2009-03-16 Simon MarlowRetract Hp *before* checking for HpLim==0
2009-03-13 Simon MarlowInstead of a separate context-switch flag, set HpLim...
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
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-10 Clemens FruhwirthProperly guard imports because they have to be precise...
2007-08-06 Clemens FruhwirthAdd explicit imports for RTS-external variables
2007-08-01 Simon MarlowFIX recent PPC crashes introduced by the pointer-taggin...
2007-07-27 Simon MarlowPointer Tagging
2007-07-03 Simon MarlowFIX BUILD (Windows): catch up with changes to .cmm...
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-26 Simon MarlowMake the threaded RTS compilable using -fasm
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-04-07 Simon MarlowReorganisation of the source tree