summaryrefslogtreecommitdiffstats
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ifdefs around ELF specific parts of UnwindRegisters*.S for armMartin Storsjo2017-11-043-1/+21
* Fix building for ARM with dwarf exception handlingMartin Storsjo2017-11-025-8/+15
* [libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21Dan Albert2017-11-011-0/+8
* Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo2017-10-306-40/+40
* Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_...Martin Storsjo2017-10-282-12/+18
* Add support for dwarf unwinding on windows on x86_64Martin Storsjo2017-10-279-37/+171
* Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo2017-10-274-14/+14
* [libunwind] Always use unwind tables in testsPeter Smith2017-10-261-3/+4
* Fix the context/cursor size for ARM with WMMX enabledMartin Storsjo2017-10-251-2/+2
OpenPOWER on IntegriCloud