android13/external/llvm
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
bindings initial 2024-06-22 20:45:49 +08:00
cmake initial 2024-06-22 20:45:49 +08:00
device/include/llvm/Config initial 2024-06-22 20:45:49 +08:00
docs initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
host/include/llvm/Config initial 2024-06-22 20:45:49 +08:00
include initial 2024-06-22 20:45:49 +08:00
lib initial 2024-06-22 20:45:49 +08:00
projects initial 2024-06-22 20:45:49 +08:00
resources initial 2024-06-22 20:45:49 +08:00
runtimes initial 2024-06-22 20:45:49 +08:00
soong initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08:00
tools initial 2024-06-22 20:45:49 +08:00
unittests initial 2024-06-22 20:45:49 +08:00
utils initial 2024-06-22 20:45:49 +08:00
.arcconfig initial 2024-06-22 20:45:49 +08:00
.clang-format initial 2024-06-22 20:45:49 +08:00
.clang-tidy initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
CODE_OWNERS.TXT initial 2024-06-22 20:45:49 +08:00
CREDITS.TXT initial 2024-06-22 20:45:49 +08:00
CleanSpec.mk initial 2024-06-22 20:45:49 +08:00
LICENSE.TXT initial 2024-06-22 20:45:49 +08:00
LLVMBuild.txt initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_BSD_LIKE initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00
README.version initial 2024-06-22 20:45:49 +08:00
android_test.sh initial 2024-06-22 20:45:49 +08:00
clear_tblgen_vars.mk initial 2024-06-22 20:45:49 +08:00
configure initial 2024-06-22 20:45:49 +08:00
llvm-device-build.mk initial 2024-06-22 20:45:49 +08:00
llvm-gen-attributes.mk initial 2024-06-22 20:45:49 +08:00
llvm-gen-intrinsics.mk initial 2024-06-22 20:45:49 +08:00
llvm-host-build.mk initial 2024-06-22 20:45:49 +08:00
llvm.mk initial 2024-06-22 20:45:49 +08:00
llvm.spec.in initial 2024-06-22 20:45:49 +08:00

README.txt

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.