aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2017-10-31Merge r311574: ARM: explicitly specify the 8-byte alignmentllvmorg-5.0.1-rc1Renato Golin2-3/+11
2017-10-26Merging r316657: fixing libunwind testsRenato Golin1-3/+4
2017-07-26Merging r309147:Hans Wennborg2-2/+1
2017-07-26Merging r308871:Hans Wennborg1-2/+9
2017-07-19Drop 'svn' suffix from version number.Hans Wennborg1-1/+1
2017-07-18[CMake] Set library dir to be LLVM's intermediate output dirPetr Hosek1-1/+9
2017-07-11[libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek2-2/+9
2017-07-06Add a test harnessJonathan Roelofs8-0/+200
2017-06-27[libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONSNico Weber1-3/+8
2017-06-21Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...Marshall Clow1-3/+3
2017-05-16[libunwind] Fix executable stack directive on Linux.Manoj Gupta1-2/+2
2017-04-16[CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek2-4/+4
2017-04-12Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek3-2/+105
2017-04-07Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek1-23/+2
2017-04-07[CMake][libunwind] Use -nodefaultlibs for CMake checksPetr Hosek1-2/+23
2017-04-06Fix unused typedef. Follow up to r299575.Ivan Krasin1-1/+1
2017-04-05AddressSpace: fix DWARF based unwinding handling on AndroidSaleem Abdulrasool1-2/+5
2017-04-05Fix invalid memory access on android x86Saleem Abdulrasool1-0/+17
2017-04-03Try to trigger the new docs builder. NFCJonathan Roelofs1-0/+1
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh14-103/+87
2017-03-28[libunwind] Add sphinx docsJonathan Roelofs6-0/+544
2017-03-14DarwinParser: include limitsSaleem Abdulrasool1-0/+1
2017-03-09Fix up the places where AddressSpace.hpp is included.Ed Schouten6-4/+2
2017-03-08DARWF: silence some warnings about conversionsSaleem Abdulrasool2-4/+7
2017-03-07Tidy up the way we include EHHeaderParser.hpp.Ed Schouten1-4/+1
2017-03-07Improve readability and correctness of the OS specific libunwind bits.Ed Schouten1-26/+25
2017-03-07Let arm_section_length store the number of bytes.Ed Schouten2-9/+5
2017-03-05Drop the dependency on dl_unwind_find_exidx().Ed Schouten1-31/+30
2017-02-27Fix the project name in the license file.Arnaud A. de Grandmaison1-2/+2
2017-02-27Add libcxxabi's LICENSE.TXT to libunwind.Arnaud A. de Grandmaison1-0/+76
2017-02-24[libunwind] Disable calls to fprintf for baremetal targets.Ranjeet Singh1-0/+11
2017-02-23Revert r295944.Ed Schouten1-28/+33
2017-02-23Drop the dependency on dl_unwind_find_exidx().Ed Schouten1-33/+28
2017-02-16[libunwind][CMake] Use libc++ headers when availablePetr Hosek1-0/+20
2017-02-15Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek1-20/+0
2017-02-15[libunwind][CMake] Use libc++ headers when availablePetr Hosek1-0/+20
2017-02-09Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek1-19/+0
2017-02-09[libunwind][CMake] Use libc++ headers when availablePetr Hosek1-0/+19
2017-01-27Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool2-17/+31
2017-01-25DWARF: fix -Asserts buildsSaleem Abdulrasool2-8/+10
2017-01-21DWARF: correct cast (NFC)Saleem Abdulrasool1-1/+1
2017-01-21X86: swap EBP, ESP on !APPLESaleem Abdulrasool2-5/+16
2017-01-21DWARF: allow enabling tracing at runtimeSaleem Abdulrasool2-89/+80
2017-01-21DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool2-31/+17
2017-01-21config: clean up some of the macro definitionSaleem Abdulrasool1-21/+25
2017-01-21rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool2-22/+23
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier1-1/+2
2017-01-12Bump version to 5.0.0svnHans Wennborg1-1/+1
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny1-1/+12
2016-11-17EHABI: mark some functions as exportedSaleem Abdulrasool1-24/+17