summaryrefslogtreecommitdiff
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-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
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett
2019-05-30[CMake] Use find_package(LLVM) instead of LLVMConfigPetr Hosek
2019-05-30[runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek
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-29[libunwind] [test] Fix inferring source pathsMichal Gorny
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-28[CMake][libunwind] Define add_target_flags which is missingPetr Hosek
2019-02-13[CMake] Don't cache LLVM_MAIN_SRC_DIRPetr Hosek
2019-02-05[CMake] Support compiler-rt builtins library in testsPetr Hosek
2019-02-05[CMake] Update lit test configurationPetr Hosek
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr 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-29Adjust documentation for git migration.James Y Knight