| Commit message (Expand) | Author | Age | Files | Lines |
* | More efficient, non-allocating unsafeLookupStaticPtr | Ömer Sinan Ağacan | 2018-11-16 | 1 | -1/+1 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-11-02 | 1 | -3/+4 |
* | rts: Add FALLTHROUGH macro | Ben Gamari | 2018-11-02 | 1 | -0/+7 |
* | rts: Allow output filename of eventlog to be given by command-line | Ben Gamari | 2018-11-02 | 1 | -0/+1 |
* | Revert "Add a RTS option -xp to load PIC object anywhere in address space" | Ben Gamari | 2018-10-30 | 1 | -12/+0 |
* | includes: Allow headers to be built with C++11 compilers | Ben Gamari | 2018-10-28 | 1 | -2/+2 |
* | Add a RTS option -xp to load PIC object anywhere in address space | Zejun Wu | 2018-10-15 | 1 | -0/+12 |
* | CodeGen: Teach CodeGen about aliasing of XMM/YMM/ZMM registers | Ben Gamari | 2018-10-01 | 1 | -32/+34 |
* | Fix a MSG_BLACKHOLE sanity check, add some comments | Ömer Sinan Ağacan | 2018-09-24 | 1 | -1/+6 |
* | Fix slop zeroing for AP_STACK eager blackholes in debug build | Ömer Sinan Ağacan | 2018-09-21 | 2 | -29/+23 |
* | Finish stable split | David Feuer | 2018-08-29 | 5 | -19/+59 |
* | Add traceBinaryEvent# primop | Mitsutoshi Aoe | 2018-08-21 | 2 | -1/+6 |
* | Disable GNUC_ATTR_HOT when compiling with DEBUG | Ben Gamari | 2018-07-27 | 1 | -1/+1 |
* | Replace atomicModifyMutVar# | David Feuer | 2018-07-15 | 1 | -1/+2 |
* | rts: Update some comments, minor refactoring | Ömer Sinan Ağacan | 2018-06-27 | 1 | -1/+6 |
* | Use __FILE__ for Cmm assertion locations, fix #8619 | Ömer Sinan Ağacan | 2018-06-17 | 1 | -1/+1 |
* | Rename some mutable closure types for consistency | Ömer Sinan Ağacan | 2018-06-05 | 3 | -12/+12 |
* | rts: Rip out support for STM invariants | Ben Gamari | 2018-06-02 | 3 | -23/+1 |
* | Update GHC.Stats docs | Ömer Sinan Ağacan | 2018-05-28 | 1 | -2/+5 |
* | Disable the SRT offset optimisation on MachO platforms | Ben Gamari | 2018-05-23 | 1 | -0/+3 |
* | Add HeapView functionality | Patrick Dougherty | 2018-05-20 | 2 | -0/+19 |
* | Fix unwinding of C -> Haskell FFI calls with -threaded (2nd try) | Bartosz Nitka | 2018-05-17 | 1 | -0/+13 |
* | InfoTables: Fix #if uses introduced by D4634 | Ben Gamari | 2018-05-16 | 1 | -2/+2 |
* | Merge FUN_STATIC closure with its SRT | Simon Marlow | 2018-05-16 | 1 | -3/+0 |
* | Save a word in the info table on x86_64 | Simon Marlow | 2018-05-16 | 2 | -10/+40 |
* | An overhaul of the SRT representation | Simon Marlow | 2018-05-16 | 3 | -39/+32 |
* | Fix a few GCC warnings | Michal Terepeta | 2018-05-13 | 1 | -1/+1 |
* | Revert "Fix unwinding of C -> Haskell FFI calls with -threaded" | Bartosz Nitka | 2018-05-12 | 1 | -13/+0 |
* | Fix unwinding of C -> Haskell FFI calls with -threaded | Bartosz Nitka | 2018-05-11 | 1 | -0/+13 |
* | rts: remove unused round_up_to_mblocks function | Ömer Sinan Ağacan | 2018-05-10 | 1 | -9/+0 |
* | Stable.c: minor refactoring, add/update some comments | Ömer Sinan Ağacan | 2018-04-25 | 1 | -4/+12 |
* | rts: Comment wibbles | Ben Gamari | 2018-04-16 | 1 | -1/+1 |
* | Remove unused bdescr flag BF_FREE | Ömer Sinan Ağacan | 2018-04-05 | 1 | -2/+0 |
* | Update a few comments regarding CAF lists | Ömer Sinan Ağacan | 2018-03-30 | 1 | -1/+3 |
* | rts, base: Refactor stats.c to improve --machine-readable report | Douglas Wilson | 2018-03-26 | 1 | -15/+19 |
* | Revert "rts, base: Refactor stats.c to improve --machine-readable report" | Ben Gamari | 2018-03-20 | 1 | -19/+15 |
* | rts, base: Refactor stats.c to improve --machine-readable report | Douglas Wilson | 2018-03-19 | 1 | -15/+19 |
* | Improve accuracy of get/setAllocationCounter | Ben Gamari | 2018-03-19 | 3 | -2/+5 |
* | rts: Add --internal-counters RTS flag and several counters | Douglas Wilson | 2018-03-19 | 4 | -2/+30 |
* | UNREG: fix implicit declarations from pdep and pext | Sergei Trofimovich | 2018-03-09 | 1 | -0/+12 |
* | rts: fix barf format attribute | Douglas Wilson | 2018-02-08 | 1 | -1/+1 |
* | rts: Add format attribute to barf | Ben Gamari | 2018-02-06 | 1 | -1/+2 |
* | Mark xmm6 as caller saved in the register allocator for windows. | klebinger.andreas@gmx.at | 2018-01-31 | 1 | -2/+6 |
* | Fix Windows stack allocations. | Tamar Christina | 2018-01-26 | 1 | -0/+10 |
* | Revert "Improve accuracy of get/setAllocationCounter" | Ben Gamari | 2018-01-18 | 2 | -3/+2 |
* | Improve accuracy of get/setAllocationCounter | Simon Marlow | 2018-01-08 | 2 | -2/+3 |
* | rts/Printer: add closure name entries for small arrays (Fixes #14513) | Takano Akio | 2017-11-23 | 1 | -0/+1 |
* | rts: Move libdwPrintBacktrace to public interface | Ben Gamari | 2017-11-21 | 1 | -0/+6 |
* | Detect overly long GC sync | Simon Marlow | 2017-11-16 | 2 | -0/+6 |
* | Remove left-overs from compareByteArray# inline conversion | Herbert Valerio Riedel | 2017-11-09 | 1 | -1/+0 |