summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/libunwind/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the unwind cache tread-safe by declaring it thread_local. Solvesotto2021-02-201-1/+1
| | | | segfaults seen on exception handling. ok kettenis@
* Adjust local modifications to follow changes made upstream.kettenis2021-01-022-3/+3
| | | | | | Fixes build on powerpc and sparc64. ok patrick@
* Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to thepatrick2021-01-0211-23/+400
| | | | | | | PPC ASM had to be re-applied manually due to whitespace changes upstream, other merge conflicts were harmless. "Looks good" kettenis@
* Import libunwind 11.0.0 in new LLVM directory, thus not yet linked topatrick2021-01-0224-0/+16048
build. Encouraged by kettenis@