Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
benchmarks/ | H | - | - | 19 | 14 | |
bindings/ | H | - | - | 11,392 | 8,808 | |
cmake/ | H | - | - | 10,684 | 9,435 | |
docs/ | H | - | - | 215,586 | 166,623 | |
examples/ | H | - | - | 31,880 | 20,517 | |
include/ | H | - | - | 549,712 | 328,395 | |
lib/ | H | - | - | 3,016,560 | 2,286,288 | |
projects/ | H | - | - | 48 | 44 | |
resources/ | H | - | - | 89 | 71 | |
runtimes/ | H | - | - | 641 | 587 | |
test/ | H | - | - | 15,354,030 | 13,115,949 | |
tools/ | H | - | - | 167,348 | 127,610 | |
unittests/ | H | - | - | 284,868 | 224,258 | |
utils/ | H | - | - | 154,739 | 118,057 | |
.clang-format | H A D | 02-Mar-2014 | 20 | 3 | 1 | |
.clang-tidy | H A D | 07-Jun-2021 | 26 | 2 | 1 | |
.gitattributes | H A D | 23-Oct-2024 | 1.4 KiB | 34 | 31 | |
.gitignore | H A D | 01-Oct-2024 | 2 KiB | 68 | 63 | |
CMakeLists.txt | H A D | 28-Jan-2025 | 59.1 KiB | 1,426 | 1,211 | |
CREDITS.TXT | H A D | 24-Aug-2024 | 12.9 KiB | 576 | 457 | |
LICENSE.TXT | H A D | 21-Jan-2019 | 14.8 KiB | 280 | 229 | |
Maintainers.md | H A D | 21-Jan-2025 | 16.1 KiB | |||
README.txt | H A D | 15-Mar-2020 | 663 | 18 | 13 | |
RELEASE_TESTERS.TXT | H A D | 16-Sep-2024 | 1,009 | 48 | 38 | |
configure | H A D | 26-Jan-2016 | 573 | 11 | 9 |
README.txt
1The LLVM Compiler Infrastructure 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