summaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)Author
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] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis
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-16NFC: Test commit accessJordan Rupprecht
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-08Remove unneeded preprocessor condition.Charles Davis
2018-08-08[libunwind][include] Add SEH declarations to <unwind.h>.Charles Davis
2018-08-08[libunwind] Fix pointer-to-integer cast warnings on LLP64.Charles Davis
2018-08-03[CMake] Allow building standalone without any llvm-config availableMartin Storsjo
2018-08-01Bump version number to 8.0.0svnHans Wennborg
2018-08-01Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg
2018-07-24[CMake] Include CMakeDependentOption in libunwindPetr Hosek
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-07-10[CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek
2018-06-29Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht
2018-06-29Revert "Revert "Support for multiarch runtimes layout""Eric Christopher
2018-06-29Add a blank line to docs/README.txt test commit accessJordan Rupprecht
2018-06-29Revert "Support for multiarch runtimes layout"Jordan Rupprecht
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo
2018-06-18Update copyright year to 2018.Paul Robinson
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
2018-04-05[cmake] Remove duplicate command line options from buildAaron Smith
2018-04-04[CMake] Support for monorepo layoutPetr Hosek
2018-02-27[libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin
2018-02-27[libunwind] Permit additional compiler and linker flags to be passed to tests.John Baldwin
2018-01-27[cmake] [libunwind] LLVM_FOUND isn't always set, so just test ifDon Hinton
2018-01-26Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIsMartin Storsjo
2018-01-26[cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.Don Hinton
2018-01-22[cmake] [libunwind] Fix find_path() problems when cross compilingDon Hinton
2018-01-16[PPC64] Added vector registers.Martin Storsjo
2018-01-10[libunwind] Set up .arcconfig to point to new Diffusion UNW repositoryPetr Hosek
2018-01-09[libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin
2018-01-03Update PACKAGE_VERSION to 7.0.0svnHans Wennborg
2018-01-03Update docs version to 7.0Hans Wennborg
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo
2018-01-02Don't use a strict larger-than comparison in the check_fit/does_fit static as...Martin Storsjo
2018-01-02Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen