Go to file
Craig Topper a890570b15 [X86] Add BITALG, VAES, VBMI2, VNNI, VPCLMULQDQ, and VPOPCNTDQ instructions to icelake CPU.
This is based on table 1-1 of the October 2017 revision of Intel® Architecture Instruction Set Extensions and Future Features Programming Reference

llvm-svn: 318799
2017-11-21 21:05:18 +00:00
clang Avoid unecessary opsize byte in segment move to memory 2017-11-21 19:28:13 +00:00
clang-tools-extra [clangd] avoid divide by literal zero to satisfy msvc 2017-11-21 19:37:35 +00:00
compiler-rt [sanitizer] Define SANITIZER_USE_GETAUXVAL for Android 2017-11-21 16:08:07 +00:00
debuginfo-tests Re-revert "Refactor debuginfo-tests." 2017-11-21 01:20:28 +00:00
libclc math: Implement minmag 2017-11-15 04:10:39 +00:00
libcxx Fix std::string::data() symbol during library build. 2017-11-20 20:23:27 +00:00
libcxxabi [demangler] Document some features that the demangler doesn't yet support, NFC 2017-11-21 15:04:08 +00:00
libunwind [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
lld COFF: Emit a COFF symbol table if /debug:dwarf is specified. 2017-11-21 01:14:14 +00:00
lldb [Expression parser] Remove logging of field that is no longer in clang's TargetOptions struct. 2017-11-20 17:24:47 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [X86] Add BITALG, VAES, VBMI2, VNNI, VPCLMULQDQ, and VPOPCNTDQ instructions to icelake CPU. 2017-11-21 21:05:18 +00:00
openmp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, libomptarget-side 2017-11-21 18:26:41 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Run polly-update-format. NFC. 2017-11-21 19:25:26 +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.