summaryrefslogtreecommitdiffstats
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* libunwind: document tested FreeBSD configs and sort OS listEd Maste2017-10-141-4/+5
* Support DWARF unwinding on i386 windowsMartin Storsjo2017-10-114-2/+59
* [docs] Mention that linux/arm64 is supported with DWARFMartin Storsjo2017-10-111-1/+1
* [docs] Mention that SjLj works on any OS on the archs where supported by the ...Martin Storsjo2017-10-061-0/+1
* build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool2017-10-032-3/+2
* Add CMake support for building for MinGWMartin Storsjo2017-10-021-0/+13
* 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
* Fix a typo in the documentation. NFC.Martin Storsjo2017-09-161-1/+1
* Revert r312240Alex Lorenz2017-08-312-4/+4
* Build LLVM with -Wstrict-prototypes enabledAlex Lorenz2017-08-312-4/+4
* ARM: explicitly specify the 8-byte alignmentSaleem Abdulrasool2017-08-232-3/+11
* unwind: explicitly align `_Unwind_Control_Block`Saleem Abdulrasool2017-08-231-1/+1
* [CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek2017-08-082-3/+5
* Partial fix for PR33858Jonathan Roelofs2017-07-262-2/+1
* [libunwind] Handle .ARM.exidx tables without sentinel last entryMomchil Velikov2017-07-241-2/+9
* Bump docs version to 6.0Hans Wennborg2017-07-191-2/+2
* [CMake] Set library dir to be LLVM's intermediate output dirPetr Hosek2017-07-181-1/+9
* [libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-112-2/+9
* Add a test harnessJonathan Roelofs2017-07-068-0/+200
* [libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONSNico Weber2017-06-271-3/+8
* Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...Marshall Clow2017-06-211-3/+3