Go to file
Craig Topper 696bfc08d8 [X86] Qualify some vector specific code with VT.isVector(). NFCI
Other checks inside require a build_vector, but we this lets us stop earlier and makes the code more clear.

llvm-svn: 318969
2017-11-25 07:20:23 +00:00
clang [clang-format] Deduplicate using declarations 2017-11-24 18:00:01 +00:00
clang-tools-extra Fix MSVC double-float implicit truncation warning. NFCI 2017-11-24 18:18:42 +00:00
compiler-rt [scudo] Overhaul hardware CRC32 feature detection 2017-11-22 18:30:44 +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 Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews.llvm.org/D40379 2017-11-23 14:50:56 +00:00
libcxxabi [demangler] Support for abi_tag attribute 2017-11-22 20:38:22 +00:00
libunwind [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
lld Delete dead code. 2017-11-24 19:06:14 +00:00
lldb elf-core: Split up parsing code into os-specific functions 2017-11-23 10:50:34 +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] Qualify some vector specific code with VT.isVector(). NFCI 2017-11-25 07:20:23 +00:00
openmp Fix for OMP doacross implementation on Power 2017-11-22 17:15:20 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [CodeGen] Detect empty domain because of parameters context. 2017-11-21 22:11:10 +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.