aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2018-08-08Merging r339217:Hans Wennborg2-8/+8
2018-08-01Drop 'svn' suffix from the version number.Hans Wennborg1-1/+1
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
2018-04-05[cmake] Remove duplicate command line options from buildAaron Smith1-2/+2
2018-04-04[CMake] Support for monorepo layoutPetr Hosek1-0/+1
2018-02-27[libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin6-11/+33
2018-02-27[libunwind] Permit additional compiler and linker flags to be passed to tests.John Baldwin2-0/+6
2018-01-27[cmake] [libunwind] LLVM_FOUND isn't always set, so just test ifDon Hinton1-1/+1
2018-01-26Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIsMartin Storsjo1-0/+2
2018-01-26[cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.Don Hinton1-0/+3
2018-01-22[cmake] [libunwind] Fix find_path() problems when cross compilingDon Hinton1-1/+2
2018-01-16[PPC64] Added vector registers.Martin Storsjo7-360/+807
2018-01-10[libunwind] Set up .arcconfig to point to new Diffusion UNW repositoryPetr Hosek1-1/+1
2018-01-09[libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin5-40/+40
2018-01-03Update PACKAGE_VERSION to 7.0.0svnHans Wennborg1-1/+1
2018-01-03Update docs version to 7.0Hans Wennborg1-2/+2
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo10-5/+931
2018-01-02Don't use a strict larger-than comparison in the check_fit/does_fit static as...Martin Storsjo1-1/+1
2018-01-02Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen10-931/+5
2018-01-02[PPC64] Port to ppc64le - initial versionMartin Storsjo10-5/+931
2017-12-27There is no portable format string for printing `uintptr_t` values.Chandler Carruth1-6/+6
2017-12-25[libunwind] Remove dubious template function. NFC.whitequark1-7/+3
2017-12-25[libunwind] Unbreak debug builds after r321440.whitequark1-4/+7
2017-12-25[libunwind] Add proper support for DWARF unwind on bare metal.whitequark1-0/+46
2017-12-25[libunwind] fix a typo in r321441.whitequark1-1/+1
2017-12-25[libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0.whitequark2-35/+35
2017-12-25[libunwind] Avoid using C++ headers.whitequark1-1/+1
2017-12-12[libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin8-2/+732
2017-12-08[libunwind] Create install-unwind-stripped target manuallyShoaib Meenai1-3/+11
2017-12-05[libunwind][CMake] Set TARGET_TRIPLE if LIBUNWND_TARGET_TRIPLE is setPetr Hosek1-0/+4
2017-12-05[libunwind] Pass LIBUNWIND_SYSROOT and LIBUNWIND_GCC_TOOLCHAIN to litPetr Hosek1-0/+2
2017-11-30[libunwind] Switch to add_llvm_install_targetsShoaib Meenai1-5/+3
2017-11-29Support building libunwind as a DLLMartin Storsjo2-3/+12
2017-11-29[CMake] Use the variable from the right project in install-unwindMartin Storsjo1-1/+1
2017-11-17[libunwind][CMake] Provide option to disable instalation of the libraryPetr Hosek2-3/+13
2017-11-16Remove a FIXME about truncated section namesMartin Storsjo1-2/+0
2017-11-16[docs] Mention that dwarf unwinding should be supported on arm64/windowsMartin Storsjo1-13/+13