Go to file
Craig Topper 505f38a059 [X86] Move HasNOPL to a subtarget feature bit. Plumb MCSubtargetInfo through the MCAsmBackend constructor
After D41349, we can no get a MCSubtargetInfo into the MCAsmBackend constructor. This allows us to get NOPL from a subtarget feature rather than a CPU name blacklist.

Differential Revision: https://reviews.llvm.org/D41721

llvm-svn: 322227
2018-01-10 22:07:16 +00:00
clang [MSan] Enable use-after-dtor instrumentation by default. 2018-01-10 20:27:48 +00:00
clang-tools-extra [clangd] Pass Context to onDiagnosticsReady callback 2018-01-10 17:59:27 +00:00
compiler-rt [MSan] Enable use-after-dtor instrumentation by default. 2018-01-10 20:27:48 +00:00
debuginfo-tests [debuginfo-tests] Support moving debuginfo-tests to llvm/projects 2017-12-12 16:54:20 +00:00
libclc configure.py: Add gfx900 (Vega, Raven) 2017-11-27 11:14:06 +00:00
libcxx libcxx: Stop providing a definition of __GLIBC_PREREQ. 2018-01-10 18:16:58 +00:00
libcxxabi Update version to 7.0.0svn 2018-01-03 15:42:34 +00:00
libunwind [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi. 2018-01-09 17:07:18 +00:00
lld [WebAssembly] Optimize Writer::lookupType 2018-01-10 20:12:26 +00:00
lldb Advanced guessing of rendezvous breakpoint 2018-01-10 19:04:36 +00:00
llgo
llvm [X86] Move HasNOPL to a subtarget feature bit. Plumb MCSubtargetInfo through the MCAsmBackend constructor 2018-01-10 22:07:16 +00:00
openmp Force HWLOC topology method for NUMA-specific topology 2018-01-10 18:31:49 +00:00
parallel-libs
polly Docs, release notes: update version to 7.0.0 2018-01-03 15:54:54 +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.