Go to file
Rafael Espindola e62e279f97 Refactor the x86 feature handling.
This removes the very long chains of
Feature["avx"] = Feature["sse42"] = ... = true;

llvm-svn: 188799
2013-08-20 13:44:29 +00:00
clang Refactor the x86 feature handling. 2013-08-20 13:44:29 +00:00
clang-tools-extra Revert "cpp11-migrate: Add a class to support include directives modifications" 2013-08-20 13:05:57 +00:00
compiler-rt It appears that glibc 2.13 has the same thread descriptor size as 2.11, 2013-08-18 10:04:51 +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 mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e. 2013-08-19 21:42:07 +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] Handle "--" option explicitly 2013-08-13 21:44:44 +00:00
lldb Fix crash when connecting to gdbserver without loading a file first. 2013-08-20 09:17:13 +00:00
llvm Fix style issues in AsmParser.cpp 2013-08-20 13:33:18 +00:00
polly Rename "polly-test" in the document and script. 2013-08-18 07:33:28 +00:00