summaryrefslogtreecommitdiffstats
path: root/lib/libunwind/src/UnwindCursor.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in thepatrick2021-01-021-1990/+0
| | | | gnu/ directory.
* Merge libc++, libc++abi and libunwind version 8.0.0.patrick2019-06-171-4/+546
| | | | | | Ports build by naddy@ Tested by visa on octeon Tested by kettenis on macppc and sparc64
* Initial IP-based caching implementation with O(logn) lookup.pirofti2019-03-131-1/+10
| | | | | | | | | | | | | Caching implemented via red-black trees, this can be improved and further work is on-going to bring it closer to GNU's performance that uses a LRU-MRU 8-entries based caching algorithm. Prompted by robert@ who run into a runtime of an executed macro of 5 minutes in libreoffice. With this the execution is reduced to 58 seconds. C++11 tips from espie@, rsadowski@ Tested by robert@ OK mortimer@, kettenis@.
* Merge libc++, libc++abi and libunwind version 7.0.1.patrick2019-02-041-8/+6
| | | | | | Tested by visa on octeon Tested by kettenis on arm64, armv7 and sparc64 "go for it" deraadt and sthen
* merge libunwind 6.0.0; ok patrick@, kettenis@robert2018-09-111-50/+119
|
* Add sparc64 support.kettenis2017-04-181-0/+6
|
* Import libunwind 3.9.0patrick2016-09-031-0/+1366