aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2019-10-09Bump version to 9.0.1Tom Stellard1-1/+1
2019-07-19Drop svn version suffix.Hans Wennborg1-1/+1
2019-07-09[libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targetsMikhail Maltsev1-0/+4
2019-06-17[libunwind][AArch64] Fix libunwind::Registers_arm64::jumptoMikhail Maltsev1-3/+8
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett1-1/+1
2019-05-30[CMake] Use find_package(LLVM) instead of LLVMConfigPetr Hosek1-1/+1
2019-05-30[runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek1-0/+4
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek4-4/+15
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek2-0/+6
2019-05-29[libunwind] [test] Fix inferring source pathsMichal Gorny1-6/+4
2019-05-22[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2-6/+11
2019-05-16[PPC] Fix 32-bit build of libunwindMartin Storsjo3-256/+254
2019-05-16[PPC64][libunwind] Fix r2 not properly restoredMartin Storsjo3-1/+45
2019-05-13Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine3-2/+39
2019-05-02[gn] Support for building libunwindPetr Hosek1-6/+11
2019-04-22[NFC] Fix typo in debug logLouis Dionne1-1/+1
2019-04-18Add support for ARMv7-M architecture which uses the Thumb 2 ISA (unified syntax)Martin Storsjo2-0/+6
2019-04-12[NFC] Move the export attribute after extern "C".Nicolas Lesser1-8/+7
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2-2/+2
2019-04-11[libunwind] Fix the typo in unw_save_vfp_as_X aliasPetr Hosek1-1/+1
2019-04-04Move the alias definition of unw_getcontext to within !defined(__USING_SJLJ_E...Martin Storsjo1-1/+2
2019-04-04[libunwind] Export the weak alias in Mach-OPetr Hosek1-0/+1
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek12-275/+360
2019-04-03[libunwind] Do not share an object library to create the static/shared librariesPetr Hosek1-37/+12
2019-03-08Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2-11/+6
2019-03-08[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2-6/+11
2019-02-28[CMake][libunwind] Define add_target_flags which is missingPetr Hosek1-5/+11
2019-02-13[CMake] Don't cache LLVM_MAIN_SRC_DIRPetr Hosek1-1/+0
2019-02-05[CMake] Support compiler-rt builtins library in testsPetr Hosek1-1/+1
2019-02-05[CMake] Update lit test configurationPetr Hosek2-7/+9
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek2-7/+17
2019-02-03Provide a placement new definition for the SEH version of UnwindCursorMartin Storsjo1-0/+4
2019-02-02[libunwind] Provide placement new definitionPetr Hosek3-16/+16
2019-02-02[libunwind] Remove the remote unwinding supportPetr Hosek3-245/+0
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek1-2/+2
2019-01-30Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek1-2/+2
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek1-2/+2
2019-01-29[libunwind] Support building hermetic static libraryPetr Hosek2-7/+37
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek5-34/+36
2019-01-29Adjust documentation for git migration.James Y Knight2-11/+4
2019-01-29Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo4-17/+17
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek4-11/+27
2019-01-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek1-1/+1
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek4-27/+11
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek1-1/+1
2019-01-25[libunwind] Use placement new to avoid dependency C++ libraryPetr Hosek1-7/+10
2019-01-24[libunwind] Don't abort if encoutering invalid .eh_frame_hdrPetr Hosek2-8/+14
2019-01-22Silence warnings about unused parametersMartin Storsjo3-0/+15
2019-01-22Remove an unused variableMartin Storsjo1-1/+0
2019-01-22Add casts to avoid warnings about implicit conversions losing precisionMartin Storsjo1-4/+3