summaryrefslogtreecommitdiff
path: root/rts/HeapStackCheck.cmm
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in non-threaded RTS on WindowsSimon Marlow2010-04-201-9/+8
* Change the representation of the MVar blocked queueSimon Marlow2010-04-011-5/+5
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-17/+19
* comments and formatting onlySimon Marlow2010-03-251-61/+71
* Fix a couple of bugs in the throwTo handling, exposed by conc016(threaded2)Simon Marlow2010-03-111-2/+6
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-3/+2
* Rename primops from foozh_fast to stg_foozhSimon Marlow2009-08-031-3/+3
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-290/+0
* Fixes to "Retract Hp *before* checking for HpLim==0"Simon Marlow2009-03-181-0/+12
* Retract Hp *before* checking for HpLim==0Simon Marlow2009-03-161-1/+1
* Instead of a separate context-switch flag, set HpLim to zeroSimon Marlow2009-03-131-2/+9
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-6/+6
* Move the context_switch flag into the CapabilitySimon Marlow2008-09-191-1/+1
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-2/+6
* {Enter,Leave}CriticalSection imports should be outside #ifdef __PIC__Simon Marlow2007-09-051-2/+2
* FIX: Correct Leave/EnterCriticalSection importsManuel M T Chakravarty2007-09-051-2/+2
* put the @N suffix on stdcall foreign calls in .cmm codeSimon Marlow2007-09-041-0/+2
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-291-1/+1
* Properly guard imports because they have to be precise on Windows and Darwin ...Clemens Fruhwirth2007-08-101-0/+2
* Add explicit imports for RTS-external variablesClemens Fruhwirth2007-08-061-0/+2
* FIX recent PPC crashes introduced by the pointer-tagging patch (I hope)Simon Marlow2007-08-011-19/+5
* Pointer TaggingSimon Marlow2007-07-271-9/+23
* FIX BUILD (Windows): catch up with changes to .cmm syntaxSimon Marlow2007-07-031-1/+1
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-34/+14
* Make the threaded RTS compilable using -fasmSimon Marlow2007-06-261-2/+2
* Asynchronous exception support for SMPSimon Marlow2006-06-161-0/+25
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+964