• Home
Name Date Size #Lines LOC

..--

autoconf/03-May-2024-6,9016,011

bindings/03-May-2024-12,2138,901

cmake/03-May-2024-2,7782,442

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

docs/03-May-2024-68,52951,710

examples/03-May-2024-21,31513,952

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

include/03-May-2024-183,081105,565

lib/03-May-2024-968,387711,785

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

projects/03-May-2024-7853

test/03-May-2024-982,587786,372

tools/03-May-2024-35,35925,978

unittests/03-May-2024-33,83124,881

utils/03-May-2024-79,94053,507

.arcconfigD03-May-202474 54

.clang-formatD03-May-202420 31

.gitignoreD03-May-20241.7 KiB5248

Android.mkD03-May-20242.7 KiB124106

CMakeLists.txtD03-May-202420 KiB595496

CODE_OWNERS.TXTD03-May-20243.3 KiB157118

CREDITS.TXTD03-May-202410.5 KiB459364

CleanSpec.mkD03-May-20242.8 KiB577

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.7 KiB427341

Makefile.rulesD03-May-202471.7 KiB2,1751,493

README.txtD03-May-2024687 1813

android_test.shD03-May-2024334 169

clear_tblgen_vars.mkD03-May-202434 32

configureD03-May-2024582.7 KiB21,03918,159

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

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

llvm-host-build.mkD03-May-20241.5 KiB7156

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

llvm.mkD03-May-2024481 129

llvm.spec.inD03-May-20241.8 KiB6857

shared_llvm.mkD03-May-20243.4 KiB140110

README.txt

1Low Level Virtual Machine (LLVM)
2================================
3
4This directory and its subdirectories contain source code for the Low Level
5Virtual Machine, a 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