Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
.arcconfig | 10-Aug-2018 | 75 | |
.clang-format | 10-Aug-2018 | 20 | |
.clang-tidy | 10-Aug-2018 | 580 | |
.gitignore | 10-Aug-2018 | 2.1 KiB | |
Android.bp | 10-Aug-2018 | 7.6 KiB | |
android_test.sh | 10-Aug-2018 | 554 | |
bindings/ | 10-Aug-2018 | 4 KiB | |
CleanSpec.mk | 10-Aug-2018 | 2.9 KiB | |
clear_tblgen_vars.mk | 10-Aug-2018 | 34 | |
cmake/ | 10-Aug-2018 | 4 KiB | |
CMakeLists.txt | 10-Aug-2018 | 30.5 KiB | |
CODE_OWNERS.TXT | 10-Aug-2018 | 4.4 KiB | |
configure | 10-Aug-2018 | 573 | |
CREDITS.TXT | 10-Aug-2018 | 10.8 KiB | |
device/ | 10-Aug-2018 | 4 KiB | |
docs/ | 10-Aug-2018 | 4 KiB | |
examples/ | 10-Aug-2018 | 4 KiB | |
host/ | 10-Aug-2018 | 4 KiB | |
include/ | 10-Aug-2018 | 4 KiB | |
lib/ | 10-Aug-2018 | 4 KiB | |
LICENSE.TXT | 10-Aug-2018 | 3.2 KiB | |
llvm-device-build.mk | 10-Aug-2018 | 1.5 KiB | |
llvm-gen-attributes.mk | 10-Aug-2018 | 537 | |
llvm-gen-intrinsics.mk | 10-Aug-2018 | 635 | |
llvm-host-build.mk | 10-Aug-2018 | 2.2 KiB | |
llvm.mk | 10-Aug-2018 | 406 | |
llvm.spec.in | 10-Aug-2018 | 1.8 KiB | |
LLVMBuild.txt | 10-Aug-2018 | 744 | |
MODULE_LICENSE_BSD_LIKE | 10-Aug-2018 | 0 | |
NOTICE | 10-Aug-2018 | 3.2 KiB | |
OWNERS | 10-Aug-2018 | 178 | |
projects/ | 10-Aug-2018 | 4 KiB | |
README.txt | 10-Aug-2018 | 663 | |
README.version | 10-Aug-2018 | 131 | |
resources/ | 10-Aug-2018 | 4 KiB | |
runtimes/ | 10-Aug-2018 | 4 KiB | |
soong/ | 10-Aug-2018 | 4 KiB | |
test/ | 10-Aug-2018 | 4 KiB | |
tools/ | 10-Aug-2018 | 4 KiB | |
unittests/ | 10-Aug-2018 | 4 KiB | |
utils/ | 10-Aug-2018 | 4 KiB |
README.txt
1Low Level Virtual Machine (LLVM) 2================================ 3 4This directory and its subdirectories contain source code for LLVM, 5a toolkit for the construction of highly optimized compilers, 6optimizers, and runtime environments. 7 8LLVM is open source software. You may freely distribute it under the terms of 9the license agreement found in LICENSE.txt. 10 11Please see the documentation provided in docs/ for further 12assistance with LLVM, and in particular docs/GettingStarted.rst for getting 13started with LLVM and docs/README.txt for an overview of LLVM's 14documentation setup. 15 16If you are writing a package for LLVM, see docs/Packaging.rst for our 17suggestions. 18