Go to file
Craig Topper e95bde33df [X86] Add support for _mm512_mullox_epi64 and _mm512_mask_mullox_epi64 intrinsics to match icc.
On AVX512F targets we'll produce an emulated sequence using 3 pmuludqs with shifts and adds. On AVX512DQ we'll use vpmulld.

Fixes PR37140.

llvm-svn: 330923
2018-04-26 05:38:39 +00:00
clang [X86] Add support for _mm512_mullox_epi64 and _mm512_mask_mullox_epi64 intrinsics to match icc. 2018-04-26 05:38:39 +00:00
clang-tools-extra [clangd] Add "str()" method to SymbolID. 2018-04-25 15:27:09 +00:00
compiler-rt Add s390x to XFAIL for illegal_read/write_test.cc 2018-04-25 19:34:48 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc relational/select: Condition types for half are short/ushort, not char/uchar 2018-04-25 17:36:36 +00:00
libcxx [libcxx] func.wrap.func.con: Unset function before destroying anything 2018-04-25 23:38:41 +00:00
libcxxabi [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 2018-04-16 22:00:14 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld Simplify. NFC. 2018-04-26 01:38:29 +00:00
lldb [debugserver] Return 'ios' instead of 'iphoneos' for the ostype. 2018-04-25 22:12:12 +00:00
llgo
llvm [X86] Print 'tbyte ptr' instead of 'xword ptr' for f80mem in Intel syntax. 2018-04-26 05:07:40 +00:00
openmp [OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flag 2018-04-20 20:41:00 +00:00
parallel-libs
polly [CodeGen] Fix comment. NFC. 2018-04-25 19:54:16 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.