Go to file
Tim Northover 631cc9ce1a ARM: allow constpool entry to be moved to the user's block in all cases.
Normally entries can only move to a lower address, but when that wasn't viable,
the user's block was considered anyway. Unfortunately, it went via
createNewWater which wasn't designed to handle the case where there's already
an island after the block.

Unfortunately, the test we have is slow and fragile, and I couldn't reduce it
to anything sane even with the @llvm.arm.space intrinsic. The test change here
is recreating the previous one after the change.

rdar://problem/18545506

llvm-svn: 221905
2014-11-13 17:58:53 +00:00
clang Hook up FreeBSD AArch64 support 2014-11-13 16:55:42 +00:00
clang-tools-extra Regression test for the --serialize-diagnostics problem fixed in r221884. 2014-11-13 13:09:16 +00:00
compiler-rt [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs. 2014-11-13 16:01:23 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSERT, since this is technically undefined behavior. Fixes PR#21496 2014-11-11 22:07:10 +00:00
libcxxabi Make sure only NEON enabled devices save/restore D16+ registers 2014-11-07 16:33:58 +00:00
lld [Mips] Add comment to the test case 2014-11-13 15:29:37 +00:00
lldb A pretty big overhaul of the TryFallbackUnwindPlan method in 2014-11-13 07:31:45 +00:00
llvm ARM: allow constpool entry to be moved to the user's block in all cases. 2014-11-13 17:58:53 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Safely generate new loop metadata node 2014-11-07 21:44:18 +00:00