• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

benchmarks/23-Nov-2023-1914

bindings/23-Nov-2023-16,27812,103

cmake/23-Nov-2023-8,9247,863

docs/23-Nov-2023-161,740124,625

examples/23-Nov-2023-33,14521,792

include/23-Nov-2023-432,795255,912

lib/23-Nov-2023-2,248,4761,692,443

projects/23-Nov-2023-5046

resources/23-Nov-2023-8971

runtimes/23-Nov-2023-685594

test/23-Nov-2023-6,833,3545,784,217

tools/23-Nov-2023-143,561109,530

unittests/23-Nov-2023-184,428145,018

utils/23-Nov-2023-175,772126,115

.clang-formatD23-Nov-202320 31

.clang-tidyD23-Nov-2023913 2018

.gitattributesD23-Nov-2023740 2018

.gitignoreD23-Nov-20232.5 KiB8478

CMakeLists.txtD23-Nov-202345.4 KiB1,161979

CODE_OWNERS.TXTD23-Nov-20234.9 KiB242184

CREDITS.TXTD23-Nov-202312.4 KiB552439

LICENSE.TXTD23-Nov-202314.8 KiB280229

README.txtD23-Nov-2023663 1813

RELEASE_TESTERS.TXTD23-Nov-2023988 4838

configureD23-Nov-2023573 119

llvm.spec.inD23-Nov-20231.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