This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8678b086003 [SLP] Add support for commutative icmp/fcmp predicates new 48c5a4e8c20 [llvm-readelf] Allow prefix flags for -p and -x new 745934cdb6c [llvm-readobj] Add some generic notes (e.g. NT_VERSION) new 0509fb6a5d7 [InstCombine] move shuffle canonicalizations before other t [...]
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/BinaryFormat/ELF.h | 8 ++ .../InstCombine/InstCombineVectorOps.cpp | 57 +++++++-------- test/tools/llvm-readobj/hexdump.test | 27 +++++++ test/tools/llvm-readobj/note-generic.s | 85 ++++++++++++++++++++++ test/tools/llvm-readobj/string-dump.test | 43 +++++++++-- tools/llvm-readobj/ELFDumper.cpp | 32 +++++++- tools/llvm-readobj/llvm-readobj.cpp | 4 +- 7 files changed, 215 insertions(+), 41 deletions(-) create mode 100644 test/tools/llvm-readobj/note-generic.s