| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve performance of newSmallArray# | Michal Terepeta | 2019-04-01 | 1 | -1/+7 |
* | Add support for bitreverse primop | Alexandre | 2019-04-01 | 1 | -0/+8 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 49 | -53/+53 |
* | Fix specification of load_load_barrier [skip-ci] | Peter Trommler | 2019-03-20 | 1 | -1/+1 |
* | ghc-heap: Introduce closureSize | Ben Gamari | 2019-03-17 | 1 | -0/+1 |
* | PPC NCG: Use liveness information in CmmCall | Peter Trommler | 2019-03-15 | 2 | -77/+8 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 2 | -3/+3 |
* | Add a RTS option -xp to load PIC object anywhere in address space | Zejun Wu | 2019-01-30 | 1 | -0/+12 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -12/+0 |
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -0/+12 |
* | Documentation for StgRetFun | Ömer Sinan Ağacan | 2019-01-16 | 1 | -0/+3 |
* | Fix filename in comment again | Peter Trommler | 2019-01-16 | 1 | -1/+1 |
* | Fix reference to stack code in comment | Peter Trommler | 2019-01-16 | 1 | -1/+1 |
* | Documentation and refactoring in CCS related code | Ömer Sinan Ağacan | 2019-01-12 | 2 | -36/+0 |
* | Minor refactoring and documentation in profiling RTS code | Ömer Sinan Ağacan | 2019-01-03 | 1 | -5/+9 |
* | PPC NCG: Remove Darwin support | Peter Trommler | 2019-01-01 | 2 | -22/+3 |
* | rts: Disable fallthrough attribute when compiling with Clang | Ben Gamari | 2018-12-11 | 1 | -1/+5 |
* | Remove redundant include of Rts.h in EventLogWriter.h | Zejun Wu | 2018-12-07 | 1 | -2/+5 |
* | 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 |