aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov1-1/+1
2015-11-09Make it possible to use libunwind without heap.Peter Zotov2-0/+6
2015-10-16Add FreeBSD _Unwind_Ptr typedefEd Maste1-1/+5
2015-09-26unwind: Allow the building of libunwind for MIPS.Vasileios Kalintiris3-1/+13
2015-09-01unwind: cleanup -Wunused-parameterSaleem Abdulrasool1-6/+7
2015-08-31[libunwind] Add support for OpenRISC 1000.Peter Zotov6-0/+315
2015-08-27[libunwind] Remove unused includes.Peter Zotov3-6/+0
2015-08-21unwind: fix invalid memory accessSaleem Abdulrasool1-1/+1
2015-08-13Enable zero-cost exceptions on non-Apple arm64 platformsEd Maste2-2/+5
2015-08-13Correct sense of unwind return address register range assertionEd Maste1-1/+1
2015-08-06Revert test commit.Tanya Lattner1-1/+1
2015-08-06Test commitTanya Lattner1-1/+1
2015-08-06[ARM/Unwind] Fix wrong usage of write-back on register saveRenato Golin1-1/+1
2015-08-05Update to new lists.llvm.orgTanya Lattner1-1/+1
2015-07-24[libunwind] Flip order of extern "C" and attribute(visibility)Renato Golin1-1/+1
2015-07-24unwind: Fix libc++abi and libgcc build.Logan Chien2-35/+50
2015-07-22Update version to 3.8.0svnHans Wennborg1-1/+1
2015-07-19libunwind: Introduce __libunwind_config.h.Logan Chien11-35/+55
2015-06-25Fix unw_getcontext() return value on AArch64.Logan Chien2-1/+9
2015-06-25Avoid C99 for-declaration statement in C files. (NFC)Logan Chien1-2/+2
2015-05-30Code cleanup: Reindent statements.Logan Chien1-3/+3
2015-05-29libunwind: Fix unw_step() for ARM EHABI.Logan Chien5-73/+174
2015-05-17Code cleanup: Remove duplicated line.Logan Chien1-1/+0
2015-05-11unwind: permit building against libstdc++Saleem Abdulrasool1-0/+1
2015-05-09Add ARC configAnton Korobeynikov1-0/+4
2015-05-07unwind: add a .clang-formatSaleem Abdulrasool1-0/+2
2015-05-06Fix libunwind to build on FreeBSDViktor Kutuzov1-2/+9
2015-04-29Make the .eh_frame_hdr code work on FreeBSD as well.Ed Schouten1-1/+8
2015-04-27unwind: remove inclusion of private_typeinfo.hSaleem Abdulrasool1-1/+0
2015-04-25unwind: clean up warnings from the buildSaleem Abdulrasool1-1/+4
2015-04-25libunwind: add new build logicSaleem Abdulrasool3-61/+322
2015-04-24unwind: remove libc++abi testsSaleem Abdulrasool6-771/+0
2015-04-24unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool31-0/+12473