summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-18[libunwind][Android] Fix findUnwindSections for ARM EHABI BionicHEADmasterRyan 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-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-09[libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targetsMikhail Maltsev
2019-06-17[libunwind][AArch64] Fix libunwind::Registers_arm64::jumptoMikhail Maltsev
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek
2019-05-22[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek
2019-05-16[PPC] Fix 32-bit build of libunwindMartin Storsjo
2019-05-16[PPC64][libunwind] Fix r2 not properly restoredMartin Storsjo
2019-05-13Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine
2019-05-02[gn] Support for building libunwindPetr Hosek
2019-04-22[NFC] Fix typo in debug logLouis Dionne
2019-04-18Add support for ARMv7-M architecture which uses the Thumb 2 ISA (unified syntax)Martin Storsjo
2019-04-12[NFC] Move the export attribute after extern "C".Nicolas Lesser
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
2019-04-11[libunwind] Fix the typo in unw_save_vfp_as_X aliasPetr Hosek
2019-04-04Move the alias definition of unw_getcontext to within !defined(__USING_SJLJ_E...Martin Storsjo
2019-04-04[libunwind] Export the weak alias in Mach-OPetr Hosek
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek
2019-04-03[libunwind] Do not share an object library to create the static/shared librariesPetr Hosek
2019-03-08Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss
2019-03-08[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek
2019-02-03Provide a placement new definition for the SEH version of UnwindCursorMartin Storsjo
2019-02-02[libunwind] Provide placement new definitionPetr Hosek
2019-02-02[libunwind] Remove the remote unwinding supportPetr Hosek
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek
2019-01-30Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek
2019-01-29[libunwind] Support building hermetic static libraryPetr Hosek
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-29Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-25[libunwind] Use placement new to avoid dependency C++ libraryPetr Hosek
2019-01-24[libunwind] Don't abort if encoutering invalid .eh_frame_hdrPetr Hosek
2019-01-22Silence warnings about unused parametersMartin Storsjo
2019-01-22Remove an unused variableMartin Storsjo
2019-01-22Add casts to avoid warnings about implicit conversions losing precisionMartin Storsjo
2019-01-22Fix warnings about printf format stringsMartin Storsjo
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18[SjLj] Don't use __declspec(thread) in MinGW modeMartin Storsjo
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman