This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6535445674d [ARM GlobalISel] Check target flags in test. NFCI new de23a6b25f3 [ARM GlobalISel] Support G_CTLZ for Thumb2 new e11e90af45c Attempt to fix buildbot after r354972 [#2]. NFCI. new 5f896ac2501 [yaml2obj] - Allow setting custom sh_info for RawContentSec [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ObjectYAML/ELFYAML.h | 1 + lib/ObjectYAML/ELFYAML.cpp | 1 + lib/Target/ARM/ARMLegalizerInfo.cpp | 7 ---- .../ARM/GlobalISel/arm-legalize-bitcounts.mir | 1 + test/CodeGen/ARM/GlobalISel/select-clz.mir | 33 +++++++++++++++++ test/tools/obj2yaml/elf-shinfo.yaml | 20 ++++++++++ test/tools/yaml2obj/elf-symtab-shinfo.yaml | 43 ++++++++++++++++++++++ test/tools/yaml2obj/elf-symtab-shtype.yaml | 21 +++++++++++ tools/llvm-symbolizer/llvm-symbolizer.cpp | 15 +++++++- tools/obj2yaml/elf2yaml.cpp | 1 + tools/yaml2obj/yaml2elf.cpp | 18 +++++---- 11 files changed, 146 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/select-clz.mir create mode 100644 test/tools/obj2yaml/elf-shinfo.yaml create mode 100644 test/tools/yaml2obj/elf-symtab-shinfo.yaml create mode 100644 test/tools/yaml2obj/elf-symtab-shtype.yaml