This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 11b0e47b5b7 [ThinLTO] Import global variables new ca353f0f9c1 [ARM] Materialise some boolean values to avoid a branch
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/ARMISelLowering.cpp | 99 ++++- test/CodeGen/ARM/and-load-combine.ll | 705 ++++++++++++++++++----------------- test/CodeGen/ARM/atomic-cmpxchg.ll | 31 +- test/CodeGen/ARM/cmn.ll | 8 +- test/CodeGen/ARM/cmp.ll | 89 ++--- test/CodeGen/ARM/cmpxchg-O0.ll | 22 +- test/CodeGen/ARM/fp16-promote.ll | 6 +- test/CodeGen/ARM/long-setcc.ll | 5 +- test/CodeGen/ARM/select-imm.ll | 186 ++++----- test/CodeGen/ARM/setcc-logic.ll | 12 +- test/CodeGen/Thumb/branchless-cmp.ll | 140 +++---- test/CodeGen/Thumb/constants.ll | 17 + test/CodeGen/Thumb/long-setcc.ll | 8 +- test/CodeGen/Thumb2/float-cmp.ll | 19 +- test/CodeGen/Thumb2/thumb2-cmn.ll | 40 +- test/CodeGen/Thumb2/thumb2-cmn2.ll | 20 +- test/CodeGen/Thumb2/thumb2-cmp.ll | 25 +- test/CodeGen/Thumb2/thumb2-teq.ll | 79 +++- test/CodeGen/Thumb2/thumb2-teq2.ll | 30 +- test/CodeGen/Thumb2/thumb2-tst.ll | 81 +++- test/CodeGen/Thumb2/thumb2-tst2.ll | 30 +- 21 files changed, 929 insertions(+), 723 deletions(-)