summaryrefslogtreecommitdiff
path: root/includes/rts
Commit message (Expand)AuthorAgeFilesLines
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-301-0/+12
* Revert "Batch merge"Ben Gamari2019-01-301-12/+0
* Batch mergeBen Gamari2019-01-301-0/+12
* Documentation for StgRetFunÖmer Sinan Ağacan2019-01-161-0/+3
* Documentation and refactoring in CCS related codeÖmer Sinan Ağacan2019-01-121-32/+0
* Minor refactoring and documentation in profiling RTS codeÖmer Sinan Ağacan2019-01-031-5/+9
* Remove redundant include of Rts.h in EventLogWriter.hZejun Wu2018-12-071-2/+5
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-021-0/+1
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-12/+0
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+12
* Fix a MSG_BLACKHOLE sanity check, add some commentsÖmer Sinan Ağacan2018-09-241-1/+6
* Fix slop zeroing for AP_STACK eager blackholes in debug buildÖmer Sinan Ağacan2018-09-211-27/+20
* Finish stable splitDavid Feuer2018-08-292-17/+36
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-211-1/+5
* rts: Update some comments, minor refactoringÖmer Sinan Ağacan2018-06-271-1/+6
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-052-8/+8
* rts: Rip out support for STM invariantsBen Gamari2018-06-021-17/+1
* Disable the SRT offset optimisation on MachO platformsBen Gamari2018-05-231-0/+3
* Add HeapView functionalityPatrick Dougherty2018-05-201-0/+18
* Fix unwinding of C -> Haskell FFI calls with -threaded (2nd try)Bartosz Nitka2018-05-171-0/+13
* InfoTables: Fix #if uses introduced by D4634Ben Gamari2018-05-161-2/+2
* Merge FUN_STATIC closure with its SRTSimon Marlow2018-05-161-3/+0
* Save a word in the info table on x86_64Simon Marlow2018-05-162-10/+40
* An overhaul of the SRT representationSimon Marlow2018-05-162-39/+16
* Fix a few GCC warningsMichal Terepeta2018-05-131-1/+1
* Revert "Fix unwinding of C -> Haskell FFI calls with -threaded"Bartosz Nitka2018-05-121-13/+0
* Fix unwinding of C -> Haskell FFI calls with -threadedBartosz Nitka2018-05-111-0/+13
* rts: remove unused round_up_to_mblocks functionÖmer Sinan Ağacan2018-05-101-9/+0
* Stable.c: minor refactoring, add/update some commentsÖmer Sinan Ağacan2018-04-251-4/+12
* rts: Comment wibblesBen Gamari2018-04-161-1/+1
* Remove unused bdescr flag BF_FREEÖmer Sinan Ağacan2018-04-051-2/+0
* Update a few comments regarding CAF listsÖmer Sinan Ağacan2018-03-301-1/+3
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-191-2/+0
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-193-2/+6
* rts: fix barf format attributeDouglas Wilson2018-02-081-1/+1
* rts: Add format attribute to barfBen Gamari2018-02-061-1/+2
* Mark xmm6 as caller saved in the register allocator for windows.klebinger.andreas@gmx.at2018-01-311-2/+6
* Revert "Improve accuracy of get/setAllocationCounter"Ben Gamari2018-01-181-0/+2
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-081-2/+0
* 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