|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| bindings/ | | 03-May-2024 | - | 15,942 | 11,830 |
| cmake/ | | 03-May-2024 | - | 7,523 | 6,607 |
| docs/ | | 03-May-2024 | - | 106,200 | 81,272 |
| examples/ | | 03-May-2024 | - | 31,638 | 20,913 |
| include/ | | 03-May-2024 | - | 336,776 | 200,232 |
| lib/ | | 03-May-2024 | - | 1,758,318 | 1,311,153 |
| projects/ | | 03-May-2024 | - | 69 | 63 |
| resources/ | | 03-May-2024 | - | 89 | 71 |
| runtimes/ | | 03-May-2024 | - | 562 | 494 |
| test/ | | 03-May-2024 | - | 4,206,365 | 3,232,817 |
| tools/ | | 03-May-2024 | - | 117,665 | 88,853 |
| unittests/ | | 03-May-2024 | - | 100,454 | 75,607 |
| utils/ | | 03-May-2024 | - | 126,067 | 85,841 |
| .arcconfig | D | 03-May-2024 | 81 | 5 | 4 |
| .clang-format | D | 03-May-2024 | 20 | 3 | 1 |
| .clang-tidy | D | 03-May-2024 | 769 | 18 | 16 |
| .gitattributes | D | 03-May-2024 | 615 | 18 | 16 |
| .gitignore | D | 03-May-2024 | 2.2 KiB | 77 | 71 |
| CMakeLists.txt | D | 03-May-2024 | 39 KiB | 1,043 | 879 |
| CODE_OWNERS.TXT | D | 03-May-2024 | 4.6 KiB | 221 | 168 |
| CREDITS.TXT | D | 03-May-2024 | 11.6 KiB | 505 | 402 |
| LICENSE.TXT | D | 03-May-2024 | 3.1 KiB | 69 | 54 |
| LLVMBuild.txt | D | 03-May-2024 | 744 | 25 | 22 |
| README.txt | D | 03-May-2024 | 664 | 19 | 13 |
| RELEASE_TESTERS.TXT | D | 03-May-2024 | 909 | 48 | 38 |
| configure | D | 03-May-2024 | 573 | 11 | 9 |
| llvm.spec.in | D | 03-May-2024 | 1.8 KiB | 69 | 57 |
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
19