Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19[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-06AddressSpace: 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
2017-02-23Revert r295944.Ed Schouten
2017-02-23Drop the dependency on dl_unwind_find_exidx().Ed Schouten
2017-02-16[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-02-15Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek
2017-02-15[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-02-09Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek
2017-02-09[libunwind][CMake] Use libc++ headers when availablePetr Hosek
2017-01-27Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool
2017-01-25DWARF: fix -Asserts buildsSaleem Abdulrasool
2017-01-22DWARF: correct cast (NFC)Saleem Abdulrasool
2017-01-21X86: swap EBP, ESP on !APPLESaleem Abdulrasool
2017-01-21DWARF: allow enabling tracing at runtimeSaleem Abdulrasool
2017-01-21DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool
2017-01-21config: clean up some of the macro definitionSaleem Abdulrasool
2017-01-21rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier