aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo8-3/+808
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 Shen8-808/+3
2018-01-02[PPC64] Port to ppc64le - initial versionMartin Storsjo8-3/+808
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 Baldwin6-2/+678
2017-12-08[libunwind] Create install-unwind-stripped target manuallyShoaib Meenai1-3/+11
2017-11-30[libunwind] Switch to add_llvm_install_targetsShoaib Meenai1-5/+3
2017-11-29Support building libunwind as a DLLMartin Storsjo1-3/+7
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 Hosek1-3/+12
2017-11-16Remove a FIXME about truncated section namesMartin Storsjo1-2/+0
2017-11-04Add ifdefs around ELF specific parts of UnwindRegisters*.S for armMartin Storsjo2-0/+20
2017-11-02Fix building for ARM with dwarf exception handlingMartin Storsjo3-5/+12
2017-11-01[libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21Dan Albert1-0/+8
2017-10-30Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo4-35/+36
2017-10-28Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_...Martin Storsjo1-5/+5
2017-10-27Add support for dwarf unwinding on windows on x86_64Martin Storsjo5-32/+142
2017-10-27Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo3-7/+7
2017-10-24Add missing checks for register numberMartin Storsjo1-0/+19
2017-10-23Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo4-30/+97
2017-10-22Make HIDDEN_DIRECTIVE a function-like macro. NFCI.Martin Storsjo1-16/+9
2017-10-20GNU: do not read the FDE count if omittedSaleem Abdulrasool1-1/+3
2017-10-11Support DWARF unwinding on i386 windowsMartin Storsjo4-2/+59
2017-10-03build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool1-2/+2
2017-10-02Fix building on macOS after SVN r314492Martin Storsjo2-6/+6
2017-10-01SjLj: Fix building after SVN r314632Martin Storsjo1-1/+1
2017-10-01SjLj: make the SjLj implementation more portableSaleem Abdulrasool4-81/+49
2017-09-29Skip building x86 parts of UnwindRegisters*.S when targeting SjLjMartin Storsjo2-2/+10
2017-09-26Skip building unused parts when targeting SJLJMartin Storsjo4-4/+6
2017-09-26Correct data types in the _Unwind_FunctionContext structMartin Storsjo1-2/+2
2017-09-21[libunwind] Partially revert r297174 to fix build on at least FreeBSD.John Baldwin1-69/+69
2017-08-31Revert r312240Alex Lorenz2-4/+4
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz2-4/+4
2017-08-08[CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek1-2/+2
2017-07-24[libunwind] Handle .ARM.exidx tables without sentinel last entryMomchil Velikov1-2/+9
2017-07-11[libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek1-2/+2
2017-06-27[libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONSNico Weber1-3/+8
2017-06-21Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...Marshall Clow1-3/+3
2017-05-16[libunwind] Fix executable stack directive on Linux.Manoj Gupta1-2/+2
2017-04-06Fix unused typedef. Follow up to r299575.Ivan Krasin1-1/+1
2017-04-05AddressSpace: fix DWARF based unwinding handling on AndroidSaleem Abdulrasool1-2/+5
2017-04-05Fix invalid memory access on android x86Saleem Abdulrasool1-0/+17
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh11-91/+77