Go to file
David Peixotto b76f55f74a Fix unsupported addressing mode assertion for pld
Summary:
This commit gives an address mode to the PLD instruction. We
were getting an assertion failure in the frame lowering code
because we had code that was doing a pld of a stack allocated
address. The frame lowering was checking the address mode and
then asserting because pld had none defined.

This commit fixes pld for arm mode. There was a previous fix for
thumb mode in a separate commit. The commit for thumb mode
added a test in a separate file because it would otherwise fail
for arm. This commit moves the thumb test back into the prefetch.ll
file and adds the corresponding arm test.

Differential Revision: http://llvm-reviews.chandlerc.com/D2622

llvm-svn: 200248
2014-01-27 21:39:04 +00:00
clang Revert "intrin.h: include setjmp.h to get a jmp_buf definition" 2014-01-27 19:32:42 +00:00
clang-tools-extra check-clang-tools: Also it doesn't require neither llvm_src_root nor llvm_obj_root. 2014-01-26 12:40:18 +00:00
compiler-rt Rename fabs to local_fabs to not conflict with the builtin. 2014-01-27 20:09:03 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Fix build broken by LLVM commit r199279 2014-01-20 20:28:48 +00:00
libcxx Removed extra line that I left in when committing 199694. Thanks to Jared Grubb for the catch. 2014-01-26 01:59:59 +00:00
libcxxabi Use .p2align instead of .align 2014-01-23 21:46:35 +00:00
lld [PECOFF] Implement some relocations for x86-64. 2014-01-27 19:23:12 +00:00
lldb <rdar://problem/15776874> 2014-01-27 21:31:26 +00:00
llvm Fix unsupported addressing mode assertion for pld 2014-01-27 21:39:04 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly TODO: Add topic 'teach bugpoint to extract regions' 2014-01-27 14:48:17 +00:00