llvm-capstone/llvm
Petr Hosek 1d6a2c5357 Revert "[BOLT][CMake] Redo the build and install targets"
This reverts commit f99a7d3e38 since it
broke the bolt-aarch64-ubuntu-clang-shared bot.
2023-06-01 08:03:50 +00:00
..
benchmarks
bindings
cmake Revert "[BOLT][CMake] Redo the build and install targets" 2023-06-01 08:03:50 +00:00
docs [docs] Use ExecutorAddr::toPtr() in ORC documentation. 2023-05-31 15:15:55 -07:00
examples
include [ValueTracking] Directly use KnownBits shift functions 2023-06-01 09:46:16 +02:00
lib [ValueTracking] Directly use KnownBits shift functions 2023-06-01 09:46:16 +02:00
projects
resources
runtimes Revert "[compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD" 2023-05-31 11:27:24 -07:00
test [ValueTracking] Directly use KnownBits shift functions 2023-06-01 09:46:16 +02:00
tools [llvm-debuginfod][NFC] Switch to OptTable 2023-05-30 16:04:41 -07:00
unittests [KnownBits] Also test 1-bit values in exhaustive tests (NFC) 2023-05-31 17:50:01 +02:00
utils [gn build] Port dc124cda7c 2023-06-01 01:15:34 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.