summaryrefslogtreecommitdiffstats
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
...
* libunwind: document tested FreeBSD configs and sort OS listEd Maste2017-10-141-4/+5
* Support DWARF unwinding on i386 windowsMartin Storsjo2017-10-114-2/+59
* [docs] Mention that linux/arm64 is supported with DWARFMartin Storsjo2017-10-111-1/+1
* [docs] Mention that SjLj works on any OS on the archs where supported by the ...Martin Storsjo2017-10-061-0/+1
* build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool2017-10-032-3/+2
* Add CMake support for building for MinGWMartin Storsjo2017-10-021-0/+13
* Fix building on macOS after SVN r314492Martin Storsjo2017-10-022-6/+6
* SjLj: Fix building after SVN r314632Martin Storsjo2017-10-011-1/+1
* SjLj: make the SjLj implementation more portableSaleem Abdulrasool2017-10-014-81/+49
* Skip building x86 parts of UnwindRegisters*.S when targeting SjLjMartin Storsjo2017-09-292-2/+10
* 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
* Fix a typo in the documentation. NFC.Martin Storsjo2017-09-161-1/+1
* Revert r312240Alex Lorenz2017-08-312-4/+4
* Build LLVM with -Wstrict-prototypes enabledAlex Lorenz2017-08-312-4/+4
* ARM: explicitly specify the 8-byte alignmentSaleem Abdulrasool2017-08-232-3/+11
* unwind: explicitly align `_Unwind_Control_Block`Saleem Abdulrasool2017-08-231-1/+1
* [CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek2017-08-082-3/+5
* Partial fix for PR33858Jonathan Roelofs2017-07-262-2/+1
* [libunwind] Handle .ARM.exidx tables without sentinel last entryMomchil Velikov2017-07-241-2/+9
* Bump docs version to 6.0Hans Wennborg2017-07-191-2/+2
* [CMake] Set library dir to be LLVM's intermediate output dirPetr Hosek2017-07-181-1/+9
* [libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-112-2/+9
* Add a test harnessJonathan Roelofs2017-07-068-0/+200
* [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
* [CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek2017-04-162-4/+4
* Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek2017-04-123-2/+105
* Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek2017-04-071-23/+2
* [CMake][libunwind] Use -nodefaultlibs for CMake checksPetr Hosek2017-04-071-2/+23
* 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
* Try to trigger the new docs builder. NFCJonathan Roelofs2017-04-031-0/+1
* [libunwind] Clean up macro usage.Ranjeet Singh2017-03-3114-103/+87
* [libunwind] Add sphinx docsJonathan Roelofs2017-03-286-0/+544
* 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
* Fix the project name in the license file.Arnaud A. de Grandmaison2017-02-271-2/+2
* Add libcxxabi's LICENSE.TXT to libunwind.Arnaud A. de Grandmaison2017-02-271-0/+76
* [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
OpenPOWER on IntegriCloud