summaryrefslogtreecommitdiffstats
path: root/libunwind/src
Commit message (Expand)AuthorAgeFilesLines
* Skip building unused parts when targeting SJLJMartin Storsjo2017-09-264-4/+6
* Correct data types in the _Unwind_FunctionContext structMartin Storsjo2017-09-261-2/+2
* [libunwind] Partially revert r297174 to fix build on at least FreeBSD.John Baldwin2017-09-211-69/+69
* Revert r312240Alex Lorenz2017-08-312-4/+4
* Build LLVM with -Wstrict-prototypes enabledAlex Lorenz2017-08-312-4/+4
* [CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek2017-08-081-2/+2
* [libunwind] Handle .ARM.exidx tables without sentinel last entryMomchil Velikov2017-07-241-2/+9
* [libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-2/+2
* [libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONSNico Weber2017-06-271-3/+8
* Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...Marshall Clow2017-06-211-3/+3
* [libunwind] Fix executable stack directive on Linux.Manoj Gupta2017-05-161-2/+2
* Fix unused typedef. Follow up to r299575.Ivan Krasin2017-04-061-1/+1
* AddressSpace: fix DWARF based unwinding handling on AndroidSaleem Abdulrasool2017-04-051-2/+5
* Fix invalid memory access on android x86Saleem Abdulrasool2017-04-051-0/+17
* [libunwind] Clean up macro usage.Ranjeet Singh2017-03-3111-91/+77
* DarwinParser: include limitsSaleem Abdulrasool2017-03-141-0/+1
* Fix up the places where AddressSpace.hpp is included.Ed Schouten2017-03-096-4/+2
* DARWF: silence some warnings about conversionsSaleem Abdulrasool2017-03-082-4/+7
* Tidy up the way we include EHHeaderParser.hpp.Ed Schouten2017-03-071-4/+1
* Improve readability and correctness of the OS specific libunwind bits.Ed Schouten2017-03-071-26/+25
* Let arm_section_length store the number of bytes.Ed Schouten2017-03-072-9/+5
* Drop the dependency on dl_unwind_find_exidx().Ed Schouten2017-03-051-31/+30
* [libunwind] Disable calls to fprintf for baremetal targets.Ranjeet Singh2017-02-241-0/+11
* Revert r295944.Ed Schouten2017-02-231-28/+33
* Drop the dependency on dl_unwind_find_exidx().Ed Schouten2017-02-231-33/+28
* Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool2017-01-272-17/+31
* DWARF: fix -Asserts buildsSaleem Abdulrasool2017-01-252-8/+10
* DWARF: correct cast (NFC)Saleem Abdulrasool2017-01-211-1/+1
* X86: swap EBP, ESP on !APPLESaleem Abdulrasool2017-01-211-0/+16
* DWARF: allow enabling tracing at runtimeSaleem Abdulrasool2017-01-212-89/+80
* DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool2017-01-212-31/+17
* config: clean up some of the macro definitionSaleem Abdulrasool2017-01-211-21/+25
* rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool2017-01-212-22/+23
* EHABI: mark some functions as exportedSaleem Abdulrasool2016-11-171-24/+17
* Add conditions for PPC to libunwind. Fixes PR22200. Thanks to Jeremy for the ...Marshall Clow2016-11-021-1/+2
* fix _dyld_find_unwind_sections() for pre-10.7. Patch by Jeremy SequoiaNick Kledzik2016-10-311-16/+22
* [libunwind] Add support for FuchsiaPetr Hosek2016-10-232-3/+4
* [libunwind] Add missing <stdint.h> include. NFC.Asiri Rathnayake2016-10-131-0/+1
* libunwind: Add OpenBSD case for _Unwind_Ptr typedefEd Maste2016-09-281-1/+1
* [libunwind] Add support for a single-threaded libunwind buildAsiri Rathnayake2016-09-284-14/+39
* consistently add \n to log and trace messagesEd Maste2016-08-3010-140/+140
* libunwind: correct 'libuwind' typoEd Maste2016-08-306-8/+8
* EHABI: fail on WMMX vops without WMMX supportSaleem Abdulrasool2016-08-281-4/+10
* [ARM] Adding .arch directives around WMMX unwind codeRenato Golin2016-08-262-0/+4
* EHABI: cover switch once moreSaleem Abdulrasool2016-08-181-0/+8
* Allow building both shared and static libraryPetr Hosek2016-08-081-16/+37
* unwind: disable executable stacksSaleem Abdulrasool2016-08-053-0/+21
* libunwind: correct return code in unwinding trace log messageEd Maste2016-07-291-1/+1
* [libunwind][ARM] Add support for Thumb1 targetsOliver Stannard2016-07-252-15/+28
* libunwind: limit stack usage in unwind cursorEd Maste2016-07-201-1/+1
OpenPOWER on IntegriCloud