| Commit message (Expand) | Author | Age | Files | Lines |
* | Add notes describing SRT concepts | Ben Gamari | 2016-11-02 | 1 | -1/+12 |
* | Support more than 64 logical processors on Windows | Tamar Christina | 2016-10-01 | 1 | -0/+5 |
* | Expose hs_exit_(rtsFalse) as hs_exit_nowait() | Simon Marlow | 2016-09-23 | 1 | -0/+1 |
* | Add hs_try_putmvar() | Simon Marlow | 2016-09-12 | 1 | -0/+4 |
* | Make start address of `osReserveHeapMemory` tunable via command line -xb | Francesco Mazzoli | 2016-09-09 | 1 | -0/+4 |
* | Tag pointers in interpreted constructors | mniip | 2016-08-30 | 1 | -1/+7 |
* | Revert "codeGen: Remove binutils<2.17 hack, fixes T11758" | Simon Peyton Jones | 2016-08-19 | 1 | -0/+11 |
* | refactor test for __builtin_unreachable into Rts.h macro RTS_UNREACHABLE | Karel Gardas | 2016-08-15 | 1 | -0/+7 |
* | codeGen: Remove binutils<2.17 hack, fixes T11758 | Alex Dzyoba | 2016-08-05 | 1 | -11/+0 |
* | Use MO_Cmpxchg in Primops.cmm instead of ccall cas(..) | alexbiehl | 2016-08-01 | 1 | -0/+10 |
* | Add mblocks_allocated to GC stats API | Bartosz Nitka | 2016-07-27 | 1 | -0/+1 |
* | Implement unboxed sum primitive type | Ömer Sinan Ağacan | 2016-07-21 | 1 | -0/+1 |
* | Compact Regions | Giovanni Campagna | 2016-07-20 | 6 | -1/+93 |
* | Log heap profiler samples to event log | Ben Gamari | 2016-07-16 | 2 | -5/+14 |
* | NUMA cleanups | Simon Marlow | 2016-06-17 | 1 | -3/+1 |
* | Rts flags cleanup | Simon Marlow | 2016-06-10 | 2 | -30/+17 |
* | NUMA support | Simon Marlow | 2016-06-10 | 10 | -133/+44 |
* | Rename isPinnedByteArray# to isByteArrayPinned# | Ben Gamari | 2016-06-04 | 1 | -1/+2 |
* | RTS SMP: Use compiler built-ins on all platforms. | Peter Trommler | 2016-06-04 | 1 | -166/+23 |
* | rts: Add isPinnedByteArray# primop | Ben Gamari | 2016-05-18 | 1 | -0/+1 |
* | Fix histograms for ticky code | Mateusz Lenik | 2016-05-18 | 1 | -2/+9 |
* | rts: More const correct-ness fixes | Erik de Castro Lopo | 2016-05-18 | 2 | -16/+42 |
* | PPC: Implement SMP primitives using gcc built-ins | Peter Trommler | 2016-05-16 | 1 | -64/+9 |
* | rts: Make function pointer parameters `const` where possible | Erik de Castro Lopo | 2016-05-12 | 1 | -8/+8 |
* | rts: Fix C compiler warnings on Windows | Erik de Castro Lopo | 2016-05-11 | 1 | -0/+5 |
* | RtsFlags: Make `mallocFailHook` const correct | Erik de Castro Lopo | 2016-05-11 | 1 | -1/+1 |
* | stg/Types.h: Fix comment and #include | Ben Gamari | 2016-05-10 | 1 | -3/+5 |
* | Use stdint types for Stg{Word,Int}{8,16,32,64} | Tomas Carnecky | 2016-05-10 | 2 | -123/+91 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 12 | -65/+66 |
* | Add +RTS -AL<size> | Simon Marlow | 2016-05-04 | 1 | -0/+1 |
* | Allow limiting the number of GC threads (+RTS -qn<n>) | Simon Marlow | 2016-05-04 | 1 | -0/+4 |
* | rts: Remove deprecated C type `lnat` | Erik de Castro Lopo | 2016-05-02 | 1 | -3/+0 |
* | RTS: delete BlockedOnGA* + dead code | Thomas Miedema | 2016-04-29 | 4 | -23/+3 |
* | RTS: Add setInCallCapability() | Simon Marlow | 2016-04-26 | 1 | -0/+9 |
* | Remove obsolete/redundant FLEXIBLE_ARRAY macro | Herbert Valerio Riedel | 2016-04-18 | 4 | -22/+13 |
* | Use stdint types to define SIZEOF and ALIGNMENT of INTx/WORDx | Tomas Carnecky | 2016-04-18 | 1 | -41/+20 |
* | Rework CC/CC_STAGE0 handling in `configure.ac` | Herbert Valerio Riedel | 2016-04-16 | 1 | -1/+1 |
* | Allocate blocks in the GC in batches | Simon Marlow | 2016-04-12 | 1 | -1/+2 |
* | Remove left-over shell-tools.c | Herbert Valerio Riedel | 2016-04-10 | 1 | -139/+0 |
* | Autoconf: detect and set CFLAGS/CPPFLAGS needed for C99 mode | Herbert Valerio Riedel | 2016-03-28 | 1 | -0/+4 |
* | Scrap IRIX support | Herbert Valerio Riedel | 2016-03-28 | 1 | -5/+0 |
* | Remove now pointless INLINE_ME macro | Herbert Valerio Riedel | 2016-03-27 | 1 | -1/+0 |
* | RTS: Fix & refactor "portable inline" macros | Herbert Valerio Riedel | 2016-03-26 | 1 | -37/+39 |
* | Avoid local label syntax for assembler on AIX | Herbert Valerio Riedel | 2016-03-24 | 1 | -0/+20 |
* | Split external symbol prototypes (EF_) (Trac #11395) | Sergei Trofimovich | 2016-03-08 | 2 | -5/+30 |
* | rts: drop unused global 'blackhole_queue' | Sergei Trofimovich | 2016-02-27 | 2 | -2/+1 |
* | PowerPC: Improve float register assignment. | Peter Trommler | 2016-02-16 | 1 | -3/+9 |
* | Ensure that we don't produce code for pre-ARMv7 without barriers | Ben Gamari | 2016-01-25 | 1 | -14/+3 |
* | Comments only: more alternate names for ARM registers [skip ci] | Reid Barton | 2016-01-25 | 1 | -3/+4 |
* | Remove unused IND_PERM | Joachim Breitner | 2016-01-23 | 4 | -40/+36 |