summaryrefslogtreecommitdiffstats
path: root/libunwind/src
Commit message (Expand)AuthorAgeFilesLines
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-222-2/+2
* [libunwind][ARM] Fix types in _Unwind_VRS_Get.Mikhail Maltsev2019-07-221-2/+2
* [libunwind][ARM] Fix loading FP registers on big-endian targetsMikhail Maltsev2019-07-191-2/+7
* [libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targetsMikhail Maltsev2019-07-091-0/+4
* [libunwind][AArch64] Fix libunwind::Registers_arm64::jumptoMikhail Maltsev2019-06-171-3/+8
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-302-2/+2
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-302-0/+6
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-2/+2
* [PPC] Fix 32-bit build of libunwindMartin Storsjo2019-05-163-256/+254
* [PPC64][libunwind] Fix r2 not properly restoredMartin Storsjo2019-05-162-1/+42
* Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine2019-05-132-2/+38
* [gn] Support for building libunwindPetr Hosek2019-05-021-6/+11
* [NFC] Fix typo in debug logLouis Dionne2019-04-221-1/+1
* Add support for ARMv7-M architecture which uses the Thumb 2 ISA (unified syntax)Martin Storsjo2019-04-182-0/+6
* [NFC] Move the export attribute after extern "C".Nicolas Lesser2019-04-121-8/+7
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-111-1/+1
* [libunwind] Fix the typo in unw_save_vfp_as_X aliasPetr Hosek2019-04-111-1/+1
* Move the alias definition of unw_getcontext to within !defined(__USING_SJLJ_E...Martin Storsjo2019-04-041-1/+2
* [libunwind] Export the weak alias in Mach-OPetr Hosek2019-04-041-0/+1
* [libunwind] Export the unw_* symbols as weak symbolsPetr Hosek2019-04-0312-275/+360
* [libunwind] Do not share an object library to create the static/shared librariesPetr Hosek2019-04-031-37/+12
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-2/+2
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-2/+2
* Provide a placement new definition for the SEH version of UnwindCursorMartin Storsjo2019-02-031-0/+4
* [libunwind] Provide placement new definitionPetr Hosek2019-02-023-16/+16
* [libunwind] Remove the remote unwinding supportPetr Hosek2019-02-022-219/+0
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
* Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek2019-01-301-2/+2
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
* [libunwind] Support building hermetic static libraryPetr Hosek2019-01-291-7/+34
* Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-294-12/+33
* Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo2019-01-293-16/+16
* Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek2019-01-283-8/+5
* [libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-283-5/+8
* [libunwind] Use placement new to avoid dependency C++ libraryPetr Hosek2019-01-251-7/+10
* [libunwind] Don't abort if encoutering invalid .eh_frame_hdrPetr Hosek2019-01-242-8/+14
* Silence warnings about unused parametersMartin Storsjo2019-01-223-0/+15
* Remove an unused variableMartin Storsjo2019-01-221-1/+0
* Add casts to avoid warnings about implicit conversions losing precisionMartin Storsjo2019-01-221-4/+3
* Fix warnings about printf format stringsMartin Storsjo2019-01-222-47/+63
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-88/+66
* [SjLj] Don't use __declspec(thread) in MinGW modeMartin Storsjo2019-01-181-1/+1
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-148-17/+333
* Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya2019-01-108-282/+2
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-098-2/+282
* [SEH] Add initial support for AArch64Martin Storsjo2018-12-182-1/+70
* [AArch64][libunwind] Unwinding support for return address signing with B KeyLuke Cheeseman2018-12-172-3/+18
* [AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman2018-12-144-2/+40
* Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.Martin Storsjo2018-12-122-116/+10
* [cmake] Rename append_if to avoid collision with LLVMMichal Gorny2018-12-111-10/+10
OpenPOWER on IntegriCloud