android_mt6572_jiabo/external/llvm
2025-09-05 16:56:03 +08:00
..
autoconf first commit 2025-09-05 16:56:03 +08:00
bindings first commit 2025-09-05 16:56:03 +08:00
cmake first commit 2025-09-05 16:56:03 +08:00
device/include/llvm/Config first commit 2025-09-05 16:56:03 +08:00
docs first commit 2025-09-05 16:56:03 +08:00
examples first commit 2025-09-05 16:56:03 +08:00
host/include/llvm/Config first commit 2025-09-05 16:56:03 +08:00
include first commit 2025-09-05 16:56:03 +08:00
lib first commit 2025-09-05 16:56:03 +08:00
projects first commit 2025-09-05 16:56:03 +08:00
resources first commit 2025-09-05 16:56:03 +08:00
test first commit 2025-09-05 16:56:03 +08:00
tools first commit 2025-09-05 16:56:03 +08:00
unittests first commit 2025-09-05 16:56:03 +08:00
utils first commit 2025-09-05 16:56:03 +08:00
.arcconfig first commit 2025-09-05 16:56:03 +08:00
.clang-format first commit 2025-09-05 16:56:03 +08:00
.clang-tidy first commit 2025-09-05 16:56:03 +08:00
.gitignore first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
android_test.sh first commit 2025-09-05 16:56:03 +08:00
CleanSpec.mk first commit 2025-09-05 16:56:03 +08:00
clear_tblgen_vars.mk first commit 2025-09-05 16:56:03 +08:00
CMakeLists.txt first commit 2025-09-05 16:56:03 +08:00
CODE_OWNERS.TXT first commit 2025-09-05 16:56:03 +08:00
configure first commit 2025-09-05 16:56:03 +08:00
CREDITS.TXT first commit 2025-09-05 16:56:03 +08:00
LICENSE.TXT first commit 2025-09-05 16:56:03 +08:00
llvm-device-build.mk first commit 2025-09-05 16:56:03 +08:00
llvm-gen-attributes.mk first commit 2025-09-05 16:56:03 +08:00
llvm-gen-intrinsics.mk first commit 2025-09-05 16:56:03 +08:00
llvm-host-build.mk first commit 2025-09-05 16:56:03 +08:00
llvm-tblgen-rules.mk first commit 2025-09-05 16:56:03 +08:00
llvm.mk first commit 2025-09-05 16:56:03 +08:00
llvm.spec.in first commit 2025-09-05 16:56:03 +08:00
LLVMBuild.txt first commit 2025-09-05 16:56:03 +08:00
Makefile first commit 2025-09-05 16:56:03 +08:00
Makefile.common first commit 2025-09-05 16:56:03 +08:00
Makefile.config.in first commit 2025-09-05 16:56:03 +08:00
Makefile.rules first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_BSD_LIKE first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00
shared_llvm.mk first commit 2025-09-05 16:56:03 +08:00

Low Level Virtual Machine (LLVM)
================================

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.