summaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)Author
2017-02-23Revert r295944.Ed Schouten
2017-02-23Drop the dependency on dl_unwind_find_exidx().Ed Schouten
2017-02-16[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-02-15Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek
2017-02-15[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-02-09Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek
2017-02-09[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-01-27Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool
2017-01-25DWARF: fix -Asserts buildsSaleem Abdulrasool
2017-01-21DWARF: correct cast (NFC)Saleem Abdulrasool
2017-01-21X86: swap EBP, ESP on !APPLESaleem Abdulrasool
2017-01-21DWARF: allow enabling tracing at runtimeSaleem Abdulrasool
2017-01-21DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool
2017-01-21config: clean up some of the macro definitionSaleem Abdulrasool
2017-01-21rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier
2017-01-12Bump version to 5.0.0svnHans Wennborg
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny
2016-11-17EHABI: mark some functions as exportedSaleem Abdulrasool
2016-11-08[CMake] Get libunwind building under LLVM/runtimesPetr Hosek
2016-11-02Add support for old versions of MacOS to libunwind. Fixes PR22203. Thanks to ...Marshall Clow
2016-11-02Add conditions for PPC to libunwind. Fixes PR22200. Thanks to Jeremy for the ...Marshall Clow
2016-10-31fix _dyld_find_unwind_sections() for pre-10.7. Patch by Jeremy SequoiaNick Kledzik
2016-10-23[libunwind] Add support for FuchsiaPetr Hosek
2016-10-13[libunwind] Add missing <stdint.h> include. NFC.Asiri Rathnayake
2016-09-28libunwind: Add OpenBSD case for _Unwind_Ptr typedefEd Maste
2016-09-28Also use the proper register numbers on CloudABI.Ed Schouten
2016-09-28[libunwind] Add support for a single-threaded libunwind buildAsiri Rathnayake
2016-09-05Add missing _US_ACTION_MASK constant to unwind.hDimitry Andric
2016-08-30consistently add \n to log and trace messagesEd Maste
2016-08-30libunwind: fix X86 register numbers for FreeBSD/i386Ed Maste
2016-08-30libunwind: correct 'libuwind' typoEd Maste
2016-08-28EHABI: fail on WMMX vops without WMMX supportSaleem Abdulrasool
2016-08-26[ARM] Adding .arch directives around WMMX unwind codeRenato Golin
2016-08-18EHABI: cover switch once moreSaleem Abdulrasool
2016-08-08Allow building both shared and static libraryPetr Hosek
2016-08-08CMakeLists.txt cleanups: synchronize version and CMake minimum required versi...Eugene Zelenko
2016-08-05unwind: disable executable stacksSaleem Abdulrasool
2016-07-29libunwind: correct return code in unwinding trace log messageEd Maste
2016-07-25[libunwind][ARM] Add support for Thumb1 targetsOliver Stannard
2016-07-20[libunwind] Properly align _Unwind_Exception.Eric Fiselier
2016-07-20Update .arcconfigEric Fiselier
2016-07-20libunwind: limit stack usage in unwind cursorEd Maste
2016-07-19libunwind: sync some coments with NetBSD's versionEd Maste
2016-07-19libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste
2016-07-08[PATCH] [libunwind][ehabi] Use early returns where possible.Asiri Rathnayake
2016-07-07[libunwind][ARM] Improve unwinder stack usage - Make WMMX support optionalAsiri Rathnayake
2016-06-14[libunwind] Improve unwinder stack usage - IIIAsiri Rathnayake
2016-06-03[libunwind] Remove unused code.Asiri Rathnayake
2016-06-02Attempt to fix libunwind buildEric Fiselier