aosp12/external/llvm
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
bindings init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cmake init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
device/include/llvm/Config init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docs init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
examples init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
host/include/llvm/Config init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
include init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
projects init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
resources init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
runtimes init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
soong init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
test init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
unittests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
utils init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.arcconfig init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.clang-format init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.clang-tidy init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CMakeLists.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CODE_OWNERS.TXT init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CREDITS.TXT init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CleanSpec.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE.TXT init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LLVMBuild.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_BSD_LIKE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTICE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.version init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
android_test.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
clear_tblgen_vars.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
configure init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
llvm-device-build.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
llvm-gen-attributes.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
llvm-gen-intrinsics.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
llvm-host-build.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
llvm.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
llvm.spec.in init from android-12.1.0_r8 2023-01-09 17:11:35 +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.