llvm-project/llvm
wenhu1024 cebe3b1b46 [VENTUS][fix] disable BranchFolderPass, MachineBlockPlacement pass and remove checkJoinMBB from Insert-join-to-VBranch pass 2025-04-02 10:14:05 +08:00
..
benchmarks
bindings
cmake
docs Make -fsanitize=scudo use scudo_standalone. Delete check-scudo. 2022-12-02 11:29:41 -08:00
examples
include [VENTUS][fix] Modified the resource statistics interface 2024-03-04 15:44:30 +08:00
lib [VENTUS][fix] disable BranchFolderPass, MachineBlockPlacement pass and remove checkJoinMBB from Insert-join-to-VBranch pass 2025-04-02 10:14:05 +08:00
projects
resources
runtimes
test [VENTUS][fix] Fix regexti instruction bug 2025-03-10 11:30:11 +08:00
tools [VENTUS][Printf] Add opencl printf pass 2025-02-12 11:01:04 +08:00
unittests Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
utils [TableGen] Set tied to operand custom flag if current operand has tied operand. 2023-07-07 12:38:53 +08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [VENTUS][fix] Add files to install package && add VENTUS_INSTALL_PREFIX enviroments variable 2024-02-23 10:52:28 +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.