This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d647939 [tools/obj2yaml] - Update after LLVM change r285886 new e03e2fa [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
The 1 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/Target/ARM/ARMBaseInstrInfo.cpp | 6 +- lib/Target/ARM/ARMISelDAGToDAG.cpp | 137 +++++++++++++++++++++++++- test/CodeGen/ARM/and-cmpz.ll | 71 +++++++++++++ test/CodeGen/ARM/arm-and-tst-peephole.ll | 15 ++- test/CodeGen/ARM/arm-shrink-wrapping.ll | 4 +- test/CodeGen/ARM/call-tc.ll | 2 +- test/CodeGen/ARM/debug-info-branch-folding.ll | 2 +- test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 8 +- test/CodeGen/Thumb2/float-ops.ll | 12 +-- 9 files changed, 231 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/ARM/and-cmpz.ll