llvm-project/llvm
Eli Friedman ab0574dac3 Print more information when JSON parsing fails for unittests.
Trying to figure out intermittent failure on reverse-iteration buildbot.
2022-08-23 14:57:49 -07:00
..
benchmarks
bindings
cmake [runtimes] Handle interface targets in runtimes distribution components 2022-08-23 08:55:58 -04:00
docs [FastISel] Respect musttail over "disable-tail-calls" 2022-08-23 08:55:40 -07:00
examples [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
include [TTI] Add SK_Splice shuffle mask detection and X86 costs 2022-08-23 20:07:30 +01:00
lib [SDAG] expand more is-power-of-2 patterns that use popcount 2022-08-23 17:53:53 -04:00
projects
resources
runtimes [runtimes] Handle interface targets in runtimes distribution components 2022-08-23 08:55:58 -04:00
test [SDAG] expand more is-power-of-2 patterns that use popcount 2022-08-23 17:53:53 -04:00
tools [tools][llvm-lipo] Fix off-by-one error in command-line argument parsing 2022-08-23 19:48:11 +00:00
unittests [ADT] Add llvm::has_single_bit helper similar to the c++20 std::has_single_bit implementation 2022-08-23 19:51:05 +01:00
utils Print more information when JSON parsing fails for unittests. 2022-08-23 14:57:49 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abi 2022-08-23 09:58:30 -04: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.