| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: Don't default to single capability when profiled | Ben Gamari | 2017-12-11 | 1 | -4/+0 |
* | rts: fix filename case for mingw32 target | Sergei Trofimovich | 2017-12-05 | 4 | -6/+6 |
* | RtsFlags: allow +RTS -K0 | Ben Gamari | 2017-11-27 | 1 | -1/+1 |
* | base: fdReady(): Fix timeouts > ~49 days overflowing. Fixes #14262. | Niklas Hambüchen | 2017-11-24 | 1 | -0/+1 |
* | rts/Printer: add closure name entries for small arrays (Fixes #14513) | Takano Akio | 2017-11-23 | 1 | -1/+10 |
* | rts: Fix inconsistencies in how retainer and heap censuses are timed. | Douglas Wilson | 2017-11-21 | 1 | -3/+3 |
* | rts: Move libdwPrintBacktrace to public interface | Ben Gamari | 2017-11-21 | 1 | -3/+0 |
* | Fix rts.cabal.in | Moritz Angermann | 2017-11-18 | 1 | -0/+1 |
* | Detect overly long GC sync | Simon Marlow | 2017-11-16 | 5 | -6/+80 |
* | rts: Fix gc timing | Douglas Wilson | 2017-11-15 | 1 | -16/+21 |
* | RTS: Disable warnings in ffi.h | Peter Trommler | 2017-11-15 | 1 | -1/+8 |
* | Adds rts/rts.cabal.in file | Moritz Angermann | 2017-11-15 | 1 | -0/+441 |
* | Remove left-overs from compareByteArray# inline conversion | Herbert Valerio Riedel | 2017-11-09 | 2 | -15/+0 |
* | Update autoconf test for gcc to require 4.7 and up | Peter Trommler | 2017-11-06 | 1 | -6/+0 |
* | rts/win32: Emit exception handler output to stderr | Ben Gamari | 2017-11-06 | 1 | -15/+15 |
* | rts/PrimOps.cmm: add declaration for heapOverflow closure | Sergei Trofimovich | 2017-11-02 | 1 | -0/+1 |
* | Allow packing constructor fields | Michal Terepeta | 2017-10-29 | 2 | -2/+126 |
* | Add -falignment-sanitization flag | Ben Gamari | 2017-10-29 | 3 | -0/+17 |
* | Add stack traces on crashes on Windows | Tamar Christina | 2017-10-22 | 8 | -4/+325 |
* | Untag the potential AP_STACK in stg_getApStackValzh | James Clarke | 2017-10-19 | 1 | -1/+1 |
* | whitespace only | Gabor Greif | 2017-10-18 | 1 | -2/+1 |
* | updateThunk: indirectee can be tagged | James Clarke | 2017-10-16 | 1 | -1/+1 |
* | rts/posix: Ensure that memory commit succeeds | Ben Gamari | 2017-10-16 | 1 | -1/+4 |
* | rts: Label all threads created by the RTS | Ben Gamari | 2017-10-16 | 4 | -14/+23 |
* | FreeBSD dtrace probe support | Ben Gamari | 2017-10-16 | 2 | -7/+40 |
* | Implement new `compareByteArrays#` primop | Herbert Valerio Riedel | 2017-10-16 | 2 | -0/+15 |
* | Fix calculation in threadStackOverflow | Simon Marlow | 2017-10-16 | 1 | -2/+2 |
* | rts: Print newline after "Stack trace:" on barf | Ben Gamari | 2017-10-03 | 1 | -1/+1 |
* | Add ability to produce crash dumps on Windows | Tamar Christina | 2017-10-03 | 4 | -1/+76 |
* | Adds x86 NONE relocation type | Moritz Angermann | 2017-10-03 | 1 | -0/+4 |
* | Add TODO about getMonotonicNSec() wrapping that can no longer happen. | Niklas Hambüchen | 2017-09-27 | 1 | -0/+5 |
* | Switch VEH to VCH and allow disabling of SEH completely. | Tamar Christina | 2017-09-26 | 4 | -12/+106 |
* | Revert "Switch VEH to VCH and allow disabling of SEH completely." | Ben Gamari | 2017-09-26 | 4 | -106/+12 |
* | rts: Throw proper HeapOverflow exception on allocating large array | Ben Gamari | 2017-09-26 | 2 | -34/+76 |
* | Switch VEH to VCH and allow disabling of SEH completely. | Ben Gamari | 2017-09-26 | 4 | -18/+112 |
* | rts: Silence missing __noreturn__ warning | Ben Gamari | 2017-09-26 | 1 | -1/+1 |
* | rts: Inform kernel that we won't need reserved address space | Ben Gamari | 2017-09-26 | 1 | -0/+13 |
* | A bunch of typofixes | Gabor Greif | 2017-09-26 | 4 | -5/+5 |
* | Use SIGQUIT for DWARF backtraces instead of SIGUSR2 | Ben Gamari | 2017-09-25 | 1 | -6/+6 |
* | Include original process name in worker thread name (#14153) | Echo Nolan | 2017-09-25 | 1 | -1/+22 |
* | Ensure text mode when calling debug functions | Tamar Christina | 2017-09-25 | 1 | -6/+25 |
* | rts: Set unwind information for catch_frame | Ben Gamari | 2017-09-21 | 1 | -0/+1 |
* | rts: Set unwind information for remaining stack frames | Ben Gamari | 2017-09-21 | 3 | -1/+6 |
* | rts: Fix typo in comment | Niklas Hambüchen | 2017-09-19 | 1 | -1/+1 |
* | rts: Update comment about FreeBSD's unsigned FD_SETSIZE | Niklas Hambüchen | 2017-09-19 | 1 | -1/+6 |
* | base: fdReady(): Improve accuracy and simplify code. | Niklas Hambüchen | 2017-09-19 | 2 | -1/+1 |
* | rts/RetainerProfile: Adding missing closure types to isRetainer | Ben Gamari | 2017-09-19 | 1 | -0/+23 |
* | [RTS] Add getObjectLoadStatus | Bartosz Nitka | 2017-09-18 | 2 | -9/+24 |
* | Fix pointer tagging mistake | David Feuer | 2017-09-17 | 1 | -1/+3 |
* | [RTS] Make -po work | Bartosz Nitka | 2017-09-14 | 1 | -2/+11 |