Go to file
Adam Nemet b1c3ef4b60 [AVX512] Rename arg from Opcode32/64 to Opcode128/256 in vinsert_for_size
It's the W bit that selects between 32 or 64 elt type and not the opcode.  The
opcode selects between the width of the insert (128 or 256).

llvm-svn: 219870
2014-10-15 23:42:04 +00:00
clang CodeGen: Don't drop thread_local when emitting __thread aliases 2014-10-15 22:38:23 +00:00
clang-tools-extra Avoid having "using namespace" for both "clang" and "llvm" namespaces. 2014-10-15 22:00:40 +00:00
compiler-rt [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let's rename it to append_list_if 2014-10-15 22:47:54 +00:00
debuginfo-tests cleanup comments and remove an obsolete workaround 2014-10-13 18:04:10 +00:00
libclc r600: Use llvm intrinsic to read work dimension information 2014-10-15 15:08:06 +00:00
libcxx Fixes PR21157 'tuple: non-default constructible tuple hard failure' Thanks to Louis Dionne for the bug report and the patch. 2014-10-15 10:33:02 +00:00
libcxxabi Correctly export _Unwind_[GS]et(GR|IP) for EHABI. 2014-10-13 21:01:30 +00:00
lld [mach-o] avoid overly clever std::find_if 2014-10-15 20:26:24 +00:00
lldb Give old_state a default value so we won't try to restore 2014-10-15 23:39:31 +00:00
llvm [AVX512] Rename arg from Opcode32/64 to Opcode128/256 in vinsert_for_size 2014-10-15 23:42:04 +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 [Refactor][NfC] ReportLevel should be used as a bool not an int 2014-10-15 23:24:28 +00:00