This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd0f067b123 [JumpThreading] Fix exponential time algorithm computing kn [...] new 35ef1bd84b8 [ARM] Add MemOperand to LDRcp to enable DCE. new a64afff8f49 [SelectionDAG] Fix a -Wparentheses warning from gcc in an a [...] new 9d4ebca2829 [AVR] Reorder the CHECK lines in directmem.ll to match curr [...]
The 3 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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +-- lib/Target/ARM/ARMFastISel.cpp | 7 +++- test/CodeGen/ARM/ldrcppic.ll | 56 +++++++++++++++++++++++++++++++ test/CodeGen/AVR/directmem.ll | 33 ++++++++++-------- 4 files changed, 83 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/ARM/ldrcppic.ll