Name Date Size #Lines LOC

..08-May-2022-

benchmarks/H08-May-2022-1914

bindings/H08-May-2022-18,35913,866

cmake/H08-May-2022-9,5478,429

docs/H08-May-2022-165,080127,360

examples/H08-May-2022-30,70719,624

include/H08-May-2022-450,651266,747

lib/H08-May-2022-2,361,4841,776,509

projects/H08-May-2022-5046

resources/H08-May-2022-8971

runtimes/H08-May-2022-459417

tools/H08-May-2022-150,154114,406

utils/H08-May-2022-173,450123,492

.clang-formatH A D08-May-202220 31

.clang-tidyH A D08-May-2022913 2018

.gitattributesH A D08-May-2022740 2018

.gitignoreH A D08-May-20222.3 KiB7468

CMakeLists.txtH A D08-May-202245.1 KiB1,150968

CODE_OWNERS.TXTH A D08-May-20225 KiB247188

CREDITS.TXTH A D08-May-202212.4 KiB552439

LICENSE.TXTH A D08-May-202214.8 KiB280229

README.txtH A D08-May-2022663 1813

RELEASE_TESTERS.TXTH A D08-May-2022988 4838

configureH A D08-May-2022573 119

llvm.spec.inH A D08-May-20221.8 KiB6957

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