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