Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
bindings/ | 03-May-2024 | - | 16,074 | 11,941 | ||
cmake/ | 03-May-2024 | - | 6,131 | 5,366 | ||
device/include/llvm/Config/ | 03-May-2024 | - | 985 | 337 | ||
docs/ | 03-May-2024 | - | 80,200 | 60,451 | ||
examples/ | 03-May-2024 | - | 31,456 | 20,814 | ||
host/include/llvm/Config/ | 03-May-2024 | - | 1,012 | 349 | ||
include/ | 03-May-2024 | - | 261,929 | 156,493 | ||
lib/ | 03-May-2024 | - | 1,322,179 | 975,290 | ||
projects/ | 03-May-2024 | - | 58 | 53 | ||
resources/ | 03-May-2024 | - | 89 | 71 | ||
runtimes/ | 03-May-2024 | - | 91 | 75 | ||
soong/ | 03-May-2024 | - | 301 | 224 | ||
test/ | 03-May-2024 | - | 1,847,236 | 1,484,824 | ||
tools/ | 03-May-2024 | - | 68,952 | 53,373 | ||
unittests/ | 03-May-2024 | - | 53,223 | 40,184 | ||
utils/ | 03-May-2024 | - | 84,956 | 57,418 | ||
.arcconfig | D | 03-May-2024 | 75 | 5 | 4 | |
.clang-format | D | 03-May-2024 | 20 | 3 | 1 | |
.clang-tidy | D | 03-May-2024 | 580 | 14 | 12 | |
.gitignore | D | 03-May-2024 | 2.1 KiB | 69 | 64 | |
Android.bp | D | 03-May-2024 | 7.9 KiB | 317 | 291 | |
CMakeLists.txt | D | 03-May-2024 | 30.5 KiB | 858 | 726 | |
CODE_OWNERS.TXT | D | 03-May-2024 | 4.4 KiB | 210 | 159 | |
CREDITS.TXT | D | 03-May-2024 | 10.8 KiB | 472 | 374 | |
CleanSpec.mk | D | 03-May-2024 | 2.9 KiB | 58 | 8 | |
LICENSE.TXT | D | 03-May-2024 | 3.2 KiB | 71 | 56 | |
LLVMBuild.txt | D | 03-May-2024 | 744 | 25 | 22 | |
MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 3.2 KiB | 71 | 56 | |
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.txt | D | 03-May-2024 | 663 | 18 | 13 | |
README.version | D | 03-May-2024 | 131 | 5 | 4 | |
android_test.sh | D | 03-May-2024 | 554 | 21 | 11 | |
clear_tblgen_vars.mk | D | 03-May-2024 | 76 | 2 | 1 | |
configure | D | 03-May-2024 | 573 | 11 | 9 | |
llvm-device-build.mk | D | 03-May-2024 | 1.1 KiB | 51 | 40 | |
llvm-gen-attributes.mk | D | 03-May-2024 | 76 | 2 | 1 | |
llvm-gen-intrinsics.mk | D | 03-May-2024 | 76 | 2 | 1 | |
llvm-host-build.mk | D | 03-May-2024 | 1.6 KiB | 70 | 51 | |
llvm.mk | D | 03-May-2024 | 406 | 10 | 7 | |
llvm.spec.in | D | 03-May-2024 | 1.8 KiB | 69 | 57 |
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