summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-13[3.9.1] Merge r279871 - [ARM] Adding .arch directives around WMMX unwind coderelease_39Renato Golin
2016-08-08Merging r278029 with version number adjusted:Hans Wennborg
2016-08-08Merging r277868:Hans Wennborg
2016-07-22Merging r276215:Eric Fiselier
2016-07-22Merge r276128: libunwind: limit stack usage in unwind cursorEd Maste
2016-07-18Creating release_39 branch off revision 275826Hans Wennborg
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
2016-06-02Add status/warning message for 32 bit buildsEric Fiselier
2016-06-02[libunwind] Allow target flags to affect CMake configuration testsEric Fiselier
2016-05-27[libunwind] Improve unwinder stack usage - IIAsiri Rathnayake
2016-05-27[libunwind] Disable cross-unwinding by default.Asiri Rathnayake
2016-05-26Use size_t to store the results of sizeof calculations.Asiri Rathnayake
2016-05-26Fix gcc libunwind build.Asiri Rathnayake
2016-05-25Introduce a native-only unwinder build.Asiri Rathnayake
2016-04-26unwind: remove last instance of -Wexpansion-to-definedSaleem Abdulrasool
2016-04-24unwind: remove unnecessary headerSaleem Abdulrasool
2016-04-24unwind: unify _LIBUNWIND_ABORTSaleem Abdulrasool
2016-04-22unwind: unify some more macrosSaleem Abdulrasool
2016-04-20unwind: remove another instance of -Wexpansion-to-definedSaleem Abdulrasool
2016-04-20unwind: unify the definition of _LIBUNWIND_SUPPORT_FRAME_APISSaleem Abdulrasool
2016-04-20unwind: remove a second instance of -Wexpansion-to-definedSaleem Abdulrasool
2016-04-20unwind: remove an instance of -Wexpansion-to-definedSaleem Abdulrasool
2016-04-20unwind: unify _LIBUNWIND_SUPPORT_DWARF_UNWINDSaleem Abdulrasool
2016-02-11[AArch64] Fix libunwind build when using GNU assemblerRenato Golin
2016-02-06Introduce NetBSD supportKamil Rytarowski
2016-02-06Adapt LLVM_CMAKE_PATH for recent cmake path changesKamil Rytarowski
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov
2015-11-09Make it possible to use libunwind without heap.Peter Zotov
2015-10-16Add FreeBSD _Unwind_Ptr typedefEd Maste
2015-09-26unwind: Allow the building of libunwind for MIPS.Vasileios Kalintiris
2015-09-01unwind: cleanup -Wunused-parameterSaleem Abdulrasool
2015-08-31[libunwind] Add support for OpenRISC 1000.Peter Zotov
2015-08-27[libunwind] Remove unused includes.Peter Zotov
2015-08-21unwind: fix invalid memory accessSaleem Abdulrasool
2015-08-13Enable zero-cost exceptions on non-Apple arm64 platformsEd Maste
2015-08-13Correct sense of unwind return address register range assertionEd Maste
2015-08-06Revert test commit.Tanya Lattner
2015-08-06Test commitTanya Lattner
2015-08-06[ARM/Unwind] Fix wrong usage of write-back on register saveRenato Golin
2015-08-05Update to new lists.llvm.orgTanya Lattner
2015-07-24[libunwind] Flip order of extern "C" and attribute(visibility)Renato Golin
2015-07-24unwind: Fix libc++abi and libgcc build.Logan Chien
2015-07-22Update version to 3.8.0svnHans Wennborg
2015-07-19libunwind: Introduce __libunwind_config.h.Logan Chien
2015-06-25Fix unw_getcontext() return value on AArch64.Logan Chien
2015-06-25Avoid C99 for-declaration statement in C files. (NFC)Logan Chien