summaryrefslogtreecommitdiffstats
path: root/libunwind/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber2020-02-191-2/+3
* [libunwind] Fix evaluating DWARF operation DW_OP_pickSteven Wu2019-12-181-1/+1
* [libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2019-12-166-1/+448
* [libunwind] Emit dependent libraries only when detected by CMakeMichał Górny2019-12-012-2/+2
* Correctly update isSignalFrame when unwinding the stack via dwarf.Sterling Augustine2019-11-073-4/+14
* unwind: restore the LINKER_LANGUAGESaleem Abdulrasool2019-11-061-0/+6
* unwind: reflow some of the build rules (NFC)Saleem Abdulrasool2019-11-061-32/+16
* unwind: disable RTTI during the build of libunwindSaleem Abdulrasool2019-11-061-0/+10
* Revert "build: explicitly set the linker language for unwind"Saleem Abdulrasool2019-11-061-2/+0
* build: explicitly set the linker language for unwindSaleem Abdulrasool2019-11-041-0/+2
* [libunwind] [Windows] Add a log message if EnumProcessModules failsMartin Storsjö2019-10-311-1/+5
* [libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard2019-10-182-8/+11
* [libunwind][Android] Improve workaround for PIE zero-dlpi_addr bugRyan Prichard2019-10-161-23/+27
* [libunwind] Fix issues introduced in r374606Petr Hosek2019-10-121-0/+4
* [libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek2019-10-111-36/+49
* Unwind: avoid warning about unused typedefSaleem Abdulrasool2019-09-201-3/+3
* Unwind: prevent unw_get_proc_info from returning stale dataSaleem Abdulrasool2019-09-201-1/+4
* unwind: remove a could of extraneous `else` (NFC)Saleem Abdulrasool2019-09-181-4/+2
* [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
OpenPOWER on IntegriCloud