Go to file
Tim Northover 6e8e506b3e Remove duplication of relocation names in lib/Object/ELFYAML.cpp
We can now use the ELF relocation .def files to create the mapping
of relocation numbers to names and avoid having to duplicate the
list of relocations.

Patch by Will Newton.

llvm-svn: 222567
2014-11-21 20:16:09 +00:00
clang MS ABI: Mangle char16_t and char32_t string literals 2014-11-21 19:57:25 +00:00
clang-tools-extra [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10 2014-11-20 15:05:32 +00:00
compiler-rt [ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint option in llvm-symbolizer 2014-11-21 14:12:00 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Handle extra whitespace in linux distribution name. 2014-11-21 08:54:35 +00:00
libcxxabi Ensure llvm-sanitizer is found by the tests when using sanitizers. 2014-11-21 02:16:19 +00:00
lld [PECOFF] Enable dead-stripping even if /debug option is given. 2014-11-20 23:59:40 +00:00
lldb Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing was split between feature-specific flags, and an m_be_raw flag, which then drove some other changes in printing behavior. Clean that up, so that each functionality has its own flag .. oh, and make the bools all go in a bitfield since I may want to add more of those over time 2014-11-21 18:47:26 +00:00
llvm Remove duplication of relocation names in lib/Object/ELFYAML.cpp 2014-11-21 20:16:09 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Use isl_schedule_get_ctx 2014-11-21 19:39:42 +00:00