summaryrefslogtreecommitdiff
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
* [runtimes] Move the enable_rtti Lit parameter to the DSLLouis Dionne2020-07-161-3/+0
* [runtimes][NFC] Remove unused or unnecessary CMake variablesLouis Dionne2020-07-162-5/+1
* [libunwind] Fix getSLEB128 on large valuesRyan Prichard2020-07-151-2/+2
* [libunwind] Fix CIE v1 return address parsingRyan Prichard2020-07-151-1/+2
* Bump the trunk major version to 12llvmorg-12-initHans Wennborg2020-07-152-3/+3
* [runtimes] Rename newformat to just format, now that the old format has been ...Louis Dionne2020-06-301-2/+2
* [runtimes] Remove the ability to select the old libc++ testing formatLouis Dionne2020-06-291-7/+3
* [libunwind] Allow specifying custom Lit config filesLouis Dionne2020-06-255-80/+50
* unwind: EHABISectionIterator `operator!=`, constify `operator-`Saleem Abdulrasool2020-06-181-1/+7
* [libunwind][RISCV] Track PC separately from RAAmanieu d'Antras2020-06-133-7/+7
* [libc++] Allow specifying arbitrary custom executors with the new formatLouis Dionne2020-06-111-1/+2
* [libc++abi][libunwind] Don't override libc++'s handling of exception featuresLouis Dionne2020-06-091-3/+0
* [NFCI] Clean up exceptions related CMake and Lit options in libc++abi and lib...Louis Dionne2020-06-094-9/+0
* unwind: use a more portable endianness check in EHABISaleem Abdulrasool2020-05-291-4/+8
* unwind: fix unwind build without heapSaleem Abdulrasool2020-05-151-0/+2
* [libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai2020-04-301-2/+6
* [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne2020-04-221-1/+1
* [libunwind] Enable the new libc++ testing format by defaultLouis Dionne2020-04-131-4/+5
* [libunwind] add hexagon supportBrian Cain2020-04-109-1/+333
* [libunwind] Clean up __arm64__Fangrui Song2020-04-095-5/+5
* [libunwind] Fix incorrect lit substitutions in testsLouis Dionne2020-04-081-2/+2
* [libunwind] Fix UB in EHHeaderParser::findFDEJorge Gorbe Moya2020-04-071-0/+2
* [libunwind] Support the new libc++ test formatSergej Jaskiewicz2020-04-061-1/+6
* Exit unwinding early when at the top of the stack and additional info won't b...Sterling Augustine2020-04-021-0/+6
* Doc: Links should use httpsSylvestre Ledru2020-03-222-6/+6
* [libunwind] Silence warnings when __mips_hard_float is not definedMikael Holmen2020-03-131-0/+13
* Only run frameheader_cache_test.pass.cpp on x86_64.Sterling Augustine2020-03-121-0/+8
* Add a catch-all else case so any unanticipated configs pass this test.Sterling Augustine2020-03-121-0/+2
* Cache uwnind frame headers as they are found.Sterling Augustine2020-03-123-2/+243
* Lazily save initialState of registers during unwind.Sterling Augustine2020-03-111-35/+66
* [libunwind] Remove __FILE__ and __LINE__ from error reportingLeonard Chan2020-03-101-2/+1
* Rework findUnwindSectionsByPhdr to be more optimal.Sterling Augustine2020-03-101-27/+33
* Split findUnwindSectionsByPhdr into target-specific functions.Sterling Augustine2020-03-061-23/+44
* Promote nameless lambda used by dl_iterate_phdr to named function.Sterling Augustine2020-03-051-103/+122
* Revert "Promote nameless lambda used by dl_iterate_phdr to named function to ...Mikhail Maltsev2020-03-041-106/+103
* Promote nameless lambda used by dl_iterate_phdr to named function to clean up...Sterling Augustine2020-03-031-103/+106
* [arcconfig] Delete subproject arcconfigsShoaib Meenai2020-02-241-4/+0
* [libunwind][CMake] Treat S files as C to work around CMake bug.Michael Spencer2020-02-201-1/+3
* [libunwind] Fix memory leak in handling of DW_CFA_remember_state and DW_CFA_r...Jorge Gorbe Moya2020-02-182-7/+75
* unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool2020-02-106-29/+24
* Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber2020-02-031-2/+3
* [libunwind] Treat assembly files as C on mingwMartin Storsjö2020-01-271-0/+7
* [libunwind] Fix building standalone after c48974ffd7d1676Martin Storsjö2020-01-261-1/+1
* [libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from CJames Nagurne2020-01-241-3/+0
* Bump the trunk major version to 11llvmorg-11-initHans Wennborg2020-01-152-3/+3
* [libunwind] Fix evaluating DWARF operation DW_OP_pickSteven Wu2019-12-181-1/+1
* [unwind] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-171-4/+9
* [libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2019-12-168-1/+530
* Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz2019-12-116-2/+47
* Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö2019-12-046-46/+2