aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)Author
2020-03-13[libunwind] Silence warnings when __mips_hard_float is not definedMikael Holmen
2020-03-12Only run frameheader_cache_test.pass.cpp on x86_64.Sterling Augustine
2020-03-12Add a catch-all else case so any unanticipated configs pass this test.Sterling Augustine
2020-03-12Cache uwnind frame headers as they are found.Sterling Augustine
2020-03-11Lazily save initialState of registers during unwind.Sterling Augustine
2020-03-10[libunwind] Remove __FILE__ and __LINE__ from error reportingLeonard Chan
2020-03-10Rework findUnwindSectionsByPhdr to be more optimal.Sterling Augustine
2020-03-06Split findUnwindSectionsByPhdr into target-specific functions.Sterling Augustine
2020-03-05Promote nameless lambda used by dl_iterate_phdr to named function.Sterling Augustine
2020-03-04Revert "Promote nameless lambda used by dl_iterate_phdr to named function to ...Mikhail Maltsev
2020-03-03Promote nameless lambda used by dl_iterate_phdr to named function to clean up...Sterling Augustine
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-20[libunwind][CMake] Treat S files as C to work around CMake bug.Michael Spencer
2020-02-18[libunwind] Fix memory leak in handling of DW_CFA_remember_state and DW_CFA_r...Jorge Gorbe Moya
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool
2020-02-03Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber
2020-01-27[libunwind] Treat assembly files as C on mingwMartin Storsjö
2020-01-26[libunwind] Fix building standalone after c48974ffd7d1676Martin Storsjö
2020-01-24[libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from CJames Nagurne
2020-01-15Bump the trunk major version to 11Hans Wennborg
2019-12-18[libunwind] Fix evaluating DWARF operation DW_OP_pickSteven Wu
2019-12-17[unwind] Don't link libpthread and libdl on FuchsiaPetr Hosek
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott
2019-12-11Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz
2019-12-04Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö
2019-12-04Enable `-funwind-tables` flag when building libunwindSergej Jaskiewicz
2019-12-01[libunwind] Emit dependent libraries only when detected by CMakeMichał Górny
2019-11-19[libunwind] Adjust the signal_frame test for ArmMikhail Maltsev
2019-11-11change LLVM_VERSION_SUFFIX default from svn to gitNick Desaulniers
2019-11-07Correctly update isSignalFrame when unwinding the stack via dwarf.Sterling Augustine
2019-11-06unwind: restore the LINKER_LANGUAGESaleem Abdulrasool
2019-11-06unwind: reflow some of the build rules (NFC)Saleem Abdulrasool
2019-11-06unwind: disable RTTI during the build of libunwindSaleem Abdulrasool
2019-11-06Revert "build: explicitly set the linker language for unwind"Saleem Abdulrasool
2019-11-04build: explicitly set the linker language for unwindSaleem Abdulrasool
2019-10-31[libunwind] [Windows] Add a log message if EnumProcessModules failsMartin Storsjö
2019-10-18[libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard
2019-10-16[libunwind][Android] Improve workaround for PIE zero-dlpi_addr bugRyan Prichard
2019-10-12[libunwind] Fix issues introduced in r374606Petr Hosek
2019-10-11[libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek
2019-10-03[libunwind] Adjust libunwind_01.pass.cpp test for ARM EHABIJohn Brawn
2019-09-20Unwind: avoid warning about unused typedefSaleem Abdulrasool
2019-09-20Unwind: prevent unw_get_proc_info from returning stale dataSaleem Abdulrasool
2019-09-18unwind: remove a could of extraneous `else` (NFC)Saleem Abdulrasool
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong
2019-07-22[libunwind][ARM] Fix types in _Unwind_VRS_Get.Mikhail Maltsev
2019-07-19[libunwind][ARM] Fix loading FP registers on big-endian targetsMikhail Maltsev
2019-07-18Bump the trunk version to 10.0.0svnHans Wennborg
2019-07-09[libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targetsMikhail Maltsev
2019-06-17[libunwind][AArch64] Fix libunwind::Registers_arm64::jumptoMikhail Maltsev