|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| benchmarks/ | | 03-May-2024 | - | 19 | 14 |
| bindings/ | | 03-May-2024 | - | 16,285 | 12,109 |
| cmake/ | | 03-May-2024 | - | 9,091 | 8,011 |
| docs/ | | 03-May-2024 | - | 161,740 | 124,625 |
| examples/ | | 03-May-2024 | - | 33,145 | 21,792 |
| include/ | | 03-May-2024 | - | 432,885 | 255,957 |
| lib/ | | 03-May-2024 | - | 2,254,671 | 1,697,020 |
| projects/ | | 03-May-2024 | - | 50 | 46 |
| resources/ | | 03-May-2024 | - | 89 | 71 |
| runtimes/ | | 03-May-2024 | - | 685 | 594 |
| test/ | | 03-May-2024 | - | 7,328,856 | 5,946,681 |
| tools/ | | 03-May-2024 | - | 144,136 | 110,031 |
| unittests/ | | 03-May-2024 | - | 184,430 | 145,019 |
| utils/ | | 03-May-2024 | - | 176,583 | 126,660 |
| .clang-format | D | 03-May-2024 | 20 | 3 | 1 |
| .clang-tidy | D | 03-May-2024 | 913 | 20 | 18 |
| .gitattributes | D | 03-May-2024 | 740 | 20 | 18 |
| .gitignore | D | 03-May-2024 | 2.5 KiB | 84 | 78 |
| CMakeLists.txt | D | 03-May-2024 | 45.4 KiB | 1,161 | 979 |
| CODE_OWNERS.TXT | D | 03-May-2024 | 4.9 KiB | 242 | 184 |
| CREDITS.TXT | D | 03-May-2024 | 12.4 KiB | 552 | 439 |
| LICENSE.TXT | D | 03-May-2024 | 14.8 KiB | 280 | 229 |
| README.txt | D | 03-May-2024 | 663 | 18 | 13 |
| RELEASE_TESTERS.TXT | D | 03-May-2024 | 988 | 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