Go to file
Tim Northover 0389d883fc Remove rather oddly merged logic from AArch64 commit.
We seem to have ended up with both an inlined check of permitted NEON base
types and a call to a function.

Since the outer if was (I believe) strictly weaker than the one in the
function, there's no actual user-visible behaviour change, so no tests.

llvm-svn: 187652
2013-08-02 11:38:46 +00:00
clang Remove rather oddly merged logic from AArch64 commit. 2013-08-02 11:38:46 +00:00
clang-tools-extra Remove dead #includes. 2013-07-31 22:28:46 +00:00
compiler-rt [msan] Fix unused function warning in the tests. 2013-08-02 09:09:02 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add missing integer min/max definitions 2013-07-26 13:02:02 +00:00
libcxx Ok, 3 major changes for debug mode in one commit: 2013-08-02 00:26:35 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [PECOFF] A symbol with symbol with section number 0 and non-zero value represents a BSS atom. 2013-08-02 05:25:31 +00:00
lldb Re-enable fast stepping for arm targets. The issue being worked 2013-08-01 21:50:20 +00:00
llvm Fix handling of CHECK-DAG combined with CHECK-NOT 2013-08-02 11:32:50 +00:00
polly Dependence: Add DEBUG support. 2013-07-31 14:35:17 +00:00