NameDateSize

..07-May-202411

.clang-formatH A D03-Aug-202020

.clang-tidyH A D18-Dec-202126

.gitattributesH A D13-Nov-20231.2 KiB

.gitignoreH A D13-Nov-20232 KiB

benchmarks/H04-Aug-20205

bindings/H07-May-20246

cmake/H13-Nov-202312

CMakeLists.txtH A D13-Nov-202353.9 KiB

CODE_OWNERS.TXTH A D13-Nov-20235.3 KiB

configureH A D03-Aug-2020573

CREDITS.TXTH A D13-Nov-202312.8 KiB

docs/H13-Nov-2023202

examples/H07-May-202416

include/H04-Aug-20205

lib/H13-Nov-202349

LICENSE.TXTH A D03-Aug-202014.8 KiB

llvm.spec.inH A D03-Aug-20201.8 KiB

projects/H13-Nov-20234

README.txtH A D29-Apr-2021663

RELEASE_TESTERS.TXTH A D13-Nov-20231,009

resources/H04-Aug-20204

runtimes/H13-Nov-20234

tools/H07-May-202496

utils/H07-May-202499

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