summaryrefslogtreecommitdiffstats
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
* Merging r339217:Hans Wennborg2018-08-082-8/+8
* Drop 'svn' suffix from the version number.Hans Wennborg2018-08-011-1/+1
* [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
* [libunwind] Unbreak debug builds after r321440.whitequark2017-12-251-4/+7
* [libunwind] Add proper support for DWARF unwind on bare metal.whitequark2017-12-251-0/+46
* [libunwind] fix a typo in r321441.whitequark2017-12-251-1/+1
* [libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0.whitequark2017-12-252-35/+35
* [libunwind] Avoid using C++ headers.whitequark2017-12-251-1/+1
* [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin2017-12-128-2/+732
* [libunwind] Create install-unwind-stripped target manuallyShoaib Meenai2017-12-081-3/+11
* [libunwind][CMake] Set TARGET_TRIPLE if LIBUNWND_TARGET_TRIPLE is setPetr Hosek2017-12-051-0/+4
* [libunwind] Pass LIBUNWIND_SYSROOT and LIBUNWIND_GCC_TOOLCHAIN to litPetr Hosek2017-12-051-0/+2
* [libunwind] Switch to add_llvm_install_targetsShoaib Meenai2017-11-301-5/+3
* Support building libunwind as a DLLMartin Storsjo2017-11-292-3/+12
* [CMake] Use the variable from the right project in install-unwindMartin Storsjo2017-11-291-1/+1
* [libunwind][CMake] Provide option to disable instalation of the libraryPetr Hosek2017-11-172-3/+13
* Remove a FIXME about truncated section namesMartin Storsjo2017-11-161-2/+0
* [docs] Mention that dwarf unwinding should be supported on arm64/windowsMartin Storsjo2017-11-161-13/+13
OpenPOWER on IntegriCloud