This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bb4b1d9 [InstCombine] use m_APInt to allow icmp X, C folds for splat [...] new 11981cd llvm-objdump: Add --start-address and --stop-address options new 7ee8317 llvm-size: Add --totals option
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: .../Inputs/simple-executable-x86_64.yaml | 73 ++++++++++++++++++++++ test/tools/llvm-objdump/start-stop-address.test | 29 +++++++++ test/tools/llvm-size/X86/ignore-sections.s | 3 +- tools/llvm-objdump/llvm-objdump.cpp | 45 +++++++++++-- tools/llvm-size/llvm-size.cpp | 41 +++++++++++- 5 files changed, 184 insertions(+), 7 deletions(-) create mode 100644 test/tools/llvm-objdump/Inputs/simple-executable-x86_64.yaml create mode 100644 test/tools/llvm-objdump/start-stop-address.test