This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc0ebc0 Fix for build warning in execute-only support new 7a6365a [AVR] Add argument indices to the instrumention hook functions new bc7935f [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
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/Target/ARM/ARMBaseInstrInfo.cpp | 6 +- lib/Target/ARM/ARMISelDAGToDAG.cpp | 139 +++++++++++++++++++++++++- lib/Target/AVR/AVRInstrumentFunctions.cpp | 6 +- test/CodeGen/ARM/and-cmpz.ll | 71 +++++++++++++ test/CodeGen/ARM/arm-and-tst-peephole.ll | 9 +- test/CodeGen/ARM/arm-shrink-wrapping.ll | 7 +- test/CodeGen/ARM/call-tc.ll | 2 +- test/CodeGen/ARM/debug-info-branch-folding.ll | 3 +- test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 8 +- test/CodeGen/Thumb2/float-ops.ll | 10 +- 10 files changed, 236 insertions(+), 25 deletions(-) create mode 100644 test/CodeGen/ARM/and-cmpz.ll