summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Fix a lost-wakeup bug in BLACKHOLE handling (#13751)Simon Marlow2017-06-081-2/+0
* includes/Stg.h: '#if sparch_HOST_ARCH' -> '#if defined(sparch_HOST_ARCH)'Sergei Trofimovich2017-05-141-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-2824-312/+312
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-287-69/+116
* Use memcpy in cloneArrayBen Gamari2017-04-281-16/+2
* compiler/cmm/PprC.hs: constify labels in .rodataSergei Trofimovich2017-04-243-14/+24
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-2359-241/+60
* hs_add_root() RTS API removalSergei Trofimovich2017-04-172-4/+0
* UNREG: remove dead code around -split-objsSergei Trofimovich2017-04-161-14/+0
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-057-119/+71
* rts: Fix lingering #ifsBen Gamari2017-04-041-1/+1
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-057-71/+119
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-021-1/+2
* FastMutInt: fix Int and Ptr sizes when crosscompilingSergei Trofimovich2017-04-021-1/+28
* rts: Fix buildBen Gamari2017-02-281-1/+1
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-281-0/+1
* JSON profiler reportsBen Gamari2017-02-231-2/+2
* Fix stop_thread unwinding informationBen Gamari2017-02-081-0/+14
* Fix comment (old file names) in includes/Takenobu Tani2017-02-044-6/+6
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-0/+8
* Abstract over the way eventlogs are flushedalexbiehl2017-01-312-0/+44
* UNREG: add a forward declaration for local literalsSergei Trofimovich2017-01-291-0/+1
* UNREG: fix "_bytes" string literal forward declarationSergei Trofimovich2017-01-291-0/+1
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-182-3/+3
* Throw an exception on heap overflowDemi Obenour2017-01-101-0/+10
* More fixes for #5654Simon Marlow2017-01-061-0/+1
* UNREG: include CCS_OVERHEAD to STGSergei Trofimovich2016-12-171-0/+1
* Fix cost-centre-stacks bug (#5654)Simon Marlow2016-12-151-0/+6
* Don't have CPP macros expanding to 'defined'.Shea Levy2016-12-131-2/+11
* Make globals use sharedCAFMoritz Angermann2016-12-111-9/+18
* Don't barf() on failures in loadArchive()Ben Gamari2016-12-071-3/+3
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-074-44/+55
* Overhaul GC statsSimon Marlow2016-12-064-96/+150
* Install toplevel handler inside fork.Alexander Vershilov2016-12-021-0/+4
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-18/+9
* Use C99's boolBen Gamari2016-11-298-59/+58
* Make globals use sharedCAFMoritz Angermann2016-11-291-9/+18
* Define thread primitives if they're supported.Shea Levy2016-11-291-21/+25
* Remove CONSTR_STATICSimon Marlow2016-11-142-76/+71
* rts: Add api to pin a thread to a numa node but without fixing a capabilityDarshan Kapashi2016-11-101-0/+24
* Add notes describing SRT conceptsBen Gamari2016-11-021-1/+12
* Support more than 64 logical processors on WindowsTamar Christina2016-10-011-0/+5
* Expose hs_exit_(rtsFalse) as hs_exit_nowait()Simon Marlow2016-09-231-0/+1
* Add hs_try_putmvar()Simon Marlow2016-09-121-0/+4
* Make start address of `osReserveHeapMemory` tunable via command line -xbFrancesco Mazzoli2016-09-091-0/+4
* Tag pointers in interpreted constructorsmniip2016-08-301-1/+7
* Revert "codeGen: Remove binutils<2.17 hack, fixes T11758"Simon Peyton Jones2016-08-191-0/+11
* refactor test for __builtin_unreachable into Rts.h macro RTS_UNREACHABLEKarel Gardas2016-08-151-0/+7
* codeGen: Remove binutils<2.17 hack, fixes T11758Alex Dzyoba2016-08-051-11/+0
* Use MO_Cmpxchg in Primops.cmm instead of ccall cas(..)alexbiehl2016-08-011-0/+10