• Home
Name Date Size #Lines LOC

..--

autoconf/03-May-2024-6,9986,097

bindings/03-May-2024-16,92612,353

cmake/03-May-2024-3,7623,294

device/include/llvm/Config/03-May-2024-968325

docs/03-May-2024-73,33655,146

examples/03-May-2024-28,94818,992

host/include/llvm/Config/03-May-2024-967311

include/03-May-2024-207,705122,713

lib/03-May-2024-1,071,953788,182

patches/03-May-2024-7,0947,073

projects/03-May-2024-8257

test/03-May-2024-1,210,105977,739

tools/03-May-2024-55,38741,849

unittests/03-May-2024-38,18928,544

utils/03-May-2024-81,46054,651

.arcconfigD03-May-202474 54

.clang-formatD03-May-202420 31

.clang-tidyD03-May-202446 21

.gitignoreD03-May-20242.1 KiB6762

Android.mkD03-May-20242.9 KiB133115

CMakeLists.txtD03-May-202423.2 KiB676564

CODE_OWNERS.TXTD03-May-20243.9 KiB185140

CREDITS.TXTD03-May-202410.7 KiB467370

CleanSpec.mkD03-May-20242.9 KiB588

LICENSE.TXTD03-May-20243.2 KiB7156

LLVMBuild.txtD03-May-2024744 2522

MODULE_LICENSE_BSD_LIKED03-May-20240

MakefileD03-May-20248.7 KiB296207

Makefile.commonD03-May-20242.5 KiB706

Makefile.config.inD03-May-202412.8 KiB431344

Makefile.rulesD03-May-202471.5 KiB2,1721,492

NOTICED03-May-20243.2 KiB7156

README.txtD03-May-2024662 1813

android_test.shD03-May-2024334 169

clear_tblgen_vars.mkD03-May-202434 32

configureD03-May-2024547.9 KiB19,68616,965

llvm-device-build.mkD03-May-20241.8 KiB8060

llvm-gen-intrinsics.mkD03-May-2024720 2015

llvm-host-build.mkD03-May-20241.7 KiB8265

llvm-tblgen-rules.mkD03-May-20249.1 KiB210162

llvm.mkD03-May-2024481 129

llvm.spec.inD03-May-20241.8 KiB6857

shared_llvm.mkD03-May-20243.4 KiB142112

README.txt

1Low Level Virtual Machine (LLVM)
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're writing a package for LLVM, see docs/Packaging.rst for our
17suggestions.
18