summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add mblocks_allocated to GC stats APIBartosz Nitka2016-07-271-0/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+1
* Compact RegionsGiovanni Campagna2016-07-206-1/+93
* Log heap profiler samples to event logBen Gamari2016-07-162-5/+14
* NUMA cleanupsSimon Marlow2016-06-171-3/+1
* Rts flags cleanupSimon Marlow2016-06-102-30/+17
* NUMA supportSimon Marlow2016-06-1010-133/+44
* Rename isPinnedByteArray# to isByteArrayPinned#Ben Gamari2016-06-041-1/+2
* RTS SMP: Use compiler built-ins on all platforms.Peter Trommler2016-06-041-166/+23
* rts: Add isPinnedByteArray# primopBen Gamari2016-05-181-0/+1
* Fix histograms for ticky codeMateusz Lenik2016-05-181-2/+9
* rts: More const correct-ness fixesErik de Castro Lopo2016-05-182-16/+42
* PPC: Implement SMP primitives using gcc built-insPeter Trommler2016-05-161-64/+9
* rts: Make function pointer parameters `const` where possibleErik de Castro Lopo2016-05-121-8/+8
* rts: Fix C compiler warnings on WindowsErik de Castro Lopo2016-05-111-0/+5
* RtsFlags: Make `mallocFailHook` const correctErik de Castro Lopo2016-05-111-1/+1
* stg/Types.h: Fix comment and #includeBen Gamari2016-05-101-3/+5
* Use stdint types for Stg{Word,Int}{8,16,32,64}Tomas Carnecky2016-05-102-123/+91
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-0512-65/+66
* Add +RTS -AL<size>Simon Marlow2016-05-041-0/+1
* Allow limiting the number of GC threads (+RTS -qn<n>)Simon Marlow2016-05-041-0/+4
* rts: Remove deprecated C type `lnat`Erik de Castro Lopo2016-05-021-3/+0
* RTS: delete BlockedOnGA* + dead codeThomas Miedema2016-04-294-23/+3
* RTS: Add setInCallCapability()Simon Marlow2016-04-261-0/+9