summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: Add DWARF release jobs for Debian 10, Fedora27wip/T17605Ben Gamari2020-11-121-2/+24
* nativeGen/dwarf: Use DW_AT_linkage instead of DW_AT_MIPS_linkageBen Gamari2020-11-122-3/+3
* nativeGen/dwarf: Only produce DW_AT_source_note DIEs in -g3Ben Gamari2020-11-124-8/+16
* nativeGen/dwarf: Fix procedure end addressesBen Gamari2020-11-124-15/+30
* Force argument in setIdMult (#18925)Krzysztof Gogolewski2020-11-111-2/+2
* Introduce test for dynamic library unloadingGHC GitLab CI2020-11-114-0/+117
* rts: Introduce highMemDynamicGHC GitLab CI2020-11-112-1/+12
* Add loadNativeObj and unloadNativeObjRay Shih2020-11-115-15/+274
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-1125-495/+637
* Enable -fexpose-internal-symbols when debug level >=2Ben Gamari2020-11-113-4/+12
* codeGen: Produce local symbols for module-internal functionsBen Gamari2020-11-118-3/+65
* Move this_module into NCGConfigBen Gamari2020-11-117-76/+73
* nativeGen: Make makeImportsDoc take an NCGConfig rather than DynFlagsBen Gamari2020-11-111-4/+3
* Add code comments for StgInfoTable and StgStack structsDavid Eichmann2020-11-102-2/+19
* Add test case for #17186.Richard Eisenberg2020-11-102-1/+18
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-103-83/+144
* Export SPEC from GHC.Exts (#13681)Sylvain Henry2020-11-101-1/+1
* rts/linker: Fix relocation overflow in PE linkerBen Gamari2020-11-101-4/+6
* Fix haddock submoduleBen Gamari2020-11-081-0/+0
* Merge remote-tracking branch 'origin/wip/tsan/all'Ben Gamari2020-11-0870-790/+1325
|\
| * Merge branch 'wip/tsan/stats' into wip/tsan/allBen Gamari2020-11-014-27/+62
| |\
| | * rts: Tear down stats_mutex after exitHeapProfilingwip/tsan/statsBen Gamari2020-11-014-5/+14
| | * rts/Stats: Protect with mutexBen Gamari2020-11-011-3/+55
| | * rts/Stats: Hide a few unused unnecessarily global functionsBen Gamari2020-10-242-22/+0
| * | Merge branch 'wip/tsan/timer' into wip/tsan/allBen Gamari2020-11-017-34/+65
| |\ \
| | * | rts: Fix races in Pthread timer backend shudownwip/tsan/timerBen Gamari2020-10-241-8/+11
| | * | rts: Fix timer initializationBen Gamari2020-10-241-1/+7
| | * | suppress #17289 (ticker) raceBen Gamari2020-10-241-0/+4
| | * | Fix #17289Ben Gamari2020-10-242-11/+19
| | * | rts: Pause timer while changing capability countBen Gamari2020-10-242-11/+21
| | * | rts: Accept benign races in ProftimerBen Gamari2020-10-241-5/+5
| | |/
| * | Merge branch 'wip/tsan/event-mgr' into wip/tsan/allBen Gamari2020-11-014-21/+34
| |\ \
| | * | Suppress data race due to closeBen Gamari2020-11-011-0/+1
| | * | Mitigate data races in event manager startup/shutdownwip/tsan/event-mgrBen Gamari2020-10-243-21/+33
| | |/
| * | Merge branch 'wip/tsan/stm' into wip/tsan/allBen Gamari2020-11-012-40/+58
| |\ \
| | * | rts/stm: Strengthen orderings to SEQ_CST instead of volatilewip/tsan/stmBen Gamari2020-10-242-23/+23
| | * | rts/STM: Use atomicsBen Gamari2020-10-241-27/+45
| | |/
| * | Merge branch 'wip/tsan/misc' into wip/tsan/allBen Gamari2020-11-014-6/+10
| |\ \
| | * | rts: Use proper relaxe operations in getCurrentThreadCPUTimewip/tsan/miscGHC GitLab CI2020-10-241-2/+4
| | * | rts: Avoid lock order inversion during forkBen Gamari2020-10-241-1/+3
| | * | rts: Use relaxed atomics for whitehole spin statsBen Gamari2020-10-242-3/+3
| | |/
| * | Merge branch 'wip/tsan/wsdeque' into wip/tsan/allBen Gamari2020-11-014-174/+111
| |\ \
| | * | rts/WSDeque: Rewrite with proper atomicswip/tsan/wsdequeBen Gamari2020-10-244-174/+111
| | |/
| * | Merge branch 'wip/tsan/storage' into wip/tsan/allBen Gamari2020-11-0127-282/+431
| |\ \
| | * | Strengthen ordering in releaseGCThreadsBen Gamari2020-11-011-2/+2
| | * | rts: Annotate hopefully "benign" races in freeGroupBen Gamari2020-11-011-0/+25
| | * | rts: Use relaxed ordering on spinlock counterswip/tsan/storageBen Gamari2020-10-302-2/+4
| | * | rts/SpinLock: Separate out slow pathBen Gamari2020-10-303-10/+47
| | * | rts: Fix race in GC CPU time accountingGHC GitLab CI2020-10-301-3/+6
| | * | rts: Join to concurrent mark thread during shutdownBen Gamari2020-10-304-1/+20