summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-29[CMake] Use the variable from the right project in install-unwindMartin Storsjo
2017-11-17[libunwind][CMake] Provide option to disable instalation of the libraryPetr Hosek
2017-11-16Remove a FIXME about truncated section namesMartin Storsjo
2017-11-16[docs] Mention that dwarf unwinding should be supported on arm64/windowsMartin Storsjo
2017-11-04Add ifdefs around ELF specific parts of UnwindRegisters*.S for armMartin Storsjo
2017-11-02Fix building for ARM with dwarf exception handlingMartin Storsjo
2017-11-01[libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21Dan Albert
2017-10-30Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo
2017-10-28Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_...Martin Storsjo
2017-10-27Add support for dwarf unwinding on windows on x86_64Martin Storsjo
2017-10-27Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo
2017-10-26[libunwind] Always use unwind tables in testsPeter Smith
2017-10-25Fix the context/cursor size for ARM with WMMX enabledMartin Storsjo
2017-10-24Add missing checks for register numberMartin Storsjo
2017-10-23Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo
2017-10-22Make HIDDEN_DIRECTIVE a function-like macro. NFCI.Martin Storsjo
2017-10-20GNU: do not read the FDE count if omittedSaleem Abdulrasool
2017-10-14libunwind: document tested FreeBSD configs and sort OS listEd Maste
2017-10-11Support DWARF unwinding on i386 windowsMartin Storsjo
2017-10-11[docs] Mention that linux/arm64 is supported with DWARFMartin Storsjo
2017-10-06[docs] Mention that SjLj works on any OS on the archs where supported by the ...Martin Storsjo
2017-10-03build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool
2017-10-02Add CMake support for building for MinGWMartin Storsjo
2017-10-02Fix building on macOS after SVN r314492Martin Storsjo
2017-10-01SjLj: Fix building after SVN r314632Martin Storsjo
2017-10-01SjLj: make the SjLj implementation more portableSaleem Abdulrasool
2017-09-30release-request-b4bc7b84-64b6-4176-8f16-ce17068fad13-for-git_pi-release-43701...android-build-team Robot
2017-09-30Use -Werror in external/libunwind_llvm am: 328ecd4d5f am: 98b55b853b am: fddf...Chih-Hung Hsieh
2017-09-30Use -Werror in external/libunwind_llvm am: 328ecd4d5f am: 98b55b853bChih-Hung Hsieh
2017-09-30Use -Werror in external/libunwind_llvm am: 328ecd4d5fChih-Hung Hsieh
2017-09-30Use -Werror in external/libunwind_llvmandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6Chih-Hung Hsieh
2017-09-29Use -Werror in external/libunwind_llvmChih-Hung Hsieh
2017-09-29Skip building x86 parts of UnwindRegisters*.S when targeting SjLjMartin Storsjo
2017-09-26Skip building unused parts when targeting SJLJMartin Storsjo
2017-09-26Correct data types in the _Unwind_FunctionContext structMartin Storsjo
2017-09-21[libunwind] Partially revert r297174 to fix build on at least FreeBSD.John Baldwin
2017-09-16Fix a typo in the documentation. NFC.Martin Storsjo
2017-09-13release-request-8244a883-eac1-43aa-b800-33dd285ccdd1-for-git_pi-release-43327...android-build-team Robot
2017-09-12Remove clang: true am: fb49aba884 am: 2b9681d6f2 am: 3aa63476fbLennart Wieboldt
2017-09-12Remove clang: true am: fb49aba884 am: 2b9681d6f2Lennart Wieboldt
2017-09-12Remove clang: true am: fb49aba884Lennart Wieboldt
2017-09-12Remove clang: trueLennart Wieboldt
2017-09-10Remove clang: trueLennart Wieboldt
2017-08-31Revert r312240Alex Lorenz
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz
2017-08-23ARM: explicitly specify the 8-byte alignmentSaleem Abdulrasool
2017-08-23unwind: explicitly align `_Unwind_Control_Block`Saleem Abdulrasool
2017-08-08[CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek
2017-07-26Partial fix for PR33858Jonathan Roelofs
2017-07-24[libunwind] Handle .ARM.exidx tables without sentinel last entryMomchil Velikov