This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ede1dc8 [LoopUnroll] Move code to exit early. NFC. new 82fd348 [SLP] Add more tests for SLP Vectorizer. new 54801d6 llvm-nm: Don't print value or size for undefined or weak symbols new 882017a llvm-nm: Print correct symbol types for init and fini sections
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: test/Object/nm-trivial-object.test | 5 +- test/Transforms/SLPVectorizer/X86/horizontal.ll | 302 +++++++++++++++++++++ .../llvm-nm/X86/Inputs/init-fini.out.elf-x86_64 | Bin 0 -> 904 bytes test/tools/llvm-nm/X86/Inputs/weak.obj.elf-x86_64 | Bin 0 -> 1448 bytes test/tools/llvm-nm/X86/init-fini.test | 8 + test/tools/llvm-nm/X86/weak.test | 6 + tools/llvm-nm/llvm-nm.cpp | 25 +- 7 files changed, 336 insertions(+), 10 deletions(-) create mode 100755 test/tools/llvm-nm/X86/Inputs/init-fini.out.elf-x86_64 create mode 100644 test/tools/llvm-nm/X86/Inputs/weak.obj.elf-x86_64 create mode 100644 test/tools/llvm-nm/X86/init-fini.test create mode 100644 test/tools/llvm-nm/X86/weak.test