• Home
Name Date Size #Lines LOC

..--

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

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

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

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

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

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

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

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

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

projects/07-May-2024-8560

resources/07-May-2024-8971

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

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

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

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

.arcconfigD07-May-202474 54

.clang-formatD07-May-202420 31

.clang-tidyD07-May-2024556 1412

.gitignoreD07-May-20242.1 KiB6762

Android.mkD07-May-20243.6 KiB152130

CMakeLists.txtD07-May-202426.8 KiB764645

CODE_OWNERS.TXTD07-May-20244.2 KiB201152

CREDITS.TXTD07-May-202410.7 KiB468371

CleanSpec.mkD07-May-20242.9 KiB588

LICENSE.TXTD07-May-20243.2 KiB7156

LLVMBuild.txtD07-May-2024744 2522

MODULE_LICENSE_BSD_LIKED07-May-20240

MakefileD07-May-20248.7 KiB296207

Makefile.commonD07-May-20242.5 KiB706

Makefile.config.inD07-May-202413 KiB436348

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

NOTICED07-May-20243.2 KiB7156

README.txtD07-May-2024663 1813

android_test.shD07-May-2024554 2111

clear_tblgen_vars.mkD07-May-202434 32

configureD07-May-2024542.1 KiB19,47816,778

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

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

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

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

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

llvm.mkD07-May-2024548 1310

llvm.spec.inD07-May-20241.8 KiB6957

shared_llvm.mkD07-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