summaryrefslogtreecommitdiffstats
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis2018-09-042-2/+1
* [CMake] Remove variable reference that isn't used.Charles Davis2018-09-041-1/+1
* Export public functions implemented in assembly on Windows.Charles Davis2018-08-311-0/+8
* Fix existing code for SEH on ARM to compile correctlyMartin Storsjo2018-08-313-9/+14
* [AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.Charles Davis2018-08-311-1/+1
* Add support for SEH unwinding on Windows.Charles Davis2018-08-309-11/+1091
* NFC: Test commit accessJordan Rupprecht2018-08-161-1/+0
* [libunwind][mips] Include gcc_s for linkageStefan Maksimovic2018-08-161-0/+1
* [libunwind][mips] Guard accumulator registersStefan Maksimovic2018-08-161-0/+4
* [libunwind][mips] Modify the __mips_fpr macro checkStefan Maksimovic2018-08-162-2/+2
* [cmake] Add MINGW_LIBRARIES to the linker flagsMartin Storsjo2018-08-141-0/+3
* Remove unneeded preprocessor condition.Charles Davis2018-08-081-9/+0
* [libunwind][include] Add SEH declarations to <unwind.h>.Charles Davis2018-08-081-2/+28
* [libunwind] Fix pointer-to-integer cast warnings on LLP64.Charles Davis2018-08-082-8/+8
* [CMake] Allow building standalone without any llvm-config availableMartin Storsjo2018-08-031-5/+8
* Bump version number to 8.0.0svnHans Wennborg2018-08-011-1/+1
* Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg2018-08-011-3/+4
* [CMake] Include CMakeDependentOption in libunwindPetr Hosek2018-07-241-0/+1
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-242-6/+16
* The semantics of DW_CFA_GNU_args_size have changed subtile over theJoerg Sonnenberger2018-07-172-3/+13
* [CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek2018-07-101-1/+1
* Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht2018-06-291-2/+10
* Revert "Revert "Support for multiarch runtimes layout""Eric Christopher2018-06-291-6/+9
* Add a blank line to docs/README.txt test commit accessJordan Rupprecht2018-06-291-0/+1
* Revert "Support for multiarch runtimes layout"Jordan Rupprecht2018-06-291-9/+6
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-6/+9
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-202-3/+7
* Update copyright year to 2018.Paul Robinson2018-06-181-1/+1
* [OR1K] Add the EPCR special-purpose register to register state.whitequark2018-05-164-1/+14
* [OR1K] Add a dedicated PC register to register state.whitequark2018-05-163-7/+12
* [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin2018-05-156-27/+439
* [cmake] Remove duplicate command line options from buildAaron Smith2018-04-051-2/+2
* [CMake] Support for monorepo layoutPetr Hosek2018-04-041-0/+1
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-276-11/+33
* [libunwind] Permit additional compiler and linker flags to be passed to tests.John Baldwin2018-02-272-0/+6
* [cmake] [libunwind] LLVM_FOUND isn't always set, so just test ifDon Hinton2018-01-271-1/+1
* Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIsMartin Storsjo2018-01-261-0/+2
* [cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-261-0/+3
* [cmake] [libunwind] Fix find_path() problems when cross compilingDon Hinton2018-01-221-1/+2
* [PPC64] Added vector registers.Martin Storsjo2018-01-167-360/+807
* [libunwind] Set up .arcconfig to point to new Diffusion UNW repositoryPetr Hosek2018-01-101-1/+1
* [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin2018-01-095-40/+40
* Update PACKAGE_VERSION to 7.0.0svnHans Wennborg2018-01-031-1/+1
* Update docs version to 7.0Hans Wennborg2018-01-031-2/+2
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-0210-5/+931
* Don't use a strict larger-than comparison in the check_fit/does_fit static as...Martin Storsjo2018-01-021-1/+1
* Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen2018-01-0210-931/+5
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-0210-5/+931
* There is no portable format string for printing `uintptr_t` values.Chandler Carruth2017-12-271-6/+6
* [libunwind] Remove dubious template function. NFC.whitequark2017-12-251-7/+3
OpenPOWER on IntegriCloud