| Commit message (Expand) | Author | Age | Files | Lines |
* | RtsFlags: Refactor some of the deeper switches | Ben Gamari | 2015-11-16 | 1 | -199/+236 |
* | RtsFlags: Clean up stale CPP | Ben Gamari | 2015-11-16 | 1 | -4/+1 |
* | Implement function-sections for Haskell code, #8405 | Simon Brenner | 2015-11-12 | 1 | -0/+4 |
* | fix RTS Linker on platforms without SHN_XINDEX support | Karel Gardas | 2015-11-11 | 1 | -6/+30 |
* | Add OpenBSD specific RTS symbols | Karel Gardas | 2015-11-08 | 1 | -0/+9 |
* | Allow the GHCi Linker to resolve related dependencies when loading DLLs | Tamar Christina | 2015-11-07 | 3 | -19/+199 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 8 | -40/+67 |
* | Linker: #ifdef cleanup | Erik de Castro Lopo | 2015-11-04 | 2 | -45/+14 |
* | rts/Hash: Constify HashTable* in lookupHashTable | Ben Gamari | 2015-11-03 | 3 | -8/+8 |
* | get rid of Elf32/Elf64_Section as this is a non-portable Linux-ism. | Karel Gardas | 2015-11-02 | 1 | -3/+1 |
* | rts: Produce stack trace on fatal error | Ben Gamari | 2015-11-01 | 1 | -0/+12 |
* | EventLog: Loop fwrite if necessary during flush | Ben Gamari | 2015-11-01 | 1 | -10/+12 |
* | Libdw: Fix symbol naming | Ben Gamari | 2015-11-01 | 3 | -46/+47 |
* | Libdw: Remove special treatment for stg_stop_thread | Ben Gamari | 2015-11-01 | 1 | -4/+1 |
* | StgStartup: Setup unwinding for stg_stop_thread | Ben Gamari | 2015-11-01 | 2 | -0/+14 |
* | Linker: More uint64_t to uintptr_t fixes | Erik de Castro Lopo | 2015-11-01 | 1 | -2/+2 |
* | Enforce linkage with pthread library on OpenBSD | Karel Gardas | 2015-11-01 | 1 | -0/+8 |
* | rts/posix: Reduce heap allocation amount on mmap failure | Ben Gamari | 2015-11-01 | 4 | -12/+61 |
* | Add rts/Linker support for more than 64k sections | Simon Brenner | 2015-11-01 | 1 | -39/+141 |
* | Signals: Ensure libdw session is freed | Ben Gamari | 2015-10-31 | 1 | -0/+1 |
* | rts: Make MBLOCK_SPACE_SIZE dynamic | Ben Gamari | 2015-10-30 | 5 | -39/+50 |
* | Linker: Clean up USE_MMAP usage | Erik de Castro Lopo | 2015-10-30 | 1 | -33/+31 |
* | Fix segfault due to reading non-existent memory | Simon Marlow | 2015-10-30 | 1 | -2/+14 |
* | Linker: Fix type in m32_free_internal | Erik de Castro Lopo | 2015-10-30 | 1 | -1/+1 |
* | rts/Linker.c: Drop support for legacy OS X dyn loading | Erik de Castro Lopo | 2015-10-29 | 1 | -15/+1 |
* | Fix the DYNAMIC_GHC_PROGRAMS=NO build on Mac/Windows | Reid Barton | 2015-10-27 | 1 | -0/+1 |
* | Remove cygwin32_HOST_OS #ifdefs | Erik de Castro Lopo | 2015-10-26 | 4 | -114/+10 |
* | Remove redundant typedef | Gabor Greif | 2015-10-26 | 1 | -2/+0 |
* | rts/RtsSymbols.c: Fix Windows build | Erik de Castro Lopo | 2015-10-25 | 1 | -0/+8 |
* | rts/Linker.c: Convert #if/#else to if/else | Erik de Castro Lopo | 2015-10-25 | 1 | -22/+28 |
* | rts/Linker.c: Split RTS symbols out into separate file | Erik de Castro Lopo | 2015-10-24 | 3 | -1183/+1217 |
* | rts/Schedule.c: remove unused variable | Ömer Sinan Ağacan | 2015-10-22 | 1 | -6/+0 |
* | Fix caching of pagesize | Simon Marlow | 2015-10-21 | 1 | -3/+2 |
* | fix RTS linker compilation failure on Solaris | Karel Gardas | 2015-10-18 | 1 | -1/+2 |
* | Signals: Always install SIGUSR2 handler | Ben Gamari | 2015-10-18 | 1 | -2/+0 |
* | Signals: Print backtrace on SIGUSR2 | Ben Gamari | 2015-10-17 | 1 | -0/+30 |
* | Libdw: Add libdw-based stack unwinding | Ben Gamari | 2015-10-17 | 4 | -0/+404 |
* | Silence the linker on Windows so tests pass | Tamar Christina | 2015-10-17 | 1 | -2/+2 |
* | rts/Linker.c : Fix armhf build (#10977) | Erik de Castro Lopo | 2015-10-16 | 1 | -6/+3 |
* | Fix windows build after D975 | Tamar Christina | 2015-10-16 | 1 | -0/+2 |
* | ELF/x86_64: map object file sections separately into the low 2GB | Simon Marlow | 2015-10-15 | 3 | -261/+686 |
* | Update Cabal to HEAD, IPID renamed to Component ID. | Edward Z. Yang | 2015-10-14 | 1 | -1/+1 |
* | Fix GHCi on Arm (#10375). | Erik de Castro Lopo | 2015-10-15 | 1 | -0/+5 |
* | Make Windows linker more robust to unknown sections | Tamar Christina | 2015-10-03 | 1 | -121/+86 |
* | rts: Clean up whitespace in Trace.h | Ben Gamari | 2015-09-26 | 1 | -24/+24 |
* | Fix a bug with mallocForeignPtr and finalizers (#10904) | Simon Marlow | 2015-09-24 | 1 | -0/+5 |
* | Account for stack allocation in the thread's allocation counter | Simon Marlow | 2015-09-14 | 1 | -0/+8 |
* | s/StgArrWords/StgArrBytes/ | Siddhanathan Shanmugam | 2015-09-11 | 11 | -35/+35 |
* | HeapStackCheck: Small refactoring | Ben Gamari | 2015-09-08 | 1 | -2/+2 |
* | tracing: Kill EVENT_STARTUP | Ben Gamari | 2015-09-05 | 5 | -50/+0 |