summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-18[UPSTREAM][libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard
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-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-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr 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
2019-01-22Add casts to avoid warnings about implicit conversions losing precisionMartin Storsjo
2019-01-22Fix warnings about printf format stringsMartin Storsjo
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18[SjLj] Don't use __declspec(thread) in MinGW modeMartin Storsjo
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo
2018-12-17[AArch64][libunwind] Unwinding support for return address signing with B KeyLuke Cheeseman
2018-12-14[AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman
2018-12-12Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.Martin Storsjo
2018-12-11[cmake] Rename append_if to avoid collision with LLVMMichal Gorny
2018-12-11[SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_TABLE before callin...Martin Storsjo
2018-12-11Don't export assembly functions when function visibility annotations are disa...Martin Storsjo
2018-10-08[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.Charles Davis
2018-09-24Reverting r342895Luke Cheeseman
2018-09-24[AArch64] Unwinding support for return address signingLuke Cheeseman
2018-09-22[libunwind][NFC] Suppress unused parameter warningsLouis Dionne
2018-09-04[CMake] Remove variable reference that isn't used.Charles Davis
2018-08-31Export public functions implemented in assembly on Windows.Charles Davis
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo
2018-08-31[AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.Charles Davis
2018-08-30Add support for SEH unwinding on Windows.Charles Davis
2018-08-16[libunwind][mips] Include gcc_s for linkageStefan Maksimovic
2018-08-16[libunwind][mips] Guard accumulator registersStefan Maksimovic
2018-08-16[libunwind][mips] Modify the __mips_fpr macro checkStefan Maksimovic
2018-08-14[cmake] Add MINGW_LIBRARIES to the linker flagsMartin Storsjo
2018-08-08[libunwind] Fix pointer-to-integer cast warnings on LLP64.Charles Davis
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek
2018-07-17The semantics of DW_CFA_GNU_args_size have changed subtile over theJoerg Sonnenberger
2018-06-29Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht
2018-05-16[OR1K] Add the EPCR special-purpose register to register state.whitequark
2018-05-16[OR1K] Add a dedicated PC register to register state.whitequark
2018-05-15[libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin