This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04bfc05d5a5 [X86] Use PreprocessISelDAG to convert vector sra/srl/shl t [...] new 72316b718a1 [ValueTracking] More accurate unsigned add overflow detection new f14213bb4cd [llvm-readobj] - Fix the invalid dumping of the dynamic sec [...]
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/Analysis/ValueTracking.cpp | 24 +++---- test/Transforms/InstCombine/AddOverFlow.ll | 8 +-- test/Transforms/InstCombine/add.ll | 2 +- test/Transforms/InstCombine/saturating-add-sub.ll | 12 ++-- test/Transforms/InstCombine/shuffle_select.ll | 2 +- test/tools/llvm-readobj/elf-dynamic-table-dtnull.s | 78 ++++++++++++++++++++++ tools/llvm-readobj/ELFDumper.cpp | 32 ++++----- 7 files changed, 111 insertions(+), 47 deletions(-) create mode 100644 test/tools/llvm-readobj/elf-dynamic-table-dtnull.s