summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-2/+2
* Fix installation on cygwinIan Lynagh2011-01-111-4/+4
* Rejig the includes/ installation rulesIan Lynagh2011-01-091-8/+12
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-3/+3
* Count allocations more accuratelySimon Marlow2010-12-214-5/+6
* use EXTERN_INLINE instead of STATIC_INLINE to avoid some gcc warningsSimon Marlow2010-12-161-27/+40
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-1511-89/+156
* warning fix: don't redefine BLOCKS_PER_MBLOCKSimon Marlow2010-12-101-0/+2
* Catch too-large allocations and emit an error message (#4505)Simon Marlow2010-12-092-0/+7
* Export the value of the signal used by scheduler (#4504)Dmitry Astapov2010-12-081-0/+1
* Correct the stage that the includes/ tools are built inIan Lynagh2010-12-061-2/+2
* Keep a maximum of 6 spare worker threads per Capability (#4262)Simon Marlow2010-11-251-0/+9
* Remove references to Haskell 98Ian Lynagh2010-11-231-1/+1
* Add a configure test for the visibility hidden attributeIan Lynagh2010-11-231-1/+1
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-193-3/+4
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+3
* rts_isProfiled should be a visible API (fixes T2615(dyn))Simon Marlow2010-09-151-0/+3
* make stg_arg_bitmaps public, and available via the GHCi linker (#3672)Simon Marlow2010-09-131-0/+3
* fix typoSimon Marlow2010-09-131-1/+1
* 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