• Home
Name Date Size #Lines LOC

..--

autoconf/03-May-2024-7,0316,129

bindings/03-May-2024-16,97412,387

cmake/03-May-2024-4,4693,910

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

docs/03-May-2024-77,53658,390

examples/03-May-2024-28,89418,987

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

include/03-May-2024-232,379139,305

lib/03-May-2024-1,205,687887,783

projects/03-May-2024-8560

resources/03-May-2024-8971

test/03-May-2024-1,530,9681,228,595

tools/03-May-2024-62,82347,545

unittests/03-May-2024-43,90032,959

utils/03-May-2024-82,61555,535

.arcconfigD03-May-202474 54

.clang-formatD03-May-202420 31

.clang-tidyD03-May-2024556 1412

.gitignoreD03-May-20242.1 KiB6762

Android.mkD03-May-20243.6 KiB152130

CMakeLists.txtD03-May-202426.8 KiB764645

CODE_OWNERS.TXTD03-May-20244.2 KiB201152

CREDITS.TXTD03-May-202410.7 KiB468371

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-202413 KiB436348

Makefile.rulesD03-May-202471.7 KiB2,1771,497

NOTICED03-May-20243.2 KiB7156

README.txtD03-May-2024663 1813

android_test.shD03-May-2024554 2111

clear_tblgen_vars.mkD03-May-202434 32

configureD03-May-2024542.1 KiB19,47816,778

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

llvm-gen-attributes.mkD03-May-2024487 1613

llvm-gen-intrinsics.mkD03-May-2024666 1814

llvm-host-build.mkD03-May-20242.3 KiB9976

llvm-tblgen-rules.mkD03-May-20249.5 KiB219170

llvm.mkD03-May-2024548 1310

llvm.spec.inD03-May-20241.8 KiB6957

shared_llvm.mkD03-May-20243.7 KiB146115

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 are writing a package for LLVM, see docs/Packaging.rst for our
17suggestions.
18