| Commit message (Expand) | Author | Age | Files | Lines |
* | rts/Linker.c: Rename ONLY_USED_x86_64_HOST_ARCH macro | Erik de Castro Lopo | 2016-06-27 | 1 | -4/+4 |
* | rts/Linker.c: Improve ugly C pre-processor hack | Erik de Castro Lopo | 2016-06-27 | 1 | -16/+13 |
* | More typos in comments [skip ci] | Gabor Greif | 2016-06-22 | 1 | -1/+1 |
* | Fix double-free in T5644 (#12208) | Simon Marlow | 2016-06-20 | 1 | -2/+2 |
* | NUMA cleanups | Simon Marlow | 2016-06-17 | 8 | -58/+68 |
* | Don't GC sparks for CAFs | Simon Marlow | 2016-06-14 | 1 | -9/+6 |
* | Add thin library support to Windows too | Tamar Christina | 2016-06-13 | 1 | -61/+90 |
* | rts: Fix NUMA when cross compiling | Erik de Castro Lopo | 2016-06-13 | 2 | -5/+5 |
* | Fix incorrect calculated relocations on Windows x86_64 | Tamar Christina | 2016-06-12 | 2 | -33/+44 |
* | rts: Fix build when USE_LARGE_ADDRESS_SPACE is undefined | Erik de Castro Lopo | 2016-06-12 | 1 | -2/+2 |
* | Rts flags cleanup | Simon Marlow | 2016-06-10 | 2 | -5/+5 |
* | NUMA support | Simon Marlow | 2016-06-10 | 28 | -290/+821 |
* | Remove Printer.c:prettyPrintClosure() | Ömer Sinan Ağacan | 2016-06-10 | 2 | -82/+0 |
* | prettyPrintClosure(): Untag the closure before accessing fields | Ömer Sinan Ağacan | 2016-06-10 | 1 | -0/+2 |
* | Show sources of cost centers in .prof | Ömer Sinan Ağacan | 2016-06-08 | 1 | -18/+94 |
* | Add relocation type R_X86_64_REX_GOTPCRELX | Tamar Christina | 2016-06-05 | 1 | -1/+7 |
* | Refactor the SymbolName and SymbolAddr types to be pointers | Tamar Christina | 2016-06-04 | 2 | -49/+49 |
* | Rename isPinnedByteArray# to isByteArrayPinned# | Ben Gamari | 2016-06-04 | 2 | -4/+11 |
* | Use useful names for Symbol Addr and Names in Linker.c | Tamar Christina | 2016-06-03 | 2 | -54/+57 |
* | Refactored SymbolInfo to lower memory usage in RTS | Tamar Christina | 2016-06-03 | 4 | -51/+154 |
* | Fix detection and use of `USE_LIBDW` | Erik de Castro Lopo | 2016-06-01 | 7 | -14/+6 |
* | RtsFlags.c: Const correct fixes | Erik de Castro Lopo | 2016-05-29 | 1 | -2/+2 |
* | RTS: simplify read_heap_profiling_flag | Thomas Miedema | 2016-05-25 | 1 | -7/+1 |
* | Runtime linker: Break m32 allocator out into its own file | Erik de Castro Lopo | 2016-05-25 | 7 | -321/+435 |
* | Update format specifiers for Tickey.c | Tamar Christina | 2016-05-22 | 1 | -13/+13 |
* | rts/Linker.c: Fix compile error on Arm | Erik de Castro Lopo | 2016-05-22 | 1 | -0/+3 |
* | Enable checkProddableBlock on x86_64 | Simon Marlow | 2016-05-21 | 1 | -2/+2 |
* | Fix Windows build after Ticky changes | Tamar Christina | 2016-05-21 | 1 | -4/+4 |
* | {,M}BLOCK_SIZE_W * sizeof(W_) -> {,M}BLOCK_SIZE | Tomas Carnecky | 2016-05-19 | 2 | -6/+6 |
* | Get types in osFreeMBlocks in sync with osGetMBlocks | Tomas Carnecky | 2016-05-19 | 3 | -3/+3 |
* | Remove use of caddr_t | Tomas Carnecky | 2016-05-19 | 1 | -4/+4 |
* | rts: Add missing `const` from HashTable API | Erik de Castro Lopo | 2016-05-19 | 2 | -2/+2 |
* | rts: Add isPinnedByteArray# primop | Ben Gamari | 2016-05-18 | 2 | -0/+12 |
* | Fix histograms for ticky code | Mateusz Lenik | 2016-05-18 | 2 | -272/+31 |
* | rts: More const correct-ness fixes | Erik de Castro Lopo | 2016-05-18 | 19 | -87/+96 |
* | Set `USE_MMAP` at configure time | Erik de Castro Lopo | 2016-05-17 | 1 | -35/+19 |
* | Fix comments about scavenging WEAK objects | Takano Akio | 2016-05-12 | 2 | -7/+5 |
* | RtsUtils: Use `size_t` instead of `int` where appropriate | Erik de Castro Lopo | 2016-05-12 | 2 | -16/+12 |
* | rts: Make function pointer parameters `const` where possible | Erik de Castro Lopo | 2016-05-12 | 7 | -15/+15 |
* | Use StgHalfWord instead of a CPP #if | Tomas Carnecky | 2016-05-12 | 1 | -8/+3 |
* | Fix ASSERT failure and re-enable setnumcapabilities001 | Simon Marlow | 2016-05-11 | 1 | -2/+5 |
* | Handle promotion failures when scavenging a WEAK (#11108) | Takano Akio | 2016-05-11 | 3 | -3/+42 |
* | rts: Fix C compiler warnings on Windows | Erik de Castro Lopo | 2016-05-11 | 2 | -9/+13 |
* | RtsFlags: Make `mallocFailHook` const correct | Erik de Castro Lopo | 2016-05-11 | 2 | -2/+2 |
* | Fix a crash in requestSync() | Simon Marlow | 2016-05-10 | 1 | -9/+14 |
* | Use stdint types for Stg{Word,Int}{8,16,32,64} | Tomas Carnecky | 2016-05-10 | 3 | -5/+5 |
* | rts/ProfHeap.c: Use `ssize_t` instead of `long`. | Erik de Castro Lopo | 2016-05-08 | 1 | -21/+22 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 71 | -528/+537 |
* | Don't STATIC_INLINE giveCapabilityToTask | Simon Marlow | 2016-05-04 | 1 | -1/+1 |
* | schedulePushWork: avoid unnecessary wakeups | Simon Marlow | 2016-05-04 | 1 | -7/+25 |