llvm-project/llvm
Wei Mi 10b57ca690 [ProfileSummary] Add partial profile annotation on IR.
Profile and profile summary are usually read only once and then annotated
on IR. The profile summary metadata on IR should include the value of the
newly added partial profile flag, so that compilation phase like thinlto
postlink can get the full set of profile information.

Differential Revision: https://reviews.llvm.org/D78310
2020-04-27 08:34:15 -07:00
..
benchmarks
bindings Update go bindings for 2dea3f1298 2020-04-22 19:02:59 +02:00
cmake Do not declare compiler extension member as const 2020-04-24 11:44:42 +02:00
docs [Lexicon] fix typo "may is" -> "is" 2020-04-26 19:35:25 +01:00
examples [ORC] Add example showing how to initialize/deinitialize a JITDylib with LLJIT. 2020-04-18 14:16:54 -07:00
include [ProfileSummary] Add partial profile annotation on IR. 2020-04-27 08:34:15 -07:00
lib [ProfileSummary] Add partial profile annotation on IR. 2020-04-27 08:34:15 -07:00
projects
resources
runtimes
test [ProfileSummary] Add partial profile annotation on IR. 2020-04-27 08:34:15 -07:00
tools [opt] PassPrinters.h - remove unused includes + forward declarations. NFC. 2020-04-27 13:51:31 +01:00
unittests [ProfileSummary] Add partial profile annotation on IR. 2020-04-27 08:34:15 -07:00
utils Revert "[gn build] (manually) merge 811c0c9eb46" 2020-04-27 09:00:21 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [SVE] Make VectorType::getNumElements() complain for scalable vectors 2020-04-23 10:47:38 -07: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.