summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-09Bump version to 9.0.1release_90Tom Stellard
2019-07-19Drop svn version suffix.Hans Wennborg
2019-07-18Creating release_90 branch off revision 366426Hans 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
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-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr 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