llvm-project/llvm
Shoaib Meenai a57d91ef6b [runtimes] Add check-profile dependencies to runtimes
check-profile needs llvm-cov and llvm-profdata.

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D138968
2022-11-30 11:14:37 -08:00
..
benchmarks
bindings [AggressiveInstCombine] Remove legacy PM pass 2022-11-15 14:35:15 -08:00
cmake [CMake] Use LLVM_TARGET_TRIPLE in runtimes 2022-11-29 04:08:24 +00:00
docs [Nomination] Adding Mozilla representative to security group 2022-11-30 20:00:10 +01:00
examples [Bye] Remove legacy pipeline registration 2022-11-18 13:47:19 -08:00
include [FuncSpec] Invalidate analyses when deleting a fully specialised function 2022-11-30 18:56:23 +00:00
lib Revert "[InstCombine] canonicalize trunc + insert as bitcast + shuffle, part 1" 2022-11-30 14:10:50 -05:00
projects
resources
runtimes [runtimes] Add check-profile dependencies to runtimes 2022-11-30 11:14:37 -08:00
test Revert "[InstCombine] canonicalize trunc + insert as bitcast + shuffle, part 1" 2022-11-30 14:10:50 -05:00
tools [llvm-profdata] Use flattening sample profile in profile supplementation 2022-11-29 22:23:47 -08:00
unittests [Threading] Ensure Tests Reflect Disabled Threads 2022-11-30 17:02:49 +00:00
utils [gn build] Port 77b2205245 2022-11-30 14:41:02 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.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.