aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2020-11-25[CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre1-8/+4
2020-10-22Bump version to 11.0.1Tom Stellard1-1/+1
2020-08-25[libunwind] Make findUnwindSectionsByPhdr staticRyan Prichard1-3/+4
2020-08-19Default to disabling the libunwind frameheader cache.Sterling Augustine3-1/+12
2020-07-27Drop the 'git' suffix from various version variablesHans Wennborg1-1/+1
2020-06-30[runtimes] Rename newformat to just format, now that the old format has been ...Louis Dionne1-2/+2
2020-06-29[runtimes] Remove the ability to select the old libc++ testing formatLouis Dionne1-7/+3
2020-06-25[libunwind] Allow specifying custom Lit config filesLouis Dionne5-80/+50
2020-06-18unwind: EHABISectionIterator `operator!=`, constify `operator-`Saleem Abdulrasool1-1/+7
2020-06-13[libunwind][RISCV] Track PC separately from RAAmanieu d'Antras3-7/+7
2020-06-11[libc++] Allow specifying arbitrary custom executors with the new formatLouis Dionne1-1/+2
2020-06-09[libc++abi][libunwind] Don't override libc++'s handling of exception featuresLouis Dionne1-3/+0
2020-06-09[NFCI] Clean up exceptions related CMake and Lit options in libc++abi and lib...Louis Dionne4-9/+0
2020-05-29unwind: use a more portable endianness check in EHABISaleem Abdulrasool1-4/+8
2020-05-15unwind: fix unwind build without heapSaleem Abdulrasool1-0/+2
2020-04-30[libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai1-2/+6
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne1-1/+1
2020-04-13[libunwind] Enable the new libc++ testing format by defaultLouis Dionne1-4/+5
2020-04-10[libunwind] add hexagon supportBrian Cain9-1/+333
2020-04-09[libunwind] Clean up __arm64__Fangrui Song5-5/+5
2020-04-08[libunwind] Fix incorrect lit substitutions in testsLouis Dionne1-2/+2
2020-04-07[libunwind] Fix UB in EHHeaderParser::findFDEJorge Gorbe Moya1-0/+2
2020-04-06[libunwind] Support the new libc++ test formatSergej Jaskiewicz1-1/+6
2020-04-02Exit unwinding early when at the top of the stack and additional info won't b...Sterling Augustine1-0/+6
2020-03-22Doc: Links should use httpsSylvestre Ledru2-6/+6
2020-03-13[libunwind] Silence warnings when __mips_hard_float is not definedMikael Holmen1-0/+13
2020-03-12Only run frameheader_cache_test.pass.cpp on x86_64.Sterling Augustine1-0/+8
2020-03-12Add a catch-all else case so any unanticipated configs pass this test.Sterling Augustine1-0/+2
2020-03-12Cache uwnind frame headers as they are found.Sterling Augustine3-2/+243
2020-03-11Lazily save initialState of registers during unwind.Sterling Augustine1-35/+66
2020-03-10[libunwind] Remove __FILE__ and __LINE__ from error reportingLeonard Chan1-2/+1
2020-03-10Rework findUnwindSectionsByPhdr to be more optimal.Sterling Augustine1-27/+33
2020-03-06Split findUnwindSectionsByPhdr into target-specific functions.Sterling Augustine1-23/+44
2020-03-05Promote nameless lambda used by dl_iterate_phdr to named function.Sterling Augustine1-103/+122
2020-03-04Revert "Promote nameless lambda used by dl_iterate_phdr to named function to ...Mikhail Maltsev1-106/+103
2020-03-03Promote nameless lambda used by dl_iterate_phdr to named function to clean up...Sterling Augustine1-103/+106
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai1-4/+0
2020-02-20[libunwind][CMake] Treat S files as C to work around CMake bug.Michael Spencer1-1/+3
2020-02-18[libunwind] Fix memory leak in handling of DW_CFA_remember_state and DW_CFA_r...Jorge Gorbe Moya2-7/+75
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool6-29/+24
2020-02-03Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber1-2/+3
2020-01-27[libunwind] Treat assembly files as C on mingwMartin Storsjö1-0/+7
2020-01-26[libunwind] Fix building standalone after c48974ffd7d1676Martin Storsjö1-1/+1
2020-01-24[libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from CJames Nagurne1-3/+0
2020-01-15Bump the trunk major version to 11llvmorg-11-initHans Wennborg2-3/+3
2019-12-18[libunwind] Fix evaluating DWARF operation DW_OP_pickSteven Wu1-1/+1
2019-12-17[unwind] Don't link libpthread and libdl on FuchsiaPetr Hosek1-4/+9
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott8-1/+530
2019-12-11Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz6-2/+47
2019-12-04Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö6-46/+2