This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1772f0a5a32 [InstCombine] extend rotate-left-by-constant canonicalizati [...] new ab0a1d7699a [llvm-objcopy] - Calculate the string table section sizes c [...] new bf859bb52f5 [InstCombine] allow general vector constants for funnel shi [...]
The 2 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: lib/Transforms/InstCombine/InstCombineCalls.cpp | 33 +++++++++------------- test/Transforms/InstCombine/fsh.ll | 8 +++--- .../tools/llvm-objcopy/ELF/basic-archive-copy.test | 2 +- .../ELF/cross-arch-sections-symbols.test | 2 +- .../{symtab-link.test => shstrtab-optimize.test} | 29 ++++++++++--------- test/tools/llvm-objcopy/ELF/strtab-optimize.test | 21 ++++++++++++++ tools/llvm-objcopy/ELF/Object.cpp | 22 +++++++-------- tools/llvm-objcopy/ELF/Object.h | 2 +- 8 files changed, 67 insertions(+), 52 deletions(-) copy test/tools/llvm-objcopy/ELF/{symtab-link.test => shstrtab-optimize.test} (52%) create mode 100644 test/tools/llvm-objcopy/ELF/strtab-optimize.test