| Commit message (Expand) | Author | Age | Files | Lines |
* | RTS: Add missing memory barrier | Peter Trommler | 2019-02-27 | 1 | -3/+6 |
* | Drop support for i386 and PowerPC in MachO linker | Artem Pyanykh | 2019-02-22 | 4 | -231/+8 |
* | Fix two bugs in stg_ap_0_fast in profiling runtime | Ömer Sinan Ağacan | 2019-02-20 | 1 | -7/+11 |
* | Fix checkStackChunk() call in Interepter.c, enable an assertion | Ömer Sinan Ağacan | 2019-02-13 | 2 | -2/+2 |
* | rts/ProfilerReportJson: Fix format string | Ben Gamari | 2019-02-08 | 1 | -1/+1 |
* | Don't use X86_64_ELF_NONPIC_HACK for +RTS -xp | Zejun Wu | 2019-01-30 | 1 | -6/+8 |
* | Allocate bss section within proper range of other sections | Zejun Wu | 2019-01-30 | 11 | -72/+97 |
* | Add a RTS option -xp to load PIC object anywhere in address space | Zejun Wu | 2019-01-30 | 5 | -92/+110 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 12 | -203/+158 |
* | Batch merge | Ben Gamari | 2019-01-30 | 12 | -158/+203 |
* | A few typofixes | Gabor Greif | 2019-01-23 | 1 | -1/+1 |
* | Extend linker-script workaround to work with musl libc | Samuel Holland | 2019-01-21 | 1 | -1/+1 |
* | RTS: Use ELF v1 convention on all powerpc64 systems | Peter Trommler | 2019-01-17 | 1 | -5/+0 |
* | doc: reorder heap profiling information in +RTS -? | Ben Price | 2019-01-16 | 1 | -6/+5 |
* | rts: Allow heap prof by closure type in prof way | Ben Price | 2019-01-16 | 1 | -0/+1 |
* | rts: Use always-available locking operations in pthread Itimer implementation | Ben Gamari | 2019-01-14 | 1 | -6/+6 |
* | itimer: Don't free condvar until we know ticker is stopped | Ben Gamari | 2019-01-14 | 1 | -2/+2 |
* | Fix checkPtrInArena | Ömer Sinan Ağacan | 2019-01-13 | 1 | -2/+11 |
* | Fix negative mutator time in GC stats in prof builds | Ömer Sinan Ağacan | 2019-01-12 | 3 | -49/+70 |
* | Fix raiseAsync() UNDERFLOW_FRAME handling in profiling runtime | Ömer Sinan Ağacan | 2019-01-12 | 1 | -7/+6 |
* | Documentation and refactoring in CCS related code | Ömer Sinan Ağacan | 2019-01-12 | 2 | -33/+56 |
* | Implement a sanity check for CCS fields in profiling builds | Ömer Sinan Ağacan | 2019-01-10 | 5 | -0/+44 |
* | Minor refactoring and documentation in profiling RTS code | Ömer Sinan Ağacan | 2019-01-03 | 1 | -41/+20 |
* | PPC NCG: Remove Darwin support | Peter Trommler | 2019-01-01 | 7 | -416/+47 |
* | rts: fix build failure on OpenBSD (_DYNAMIC symbol collision) | Sergei Trofimovich | 2018-12-29 | 1 | -1/+5 |
* | rts: Turn ASSERT in LDV_recordDead into a normal if | Ben Gamari | 2018-12-25 | 1 | -1/+3 |
* | Fix warning that 'hugs-options' isn't supported any more | Gabor Greif | 2018-12-19 | 1 | -1/+0 |
* | StgCRun: Disable unwinding on Darwin | Ben Gamari | 2018-12-17 | 1 | -2/+12 |
* | Use https links in user-facing startup and error messages | Ben Gamari | 2018-12-14 | 1 | -1/+1 |
* | rts: Annotate fallthroughs in AArch64 linker | Ben Gamari | 2018-12-14 | 1 | -1/+6 |
* | Update -F RTS help: | Ömer Sinan Ağacan | 2018-12-14 | 1 | -3/+4 |
* | RetainerProfiler: Update retainer profiler debugging | Alexander Vershilov | 2018-12-12 | 1 | -125/+85 |
* | Typo fix, replace a foldl with foldl' | Ömer Sinan Ağacan | 2018-12-12 | 1 | -1/+1 |
* | Fix uninformative hp2ps error when the cmdline contains double quotes | Zejun Wu | 2018-12-11 | 1 | -8/+22 |
* | Add +RTS -F to the --help output | Simon Marlow | 2018-12-11 | 1 | -0/+2 |
* | rts: Ensure that task->id is initialized | Ben Gamari | 2018-12-07 | 1 | -0/+1 |
* | Mark SRT_1/SRT_2 as CONSTR_1_0/CONSTR_2_0 | Ömer Sinan Ağacan | 2018-12-07 | 1 | -2/+2 |
* | Add missing space in report_summary output | Adam Sandberg Eriksson | 2018-12-07 | 1 | -1/+1 |
* | Remove explicit recursion in retainer profiling (fixes #14758) | Alexander Vershilov | 2018-12-05 | 1 | -77/+146 |
* | linker: store entire link map and use it. | Tamar Christina | 2018-12-04 | 5 | -20/+36 |
* | Hadrian: include 'findPtr' via find-ptr cabal flag | Alec Theriault | 2018-12-04 | 1 | -4/+5 |
* | Hadrian: bump Cabal submodule, install extra dynamic flavours of RTS | Alp Mestanogullari | 2018-11-29 | 1 | -1/+9 |
* | Remove unused declarations in MarkWeak.h | Ömer Sinan Ağacan | 2018-11-25 | 1 | -2/+0 |
* | Revert "Fix uninformative hp2ps error when the cmdline contains double quotes" | Ben Gamari | 2018-11-24 | 1 | -22/+8 |
* | rts/MachO: Iterate through N (all) symbols, not M external symbols | Dario Bertini | 2018-11-22 | 1 | -1/+1 |
* | rts/MachO: A bit of refactoring in ocGetNames | Dario Bertini | 2018-11-22 | 1 | -8/+7 |
* | rts/MachO: Add a bit more debugging output to getNames | Dario Bertini | 2018-11-22 | 1 | -4/+7 |
* | Fix uninformative hp2ps error when the cmdline contains double quotes | Zejun Wu | 2018-11-22 | 1 | -8/+22 |
* | rts.cabal.in: force inclusion of findPtr/_findPtr symbol only with debug flag | Alp Mestanogullari | 2018-11-22 | 3 | -13/+18 |
* | rts: fix Windows megablock allocator | Tamar Christina | 2018-11-22 | 1 | -5/+14 |