This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 42e9bbe SDAG: Implement Select instead of SelectImpl in AMDGPUDAGToDAGISel new 156b5ed SDAG: Implement Select instead of SelectImpl in BPFDAGToDAGISel new 44478fe [ARM] Delay ARM constant pool creation. NFC. new 7ed2299 [ARM] Fixup tests to take into account mov translation. NFC. new abc00cb [ARM] Support and tests for transform of LDR rt, = to MOV
The 4 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/ARMInstrFormats.td | 9 ++ lib/Target/ARM/ARMInstrInfo.td | 6 ++ lib/Target/ARM/ARMInstrThumb.td | 5 ++ lib/Target/ARM/ARMInstrThumb2.td | 5 ++ lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 136 ++++++++++++++++++++++++++++-- lib/Target/BPF/BPFISelDAGToDAG.cpp | 25 +++--- test/CodeGen/ARM/inlineasm-ldr-pseudo.ll | 4 +- test/MC/ARM/ldr-pseudo-cond-darwin.s | 55 ++++++++++++ test/MC/ARM/ldr-pseudo-cond.s | 55 ++++++++++++ test/MC/ARM/ldr-pseudo-darwin.s | 133 ++++++++++++++++++++++++----- test/MC/ARM/ldr-pseudo-obj-errors.s | 4 +- test/MC/ARM/ldr-pseudo-unpredictable.s | 21 +++++ test/MC/ARM/ldr-pseudo.s | 133 ++++++++++++++++++++++++----- test/MC/ARM/ltorg-darwin.s | 20 ++--- test/MC/ARM/ltorg.s | 20 ++--- 15 files changed, 545 insertions(+), 86 deletions(-) create mode 100644 test/MC/ARM/ldr-pseudo-cond-darwin.s create mode 100644 test/MC/ARM/ldr-pseudo-cond.s create mode 100644 test/MC/ARM/ldr-pseudo-unpredictable.s