summaryrefslogtreecommitdiff
path: root/includes/rts
Commit message (Expand)AuthorAgeFilesLines
* Name worker threads using pthread_setname_npSimon Marlow2014-10-101-1/+1
* Make the linker more robust to errorsSimon Marlow2014-10-081-1/+1
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-013-3/+38
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-09-161-1/+2
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-221-2/+1
* includes: detabify/dewhitespace rts/storage/ClosureMacros.hAustin Seipp2014-08-201-44/+44
* [ci skip] includes: detabify/dewhitespace rts/storage/InfoTables.hAustin Seipp2014-08-201-34/+34
* [ci skip] includes: detabify/dewhitespace rts/storage/Block.hAustin Seipp2014-08-201-4/+4
* [ci skip] includes: detabify/dewhitespace rts/storage/GC.hAustin Seipp2014-08-201-27/+27
* [ci skip] includes: detabify/dewhitespace rts/storage/Closures.hAustin Seipp2014-08-201-17/+17
* [ci skip] includes: detabify/dewhitespace rts/storage/TSO.hAustin Seipp2014-08-201-13/+13
* [ci skip] includes: detabify/dewhitespace rts/storage/MBlock.hAustin Seipp2014-08-201-3/+3
* [ci skip] includes: detabify/dewhitespace rts/prof/LDV.hAustin Seipp2014-08-201-1/+1
* [ci skip] includes: detabify/dewhitespace rts/prof/CCS.hAustin Seipp2014-08-201-35/+34
* [ci skip] includes: detabify/dewhitespace rts/Hpc.hAustin Seipp2014-08-201-3/+3
* [ci skip] includes: detabify/dewhitespace rts/OSThreads.hAustin Seipp2014-08-201-10/+10
* [ci skip] includes: detabify/dewhitespace rts/Stable.hAustin Seipp2014-08-201-3/+3
* [ci skip] includes: detabify/dewhitespace rts/Threads.hAustin Seipp2014-08-201-4/+4
* [ci skip] includes: detabify/dewhitespace rts/Ticky.hAustin Seipp2014-08-201-8/+7
* rts/base: Fix #9423Andreas Voellmy2014-08-191-1/+2
* Implement {resize,shrink}MutableByteArray# primopsHerbert Valerio Riedel2014-08-161-0/+33
* rts: drop unused 'SpinLockCount' typedefSergei Trofimovich2014-07-201-2/+0
* rts: Fix #9003 with an annoying hackAustin Seipp2014-07-091-1/+3
* Partially fix #9003 by reverting bad numbering.Edward Z. Yang2014-07-011-13/+15
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-044-42/+11
* Per-thread allocation counters and limitsSimon Marlow2014-05-024-11/+42
* Rts: Consistently use StgWord for sizes of bitmapsArash Rouhani2014-04-291-0/+5
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-293-1/+20
* Fix incorrect blocksize calculation on Win64Kyrill Briantsev2014-03-131-2/+12
* Make `#include "Rts.h"` C++-compatible again (re #8676)Herbert Valerio Riedel2014-01-193-9/+9
* Move the allocation of CAF blackholes into 'newCAF' (#8590)Patrick Palka2013-12-041-2/+2
* Untab ClosureTypes.h and ClosureFlags.cPatrick Palka2013-12-041-38/+38
* Comment on StgArrWords vs StgArrBytesArash Rouhani2013-11-221-1/+8
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-221-0/+1
* Grammar in commentsGabor Greif2013-11-221-1/+1
* Allow the linker to be used without retaining CAFs unconditionallySimon Marlow2013-11-211-2/+19
* In the DEBUG rts, track when CAFs are GC'dSimon Marlow2013-11-211-2/+2
* Linker.c: remove stablehash, which is no longer usedTakano Akio2013-10-251-3/+0
* Make integer overflow less likely to happen (#7762)Simon Marlow2013-10-251-0/+24
* Another attempt to fix the conditions for slop-zeroingSimon Marlow2013-10-251-3/+6
* Fix up the conditions for zeroing slop (#8402)Simon Marlow2013-10-111-10/+26
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-3/+0
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-0128-29/+29
* Fix linker_unload now that we are running constructors in the linker (#8291)Simon Marlow2013-09-231-0/+3
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-17/+18
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-17/+18
* Fix freeHaskellFunPtr crash on iOS.Austin Seipp2013-09-151-0/+3
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-082-11/+4
* Default to infinite stack size (#8189)Austin Seipp2013-09-082-4/+11
* Fix printf formats for pathchar on Windows (where it's wchar_t, not char)Simon Marlow2013-09-041-0/+2