Go to file
Tilmann Scheller 35e451461f [AArch64] Add load post-index update folding regression tests for the load/store optimizer.
Add regression tests for the following transformation:

 ldr X, [x20]
  ...
 add x20, x20, #32
  ->
 ldr X, [x20], #32

 with X being either w0, x0, s0, d0 or q0.

llvm-svn: 209711
2014-05-28 05:44:14 +00:00
clang Move the logic for testing for namespace std into one location. This check can 2014-05-28 02:16:01 +00:00
clang-tools-extra ClangTidyOptionsTest.cpp: Rewrite literals. Raw string literals are unavailable on msc17. 2014-05-24 17:22:01 +00:00
compiler-rt [asan] use relative line numbers in tests 2014-05-27 23:13:52 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Fix bug 19840, where some tests were not testing what we wanted. Thanks to Eric for the bug report 2014-05-23 15:30:23 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [Mips] Do not mix _gp and _gp_disp symbols in relocation handling. 2014-05-28 04:10:01 +00:00
lldb Remove unused variable. 2014-05-28 00:23:43 +00:00
llvm [AArch64] Add load post-index update folding regression tests for the load/store optimizer. 2014-05-28 05:44:14 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly Fix formatting 2014-05-28 04:34:58 +00:00