summaryrefslogtreecommitdiff
path: root/includes/rts
Commit message (Expand)AuthorAgeFilesLines
* rts/Printer: add closure name entries for small arrays (Fixes #14513)Takano Akio2017-11-231-0/+1
* rts: Move libdwPrintBacktrace to public interfaceBen Gamari2017-11-211-0/+6
* Detect overly long GC syncSimon Marlow2017-11-161-0/+2
* Allow packing constructor fieldsMichal Terepeta2017-10-291-52/+64
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+1
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+1
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-0/+1
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-1/+0
* rts: Throw proper HeapOverflow exception on allocating large arrayBen Gamari2017-09-261-2/+3
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-0/+1
* base: fdReady(): Improve accuracy and simplify code.Niklas Hambüchen2017-09-191-0/+4
* rts/RetainerProfile: Adding missing closure types to isRetainerBen Gamari2017-09-191-4/+5
* [RTS] Add getObjectLoadStatusBartosz Nitka2017-09-181-0/+14
* [RTS] Harden against buffer overflowBartosz Nitka2017-09-131-1/+0
* includes/rts: Drop trailing commaBen Gamari2017-09-071-1/+1
* rts: Add heap breakdown type for -hTBen Gamari2017-09-051-0/+1
* eventlog: Clean up profiling heap breakdown typeBen Gamari2017-09-051-0/+12
* Speed up compilation of profiling stubsBen Gamari2017-08-161-0/+17
* Fix Work Balance computation in RTS statsDouglas Wilson2017-07-111-5/+6
* Prefer #if defined to #ifdefBen Gamari2017-04-2811-40/+40
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-2/+2
* compiler/cmm/PprC.hs: constify labels in .rodataSergei Trofimovich2017-04-241-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-2342-172/+43
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-2/+2
* rts: Fix lingering #ifsBen Gamari2017-04-041-1/+1
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-2/+2
* 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-043-4/+4
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-0/+8
* Abstract over the way eventlogs are flushedalexbiehl2017-01-311-0/+40
* Throw an exception on heap overflowDemi Obenour2017-01-101-0/+10
* Don't have CPP macros expanding to 'defined'.Shea Levy2016-12-131-2/+11
* Make globals use sharedCAFMoritz Angermann2016-12-111-9/+18
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-073-43/+50
* Overhaul GC statsSimon Marlow2016-12-062-55/+43
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-18/+9
* Use C99's boolBen Gamari2016-11-297-58/+54
* 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
* Add notes describing SRT conceptsBen Gamari2016-11-021-1/+12
* Support more than 64 logical processors on WindowsTamar Christina2016-10-011-0/+5
* Revert "codeGen: Remove binutils<2.17 hack, fixes T11758"Simon Peyton Jones2016-08-191-0/+11
* codeGen: Remove binutils<2.17 hack, fixes T11758Alex Dzyoba2016-08-051-11/+0
* Add mblocks_allocated to GC stats APIBartosz Nitka2016-07-271-0/+1
* Compact RegionsGiovanni Campagna2016-07-205-1/+81
* Log heap profiler samples to event logBen Gamari2016-07-162-5/+14