Go to file
Elena Demikhovsky 702a6adfaa AVX-512: shufflevector for i1 vectors <2 x i1> .. <64 x i1>
AVX-512 does not provide an instruction that shuffles mask register. So I do the following way:

mask-2-simd , shuffle simd , simd-2-mask

Differential Revision: http://reviews.llvm.org/D12727

llvm-svn: 247876
2015-09-17 06:53:12 +00:00
clang Updating docs for MSan to describe poison-in-dtor. 2015-09-17 00:10:59 +00:00
clang-tools-extra [clang-tidy] Ignore spaces in -checks= 2015-09-16 16:16:53 +00:00
compiler-rt [Windows] xfail a test that uses C++ EH 2015-09-16 20:32:22 +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 integer: Update integer limits to comply with spec 2015-09-15 03:56:21 +00:00
libcxx Add endianness configuration block for GCC. 2015-09-16 18:10:47 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld COFF: Remove DefinedSymbol::isLive() and markLive(). NFC. 2015-09-16 23:55:52 +00:00
lldb Visual Studio seems to consider this invocation ambiguous. Try to clarify what I mean 2015-09-17 01:13:12 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm AVX-512: shufflevector for i1 vectors <2 x i1> .. <64 x i1> 2015-09-17 06:53:12 +00:00
openmp Force the readelf call to be in English 2015-09-16 12:01:14 +00:00
polly Add option to enable/disable reduction usage in dependence analysis 2015-09-16 09:50:17 +00:00