summaryrefslogtreecommitdiffstats
path: root/libunwind/src
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] Improve unwinder stack usage - IIIAsiri Rathnayake2016-06-141-35/+35
* [libunwind] Remove unused code.Asiri Rathnayake2016-06-031-32/+0
* Attempt to fix libunwind buildEric Fiselier2016-06-021-2/+2
* [libunwind] Allow target flags to affect CMake configuration testsEric Fiselier2016-06-021-3/+6
* [libunwind] Improve unwinder stack usage - IIAsiri Rathnayake2016-05-271-24/+24
* Use size_t to store the results of sizeof calculations.Asiri Rathnayake2016-05-261-1/+1
* Fix gcc libunwind build.Asiri Rathnayake2016-05-263-8/+8
* Introduce a native-only unwinder build.Asiri Rathnayake2016-05-255-29/+92
* unwind: remove last instance of -Wexpansion-to-definedSaleem Abdulrasool2016-04-261-4/+6
* unwind: remove unnecessary headerSaleem Abdulrasool2016-04-241-3/+0
* unwind: unify _LIBUNWIND_ABORTSaleem Abdulrasool2016-04-241-18/+8
* unwind: unify some more macrosSaleem Abdulrasool2016-04-221-7/+6
* unwind: remove another instance of -Wexpansion-to-definedSaleem Abdulrasool2016-04-201-1/+5
* unwind: unify the definition of _LIBUNWIND_SUPPORT_FRAME_APISSaleem Abdulrasool2016-04-201-4/+2
* unwind: remove a second instance of -Wexpansion-to-definedSaleem Abdulrasool2016-04-201-5/+8
* unwind: remove an instance of -Wexpansion-to-definedSaleem Abdulrasool2016-04-201-4/+9
* unwind: unify _LIBUNWIND_SUPPORT_DWARF_UNWINDSaleem Abdulrasool2016-04-201-8/+5
* [AArch64] Fix libunwind build when using GNU assemblerRenato Golin2016-02-112-6/+6
* Introduce NetBSD supportKamil Rytarowski2016-02-061-2/+3
* Make it possible to use libunwind without heap.Peter Zotov2015-11-092-0/+6
* Add FreeBSD _Unwind_Ptr typedefEd Maste2015-10-161-1/+5
* unwind: Allow the building of libunwind for MIPS.Vasileios Kalintiris2015-09-263-1/+13
* unwind: cleanup -Wunused-parameterSaleem Abdulrasool2015-09-011-6/+7
* [libunwind] Add support for OpenRISC 1000.Peter Zotov2015-08-315-0/+279
* [libunwind] Remove unused includes.Peter Zotov2015-08-273-6/+0
* unwind: fix invalid memory accessSaleem Abdulrasool2015-08-211-1/+1
* Enable zero-cost exceptions on non-Apple arm64 platformsEd Maste2015-08-132-2/+5
* Correct sense of unwind return address register range assertionEd Maste2015-08-131-1/+1
* [ARM/Unwind] Fix wrong usage of write-back on register saveRenato Golin2015-08-061-1/+1
* [libunwind] Flip order of extern "C" and attribute(visibility)Renato Golin2015-07-241-1/+1
* unwind: Fix libc++abi and libgcc build.Logan Chien2015-07-241-35/+7
* libunwind: Introduce __libunwind_config.h.Logan Chien2015-07-198-27/+27
* Fix unw_getcontext() return value on AArch64.Logan Chien2015-06-251-1/+1
* Avoid C99 for-declaration statement in C files. (NFC)Logan Chien2015-06-251-2/+2
* Code cleanup: Reindent statements.Logan Chien2015-05-301-3/+3
* libunwind: Fix unw_step() for ARM EHABI.Logan Chien2015-05-293-73/+95
* unwind: permit building against libstdc++Saleem Abdulrasool2015-05-111-0/+1
* Fix libunwind to build on FreeBSDViktor Kutuzov2015-05-061-2/+9
* Make the .eh_frame_hdr code work on FreeBSD as well.Ed Schouten2015-04-291-1/+8
* unwind: remove inclusion of private_typeinfo.hSaleem Abdulrasool2015-04-271-1/+0
* unwind: clean up warnings from the buildSaleem Abdulrasool2015-04-251-1/+4
* libunwind: add new build logicSaleem Abdulrasool2015-04-251-61/+52
* unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool2015-04-2422-0/+10395
OpenPOWER on IntegriCloud