aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2019-03-21Bump version to 8.0.1Tom Stellard1-1/+1
2019-02-06Merging r352016:Hans Wennborg2-8/+14
2019-01-16Drop svn version suffixHans Wennborg1-1/+1
2019-01-15Update year in license filesHans Wennborg1-1/+1
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman10-17/+376
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya10-325/+2
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman10-2/+325
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo3-2/+75
2018-12-17[AArch64][libunwind] Unwinding support for return address signing with B KeyLuke Cheeseman2-3/+18
2018-12-14[AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman5-2/+45
2018-12-12Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.Martin Storsjo2-116/+10
2018-12-11[cmake] Rename append_if to avoid collision with LLVMMichal Gorny2-38/+38
2018-12-11[SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_TABLE before callin...Martin Storsjo1-0/+2
2018-12-11Don't export assembly functions when function visibility annotations are disa...Martin Storsjo1-0/+4
2018-11-14[CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek1-0/+3
2018-10-08[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.Charles Davis2-3/+14
2018-09-24Reverting r342895Luke Cheeseman5-43/+2
2018-09-24[AArch64] Unwinding support for return address signingLuke Cheeseman5-2/+43
2018-09-22[libunwind][NFC] Suppress unused parameter warningsLouis Dionne1-1/+4
2018-09-04[CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis2-2/+1
2018-09-04[CMake] Remove variable reference that isn't used.Charles Davis1-1/+1
2018-08-31Export public functions implemented in assembly on Windows.Charles Davis1-0/+8
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo3-9/+14
2018-08-31[AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.Charles Davis1-1/+1
2018-08-30Add support for SEH unwinding on Windows.Charles Davis9-11/+1091
2018-08-16NFC: Test commit accessJordan Rupprecht1-1/+0
2018-08-16[libunwind][mips] Include gcc_s for linkageStefan Maksimovic1-0/+1
2018-08-16[libunwind][mips] Guard accumulator registersStefan Maksimovic1-0/+4
2018-08-16[libunwind][mips] Modify the __mips_fpr macro checkStefan Maksimovic2-2/+2
2018-08-14[cmake] Add MINGW_LIBRARIES to the linker flagsMartin Storsjo1-0/+3
2018-08-08Remove unneeded preprocessor condition.Charles Davis1-9/+0
2018-08-08[libunwind][include] Add SEH declarations to <unwind.h>.Charles Davis1-2/+28
2018-08-08[libunwind] Fix pointer-to-integer cast warnings on LLP64.Charles Davis2-8/+8
2018-08-03[CMake] Allow building standalone without any llvm-config availableMartin Storsjo1-5/+8
2018-08-01Bump version number to 8.0.0svnHans Wennborg1-1/+1
2018-08-01Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg1-3/+4
2018-07-24[CMake] Include CMakeDependentOption in libunwindPetr Hosek1-0/+1
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek2-6/+16
2018-07-17The semantics of DW_CFA_GNU_args_size have changed subtile over theJoerg Sonnenberger2-3/+13
2018-07-10[CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek1-1/+1
2018-06-29Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht1-2/+10
2018-06-29Revert "Revert "Support for multiarch runtimes layout""Eric Christopher1-6/+9
2018-06-29Add a blank line to docs/README.txt test commit accessJordan Rupprecht1-0/+1
2018-06-29Revert "Support for multiarch runtimes layout"Jordan Rupprecht1-9/+6
2018-06-28Support for multiarch runtimes layoutPetr Hosek1-6/+9
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2-3/+7
2018-06-18Update copyright year to 2018.Paul Robinson1-1/+1
2018-05-16[OR1K] Add the EPCR special-purpose register to register state.whitequark4-1/+14
2018-05-16[OR1K] Add a dedicated PC register to register state.whitequark3-7/+12
2018-05-15[libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin6-27/+439