summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Don't check for swept blocks in -DS.Marco TĂșlio Gontijo e Silva2010-07-181-0/+2
* Return memory to the OS; trac #698Ian Lynagh2010-08-131-2/+2
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-242-7/+8
* Make -rtsopts more flexibleIan Lynagh2010-08-051-0/+16
* add numSparks# primop (#4167)Simon Marlow2010-07-202-0/+2
* Fix unreg prof build: Define CCS_SYSTEM in stg/MiscClosures.hIan Lynagh2010-07-171-0/+1
* Make mkDerivedConstants as a stage 1 programIan Lynagh2010-07-171-2/+2
* Fix HC porting test in makefilesIan Lynagh2010-07-161-3/+3
* Change some TARGET checks to HOST checksIan Lynagh2010-07-143-5/+5
* * storage manager: preserve upper address bits on 64bit machines (thanks to z...Sergei Trofimovich2010-07-091-1/+11
* New asynchronous exception control API (ghc parts)Simon Marlow2010-07-082-5/+8
* remove outdated commentSimon Marlow2010-07-081-3/+0
* Add support for collecting PAPI native eventsdmp@rice.edu2010-06-221-0/+4
* SET_ARR_HDR's last argument is now a number of bytes, rather than wordsIan Lynagh2010-06-191-2/+2
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-014-4/+10
* Make getAllocations() visibleSimon Marlow2010-06-171-0/+7
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-9/+1
* messageBlackHole: fix deadlock bug caused by a missing 'volatile'Simon Marlow2010-06-101-0/+8
* includes/rts/storage/GC.h: generation_: n_words: Improve comment.Marco TĂșlio Gontijo e Silva2010-05-261-1/+1
* fix 64-bit value for W_SHIFT, which thankfully appears to be not usedSimon Marlow2010-04-221-1/+1
* Use StgWord64 instead of ullongIan Lynagh2010-04-211-7/+0
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-014-39/+31
* Change the representation of the MVar blocked queueSimon Marlow2010-04-016-13/+26
* eliminate some duplication with a bit of CPPSimon Marlow2010-03-301-491/+334
* Move a thread to the front of the run queue when another thread blocks on itSimon Marlow2010-03-291-0/+2
* remove non-existent MUT_CONS symbolsSimon Marlow2010-03-301-2/+0
* change throwTo to use tryWakeupThread rather than unblockOneSimon Marlow2010-03-291-0/+2
* New implementation of BLACKHOLEsSimon Marlow2010-03-297-11/+82
* Add a 'setKeepCAFs' external function (#3900)Simon Marlow2010-03-291-0/+3
* Fix the format specifier for Int64/Word64 on WindowsIan Lynagh2010-03-271-0/+7
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-117-52/+78
* Split part of the Task struct into a separate struct InCallSimon Marlow2010-03-091-1/+1
* add comment for srt_bitmap fieldSimon Marlow2010-02-031-1/+6
* define INFINITY and NAN if they don't exist (#2929)Simon Marlow2010-01-271-0/+21
* avoid using non-standard %zd format specifier (#3804)Simon Marlow2010-01-261-8/+2
* When acquiring a spinlock, yieldThread() every 1000 spins (#3553, #3758)Simon Marlow2010-01-223-13/+27
* take newCAF() out from sm_mutex; use the capability-local mut list insteadSimon Marlow2009-12-311-2/+2
* Fix #650: use a card table to mark dirty sections of mutable arraysSimon Marlow2009-12-176-1/+45
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-1/+2
* Eliminate mkdependCIan Lynagh2009-12-092-2/+5
* declare g0 (fixes compilation failure with -fvia-C)Simon Marlow2009-12-081-1/+1
* Correction to the allocation stats following earlier refactoringSimon Marlow2009-12-043-3/+4
* GC refactoring, remove "steps"Simon Marlow2009-12-035-48/+36
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-013-31/+15
* Free full_prog_argv at exit, closing a memory leakSimon Marlow2009-12-011-0/+1
* Implement a new heap-tuning option: -HSimon Marlow2009-11-301-0/+1
* Store a destination step in the block descriptorSimon Marlow2009-11-292-14/+25
* threadStackOverflow: check whether stack squeezing released some stack (#3677)Simon Marlow2009-11-251-0/+7
* add a comment to TSO_MARKEDSimon Marlow2009-11-251-0/+4
* define HS_WORD_MAXSimon Marlow2009-11-191-0/+2