This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d12f372 [llvm-cov] Don't copy stylesheets into index files new 2b421e1 Use RValue refs in APInt add/sub methods. new 3b6613c Add invariant start call creation in IRBuilder.NFC new b5911c2 add tests for icmp vector folds
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/ADT/APInt.h | 83 ++++++++++++------ include/llvm/IR/IRBuilder.h | 5 ++ lib/IR/IRBuilder.cpp | 20 +++++ lib/Support/APInt.cpp | 54 ++++-------- test/Transforms/InstCombine/add.ll | 37 ++++++++ test/Transforms/InstCombine/xor.ll | 38 +++++++-- unittests/ADT/APIntTest.cpp | 169 +++++++++++++++++++++++++++++++++++++ 7 files changed, 337 insertions(+), 69 deletions(-)