summaryrefslogtreecommitdiffstats
path: root/libunwind/src
Commit message (Expand)AuthorAgeFilesLines
* [OR1K] Add the EPCR special-purpose register to register state.whitequark2018-05-162-0/+12
* [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-154-18/+383
* [cmake] Remove duplicate command line options from buildAaron Smith2018-04-051-2/+2
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-275-9/+27
* [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
* [PPC64] Added vector registers.Martin Storsjo2018-01-165-245/+622
* [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin2018-01-094-38/+38
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-028-3/+808
* 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-028-808/+3
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-028-3/+808
* 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-126-2/+678
* [libunwind] Create install-unwind-stripped target manuallyShoaib Meenai2017-12-081-3/+11
* [libunwind] Switch to add_llvm_install_targetsShoaib Meenai2017-11-301-5/+3
* Support building libunwind as a DLLMartin Storsjo2017-11-291-3/+7
* [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-171-3/+12
* Remove a FIXME about truncated section namesMartin Storsjo2017-11-161-2/+0
* Add ifdefs around ELF specific parts of UnwindRegisters*.S for armMartin Storsjo2017-11-042-0/+20
* Fix building for ARM with dwarf exception handlingMartin Storsjo2017-11-023-5/+12
* [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-304-35/+36
* Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_...Martin Storsjo2017-10-281-5/+5
* Add support for dwarf unwinding on windows on x86_64Martin Storsjo2017-10-275-32/+142
* Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo2017-10-273-7/+7
* Add missing checks for register numberMartin Storsjo2017-10-241-0/+19
* Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo2017-10-234-30/+97
* Make HIDDEN_DIRECTIVE a function-like macro. NFCI.Martin Storsjo2017-10-221-16/+9
* GNU: do not read the FDE count if omittedSaleem Abdulrasool2017-10-201-1/+3
* Support DWARF unwinding on i386 windowsMartin Storsjo2017-10-114-2/+59
* build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool2017-10-031-2/+2
* Fix building on macOS after SVN r314492Martin Storsjo2017-10-022-6/+6
* SjLj: Fix building after SVN r314632Martin Storsjo2017-10-011-1/+1
* SjLj: make the SjLj implementation more portableSaleem Abdulrasool2017-10-014-81/+49
* Skip building x86 parts of UnwindRegisters*.S when targeting SjLjMartin Storsjo2017-09-292-2/+10
* Skip building unused parts when targeting SJLJMartin Storsjo2017-09-264-4/+6
* Correct data types in the _Unwind_FunctionContext structMartin Storsjo2017-09-261-2/+2
* [libunwind] Partially revert r297174 to fix build on at least FreeBSD.John Baldwin2017-09-211-69/+69
* Revert r312240Alex Lorenz2017-08-312-4/+4
* Build LLVM with -Wstrict-prototypes enabledAlex Lorenz2017-08-312-4/+4
OpenPOWER on IntegriCloud