This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7712cd897d [Tools] Mark output of tools as text if it is text new 2a0eea05ecf [ARM] Generate vcmp instead of vcmpe
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/ARMFastISel.cpp | 22 +-- lib/Target/ARM/ARMISelLowering.cpp | 51 ++---- lib/Target/ARM/ARMISelLowering.h | 2 +- lib/Target/ARM/ARMInstrInfo.td | 2 - lib/Target/ARM/ARMInstrVFP.td | 28 ++-- test/CodeGen/ARM/2009-07-18-RewriterBug.ll | 26 ++-- test/CodeGen/ARM/arm-shrink-wrapping.ll | 4 +- test/CodeGen/ARM/compare-call.ll | 2 +- test/CodeGen/ARM/fcmp-xo.ll | 12 +- test/CodeGen/ARM/float-helpers.s | 40 ++--- test/CodeGen/ARM/fp16-instructions.ll | 64 ++++---- test/CodeGen/ARM/fp16-promote.ll | 2 +- test/CodeGen/ARM/fpcmp.ll | 10 +- test/CodeGen/ARM/ifcvt11.ll | 6 +- test/CodeGen/ARM/swifterror.ll | 2 +- test/CodeGen/ARM/vcmp-crash.ll | 11 -- test/CodeGen/ARM/vfp.ll | 2 +- test/CodeGen/ARM/vsel-fp16.ll | 40 ++--- test/CodeGen/ARM/vsel.ll | 80 +++++----- test/CodeGen/Thumb2/float-cmp.ll | 40 ++--- test/CodeGen/Thumb2/mve-vcmpf.ll | 240 ++++++++++++++--------------- test/CodeGen/Thumb2/mve-vcmpfr.ll | 240 ++++++++++++++--------------- test/CodeGen/Thumb2/mve-vcmpfz.ll | 240 ++++++++++++++--------------- 23 files changed, 561 insertions(+), 605 deletions(-) delete mode 100644 test/CodeGen/ARM/vcmp-crash.ll