summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-22Make HIDDEN_DIRECTIVE a function-like macro. NFCI.Martin Storsjo
2017-10-20GNU: do not read the FDE count if omittedSaleem Abdulrasool
2017-10-14libunwind: document tested FreeBSD configs and sort OS listEd Maste
2017-10-11Support DWARF unwinding on i386 windowsMartin Storsjo
2017-10-11[docs] Mention that linux/arm64 is supported with DWARFMartin Storsjo
2017-10-06[docs] Mention that SjLj works on any OS on the archs where supported by the ...Martin Storsjo
2017-10-03build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool
2017-10-02Add CMake support for building for MinGWMartin Storsjo
2017-10-02Fix building on macOS after SVN r314492Martin Storsjo
2017-10-01SjLj: Fix building after SVN r314632Martin Storsjo
2017-10-01SjLj: make the SjLj implementation more portableSaleem Abdulrasool
2017-09-29Skip building x86 parts of UnwindRegisters*.S when targeting SjLjMartin Storsjo
2017-09-26Skip building unused parts when targeting SJLJMartin Storsjo
2017-09-26Correct data types in the _Unwind_FunctionContext structMartin Storsjo
2017-09-21[libunwind] Partially revert r297174 to fix build on at least FreeBSD.John Baldwin
2017-09-16Fix a typo in the documentation. NFC.Martin Storsjo
2017-08-31Revert r312240Alex Lorenz
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz
2017-08-23ARM: explicitly specify the 8-byte alignmentSaleem Abdulrasool
2017-08-23unwind: explicitly align `_Unwind_Control_Block`Saleem Abdulrasool
2017-08-08[CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek
2017-07-26Partial fix for PR33858Jonathan Roelofs
2017-07-24[libunwind] Handle .ARM.exidx tables without sentinel last entryMomchil Velikov
2017-07-19Bump docs version to 6.0Hans Wennborg
2017-07-18[CMake] Set library dir to be LLVM's intermediate output dirPetr Hosek
2017-07-11[libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-07-06Add a test harnessJonathan Roelofs
2017-06-27[libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONSNico Weber
2017-06-21Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...Marshall Clow
2017-05-16[libunwind] Fix executable stack directive on Linux.Manoj Gupta
2017-04-16[CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek
2017-04-12Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek
2017-04-07Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek
2017-04-07[CMake][libunwind] Use -nodefaultlibs for CMake checksPetr Hosek
2017-04-06Fix unused typedef. Follow up to r299575.Ivan Krasin
2017-04-05AddressSpace: fix DWARF based unwinding handling on AndroidSaleem Abdulrasool
2017-04-05Fix invalid memory access on android x86Saleem Abdulrasool
2017-04-03Try to trigger the new docs builder. NFCJonathan Roelofs
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh
2017-03-28[libunwind] Add sphinx docsJonathan Roelofs
2017-03-14DarwinParser: include limitsSaleem Abdulrasool
2017-03-09Fix up the places where AddressSpace.hpp is included.Ed Schouten
2017-03-08DARWF: silence some warnings about conversionsSaleem Abdulrasool
2017-03-07Tidy up the way we include EHHeaderParser.hpp.Ed Schouten
2017-03-07Improve readability and correctness of the OS specific libunwind bits.Ed Schouten
2017-03-07Let arm_section_length store the number of bytes.Ed Schouten
2017-03-05Drop the dependency on dl_unwind_find_exidx().Ed Schouten
2017-02-27Fix the project name in the license file.Arnaud A. de Grandmaison
2017-02-27Add libcxxabi's LICENSE.TXT to libunwind.Arnaud A. de Grandmaison
2017-02-24[libunwind] Disable calls to fprintf for baremetal targets.Ranjeet Singh