• Home
Name Date Size #Lines LOC

..--

bindings/03-May-2024-15,94211,830

cmake/03-May-2024-7,5236,607

docs/03-May-2024-106,20081,272

examples/03-May-2024-31,63820,913

include/03-May-2024-336,776200,232

lib/03-May-2024-1,758,3181,311,153

projects/03-May-2024-6963

resources/03-May-2024-8971

runtimes/03-May-2024-562494

test/03-May-2024-4,206,3653,232,817

tools/03-May-2024-117,66588,853

unittests/03-May-2024-100,45475,607

utils/03-May-2024-126,06785,841

.arcconfigD03-May-202481 54

.clang-formatD03-May-202420 31

.clang-tidyD03-May-2024769 1816

.gitattributesD03-May-2024615 1816

.gitignoreD03-May-20242.2 KiB7771

CMakeLists.txtD03-May-202439 KiB1,043879

CODE_OWNERS.TXTD03-May-20244.6 KiB221168

CREDITS.TXTD03-May-202411.6 KiB505402

LICENSE.TXTD03-May-20243.1 KiB6954

LLVMBuild.txtD03-May-2024744 2522

README.txtD03-May-2024664 1913

RELEASE_TESTERS.TXTD03-May-2024909 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
19