Name
Date
Size
#Lines
LOC

..--

benchmarks/H--1914

bindings/H--11,3928,808

cmake/H--10,6849,435

docs/H--215,586166,623

examples/H--31,88020,517

include/H--549,712328,395

lib/H--3,016,5602,286,288

projects/H--4844

resources/H--8971

runtimes/H--641587

test/H--15,354,03013,115,949

tools/H--167,348127,610

unittests/H--284,868224,258

utils/H--154,739118,057

.clang-formatH A D02-Mar-201420 31

.clang-tidyH A D07-Jun-202126 21

.gitattributesH A D23-Oct-20241.4 KiB3431

.gitignoreH A D01-Oct-20242 KiB6863

CMakeLists.txtH A D28-Jan-202559.1 KiB1,4261,211

CREDITS.TXTH A D24-Aug-202412.9 KiB576457

LICENSE.TXTH A D21-Jan-201914.8 KiB280229

Maintainers.mdH A D21-Jan-202516.1 KiB

README.txtH A D15-Mar-2020663 1813

RELEASE_TESTERS.TXTH A D16-Sep-20241,009 4838

configureH A D26-Jan-2016573 119

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