This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 197205490e6 [X86] Arrange more CPU features to inherit from earlier CPUs. NFCI new f7a652c414b [SDAG] Expand pow2 mulo using shifts new 5f9ffd160ad [yaml2obj]Allow explicit symbol indexes in relocations and [...]
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/CodeGen/SelectionDAG/TargetLowering.cpp | 27 ++++++++-- test/CodeGen/ARM/umulo-32.ll | 21 ++++---- test/CodeGen/X86/mulo-pow2.ll | 62 ++++------------------ .../RuntimeDyld/X86/ELF_x86-64_none.yaml | 1 - test/Object/AMDGPU/elf64-relocs.yaml | 13 ----- test/Object/Lanai/yaml2obj-elf-lanai-rel.yaml | 6 --- test/Object/X86/yaml-elf-x86-rel-broken.yaml | 3 ++ test/Object/yaml2obj-elf-rel-noref.yaml | 1 - .../X86/disasm-zeroes-relocations.test | 3 ++ test/tools/sanstats/elf.test | 17 ------ .../yaml2obj/relocation-explicit-symbol-index.yaml | 36 +++++++++++++ test/tools/yaml2obj/relocation-missing-symbol.yaml | 24 +++++++++ tools/yaml2obj/yaml2elf.cpp | 13 +++-- 13 files changed, 118 insertions(+), 109 deletions(-) create mode 100644 test/tools/yaml2obj/relocation-explicit-symbol-index.yaml create mode 100644 test/tools/yaml2obj/relocation-missing-symbol.yaml