summaryrefslogtreecommitdiffstats
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 10.0.1Tom Stellard2020-04-131-1/+1
* Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber2020-02-191-2/+3
* Drop git version suffixAaron Puchert2020-02-171-1/+1
* [libunwind] Fix evaluating DWARF operation DW_OP_pickSteven Wu2019-12-181-1/+1
* [unwind] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-171-4/+9
* [libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2019-12-168-1/+530
* Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz2019-12-116-2/+47
* Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö2019-12-046-46/+2
* Enable `-funwind-tables` flag when building libunwindSergej Jaskiewicz2019-12-046-2/+46
* [libunwind] Emit dependent libraries only when detected by CMakeMichał Górny2019-12-013-3/+8
* [libunwind] Adjust the signal_frame test for ArmMikhail Maltsev2019-11-191-1/+7
* change LLVM_VERSION_SUFFIX default from svn to gitNick Desaulniers2019-11-111-1/+1
* Correctly update isSignalFrame when unwinding the stack via dwarf.Sterling Augustine2019-11-074-4/+39
* 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-122-2/+6
* [libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek2019-10-114-132/+371
* [libunwind] Adjust libunwind_01.pass.cpp test for ARM EHABIJohn Brawn2019-10-031-1/+1
* Unwind: avoid warning about unused typedefSaleem Abdulrasool2019-09-201-3/+3
* Unwind: prevent unw_get_proc_info from returning stale dataSaleem Abdulrasool2019-09-202-1/+25
* 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
* Bump the trunk version to 10.0.0svnupstream/llvmorg-10-initllvmorg-10-initHans Wennborg2019-07-182-3/+3
* [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
* [Docs] Modernize references to macOSJ. Ryan Stinnett2019-05-301-1/+1
* [CMake] Use find_package(LLVM) instead of LLVMConfigPetr Hosek2019-05-301-1/+1
* [runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek2019-05-301-0/+4
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-304-4/+15
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-302-0/+6
* [libunwind] [test] Fix inferring source pathsMichal Gorny2019-05-291-6/+4
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-222-6/+11
* [PPC] Fix 32-bit build of libunwindMartin Storsjo2019-05-163-256/+254
* [PPC64][libunwind] Fix r2 not properly restoredMartin Storsjo2019-05-163-1/+45
* Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine2019-05-133-2/+39
* [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-112-2/+2
* [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