|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| autoconf/ | | 03-May-2024 | - | 20,700 | 17,514 |
| bindings/ | | 03-May-2024 | - | 8,327 | 6,065 |
| cmake/ | | 03-May-2024 | - | 1,532 | 1,359 |
| docs/ | | 03-May-2024 | - | 75,497 | 59,310 |
| examples/ | | 03-May-2024 | - | 11,754 | 7,636 |
| include/ | | 03-May-2024 | - | 142,412 | 85,022 |
| include-android/llvm/ | | 03-May-2024 | - | 1,022 | 312 |
| include-fuchsia/llvm/ | | 03-May-2024 | - | 1,016 | 303 |
| include-linux/llvm/ | | 03-May-2024 | - | 1,020 | 312 |
| include-osx/llvm/ | | 03-May-2024 | - | 1,022 | 305 |
| lib/ | | 03-May-2024 | - | 1,323,684 | 1,145,504 |
| projects/ | | 03-May-2024 | - | 6,001 | 4,898 |
| runtime/ | | 03-May-2024 | - | 912 | 508 |
| test/ | | 03-May-2024 | - | 442,465 | 356,190 |
| tools/ | | 03-May-2024 | - | 19,611 | 13,494 |
| unittests/ | | 03-May-2024 | - | 11,018 | 7,967 |
| utils/ | | 03-May-2024 | - | 73,869 | 49,653 |
| ALL_BUILD.vcxproj.filters | D | 03-May-2024 | 698 | 26 | 25 |
| Android.bp | D | 03-May-2024 | 17.8 KiB | 456 | 440 |
| Android.mk | D | 03-May-2024 | 14.8 KiB | 448 | 424 |
| BUILD.gn | D | 03-May-2024 | 17 KiB | 476 | 463 |
| CREDITS.TXT | D | 03-May-2024 | 8.6 KiB | 377 | 297 |
| FastIntrinsicID.patch | D | 03-May-2024 | 2.6 KiB | 68 | 60 |
| INSTALL.vcxproj.filters | D | 03-May-2024 | 657 | 25 | 24 |
| LICENSE.TXT | D | 03-May-2024 | 3.1 KiB | 70 | 55 |
| Makefile | D | 03-May-2024 | 8 KiB | 266 | 182 |
| Makefile.common | D | 03-May-2024 | 2.7 KiB | 71 | 6 |
| Makefile.config.in | D | 03-May-2024 | 10.1 KiB | 328 | 265 |
| Makefile.rules | D | 03-May-2024 | 76.6 KiB | 2,246 | 1,546 |
| ModuleInfo.txt | D | 03-May-2024 | 125 | 5 | 4 |
| OnlyX86.patch | D | 03-May-2024 | 11 KiB | 275 | 269 |
| PACKAGE.vcxproj.filters | D | 03-May-2024 | 657 | 25 | 24 |
| README.txt | D | 03-May-2024 | 579 | 16 | 11 |
| ZERO_CHECK.vcxproj.filters | D | 03-May-2024 | 770 | 28 | 27 |
| build-for-llvm-top.sh | D | 03-May-2024 | 2.2 KiB | 69 | 53 |
| configure | D | 03-May-2024 | 590.7 KiB | 20,569 | 17,479 |
| llvm.spec.in | D | 03-May-2024 | 1.9 KiB | 68 | 57 |
| ubsan_blacklist.txt | D | 03-May-2024 | 133 | 4 | 3 |
README.txt
1Low Level Virtual Machine (LLVM)
2================================
3
4This directory and its subdirectories contain source code for the Low Level
5Virtual Machine, a 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 HTML documentation provided in docs/index.html for further
12assistance with LLVM.
13
14If you're writing a package for LLVM, see docs/Packaging.html for our
15suggestions.
16