hanchenye-llvm-project/llvm
Jinsong Ji ba43840bfe [MachinePipeliner][NFC] Do resource tracking log only when requested.
In most cases we don't need to do resource tracking debug,
so leave them off by default.

llvm-svn: 363733
2019-06-18 20:24:49 +00:00
..
benchmarks
bindings
cmake build: extract LLVM distribution target handling 2019-06-14 18:28:57 +00:00
docs [SVE][IR] Scalable Vector IR Type with pr42210 fix 2019-06-18 10:11:56 +00:00
examples
include [PDB] Ignore .debug$S subsections with high bit set 2019-06-18 19:41:25 +00:00
lib [MachinePipeliner][NFC] Do resource tracking log only when requested. 2019-06-18 20:24:49 +00:00
projects
resources
runtimes
test [x86] add another test for load splitting with extracted stores (PR42305); NFC 2019-06-18 20:13:35 +00:00
tools [PDB] Ignore .debug$S subsections with high bit set 2019-06-18 19:41:25 +00:00
unittests [SVE][IR] Scalable Vector IR Type with pr42210 fix 2019-06-18 10:11:56 +00:00
utils Fix some lit test ResourceWarnings on Windows 2019-06-18 16:36:57 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt build: extract LLVM distribution target handling 2019-06-14 18:28:57 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

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

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.