• Home
Name Date Size #Lines LOC

..--

benchmarks/03-May-2024-1914

bindings/03-May-2024-16,28512,109

cmake/03-May-2024-9,0918,011

docs/03-May-2024-161,740124,625

examples/03-May-2024-33,14521,792

include/03-May-2024-432,885255,957

lib/03-May-2024-2,254,6711,697,020

projects/03-May-2024-5046

resources/03-May-2024-8971

runtimes/03-May-2024-685594

test/03-May-2024-7,328,8565,946,681

tools/03-May-2024-144,136110,031

unittests/03-May-2024-184,430145,019

utils/03-May-2024-176,583126,660

.clang-formatD03-May-202420 31

.clang-tidyD03-May-2024913 2018

.gitattributesD03-May-2024740 2018

.gitignoreD03-May-20242.5 KiB8478

CMakeLists.txtD03-May-202445.4 KiB1,161979

CODE_OWNERS.TXTD03-May-20244.9 KiB242184

CREDITS.TXTD03-May-202412.4 KiB552439

LICENSE.TXTD03-May-202414.8 KiB280229

README.txtD03-May-2024663 1813

RELEASE_TESTERS.TXTD03-May-2024988 4838

configureD03-May-2024573 119

llvm.spec.inD03-May-20241.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