This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c3fb55dfbab Unbreak my hasty "unbreak" cmake fix new 28ef347627b [AArch64][ELF][llvm-readobj] Add support for BTI and PAC dy [...] new a6d7c00a4f2 [NFC][Codegen] D62818 - also add tests with X being constant
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: include/llvm/BinaryFormat/DynamicTags.def | 13 +++ lib/Object/ELF.cpp | 10 ++ lib/ObjectYAML/ELFYAML.cpp | 10 +- .../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 34 +++++++ .../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 34 +++++++ .../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 109 +++++++++++++++++++- .../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 109 +++++++++++++++++++- .../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 85 ++++++++++++++++ .../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 85 ++++++++++++++++ .../Inputs/elf-dynamic-tags-machine-specific.yaml | 38 +++++++ .../elf-dynamic-tags-machine-specific.test | 22 ++++ test/tools/obj2yaml/dynamic-section-arch-tags.test | 26 ++++- tools/llvm-readobj/ELFDumper.cpp | 113 ++++++++++++++++++--- 13 files changed, 669 insertions(+), 19 deletions(-)