summaryrefslogtreecommitdiff
path: root/includes/mkDerivedConstants.c
Commit message (Expand)AuthorAgeFilesLines
* Change the representation of the MVar blocked queueSimon Marlow2010-04-011-0/+4
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-0/+12
* avoid using non-standard %zd format specifier (#3804)Simon Marlow2010-01-261-8/+2
* Fix #650: use a card table to mark dirty sections of mutable arraysSimon Marlow2009-12-171-0/+1
* Correction to the allocation stats following earlier refactoringSimon Marlow2009-12-041-1/+1
* GC refactoring, remove "steps"Simon Marlow2009-12-031-2/+1
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-011-0/+3
* micro-opt: replace stmGetEnclosingTRec() with a field accessSimon Marlow2009-10-141-0/+2
* Fix #3429: a tricky race conditionSimon Marlow2009-08-181-0/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+1
* propagate the result of atomically properly (fixes #3049)Simon Marlow2009-06-241-0/+1
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-131-6/+0
* Remove the various mp registers from the StgRegTableDuncan Coutts2009-06-101-7/+0
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-8/+1
* Use the more portable %lu rather than %zuIan Lynagh2009-05-241-8/+8
* Fix warnings in mkDerivedConstantsIan Lynagh2009-05-231-10/+10
* FIX #1364: added support for C finalizers that run as soon as the value is no...Simon Marlow2008-12-101-0/+1
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-10/+25
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-0/+1
* add readTVarIO :: TVar a -> IO aSimon Marlow2008-10-101-0/+2
* Move the context_switch flag into the CapabilitySimon Marlow2008-09-191-0/+1
* Add a write barrier to the TSO link field (#1589)Simon Marlow2008-04-161-1/+1
* Fix warnings in main/ConstantsIan Lynagh2008-03-251-4/+6
* FIX recent PPC crashes introduced by the pointer-tagging patch (I hope)Simon Marlow2007-08-011-4/+0
* Pointer TaggingSimon Marlow2007-07-271-0/+4
* Use %d rather than %zd on WindowsIan Lynagh2007-06-161-2/+8
* Fix size mismatch errors in mkDerivedConstants.cIan Lynagh2007-06-151-3/+3
* remove the ITBL_SIZE constants which were wrong, but fortunately unusedSimon Marlow2007-04-171-7/+0
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-1/+0
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-1/+2
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+1
* STM invariantstharris@microsoft.com2006-10-071-1/+12
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-051-0/+2
* Replace inline C functions with C-- macros in .cmm codeSimon Marlow2006-06-291-0/+1
* fix up slop-overwriting for THUNK_SELECTORS in DEBUG modeSimon Marlow2006-06-271-0/+2
* Asynchronous exception support for SMPSimon Marlow2006-06-161-0/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+404