Go to file
Chandler Carruth c85473143c [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflw
were added in SSE2, no SSSE3. Found this while auditing all uses of
SSSE3 in the X86 target. I don't actually expect this to make
a significant difference on anything and I don't have any detailed test
cases but I updated the existing test cases that already covered some of
this code path.

llvm-svn: 209056
2014-05-17 03:29:20 +00:00
clang Switch to a more efficient expression of this check. 2014-05-17 02:21:47 +00:00
clang-tools-extra Initializer list is unavailable. Use the constructor instead. 2014-05-16 13:37:20 +00:00
compiler-rt InstrProf: Support profiling dlopen'd shared libraries 2014-05-17 01:27:30 +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 Update cstddef after clang r207606. 2014-05-16 01:45:02 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [mach-o] Add support for zero-fill sections. 2014-05-15 23:03:50 +00:00
lldb Update how we create our MCSymbolizer to keep working correctly 2014-05-17 00:27:44 +00:00
llvm [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflw 2014-05-17 03:29:20 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly Do not run GPGPU test cases without nvptx target 2014-05-14 14:18:14 +00:00