This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a8a5e74 [X86][SSE] Add load-folding patterns for (V)CVTDQ2PD (PR27291) new c146d1a [ARM] Add backend support for load/store intrinsics.
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: include/llvm/IR/IntrinsicsARM.td | 18 ++++++++++++ lib/Target/ARM/ARMInstrInfo.td | 45 +++++++++++++++-------------- lib/Target/ARM/ARMInstrThumb2.td | 31 ++++++++++---------- test/CodeGen/ARM/intrinsics-coprocessor.ll | 46 +++++++++++++++++++++++++----- test/CodeGen/ARM/ldc2l.ll | 11 +++++++ test/CodeGen/ARM/stc2.ll | 11 +++++++ 6 files changed, 118 insertions(+), 44 deletions(-) create mode 100644 test/CodeGen/ARM/ldc2l.ll create mode 100644 test/CodeGen/ARM/stc2.ll