• Home
Name Date Size #Lines LOC

..--

bindings/03-May-2024-16,07411,941

cmake/03-May-2024-6,1315,366

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

docs/03-May-2024-80,20060,451

examples/03-May-2024-31,45620,814

host/include/llvm/Config/03-May-2024-1,012349

include/03-May-2024-261,929156,493

lib/03-May-2024-1,322,171975,282

projects/03-May-2024-5853

resources/03-May-2024-8971

runtimes/03-May-2024-9175

soong/03-May-2024-299223

test/03-May-2024-1,847,2361,484,824

tools/03-May-2024-68,95253,373

unittests/03-May-2024-53,22340,184

utils/03-May-2024-84,95657,418

.arcconfigD03-May-202475 54

.clang-formatD03-May-202420 31

.clang-tidyD03-May-2024580 1412

.gitignoreD03-May-20242.1 KiB6964

Android.bpD03-May-20247.6 KiB310284

CMakeLists.txtD03-May-202430.5 KiB858726

CODE_OWNERS.TXTD03-May-20244.4 KiB210159

CREDITS.TXTD03-May-202410.8 KiB472374

CleanSpec.mkD03-May-20242.9 KiB588

LICENSE.TXTD03-May-20243.2 KiB7156

LLVMBuild.txtD03-May-2024744 2522

MODULE_LICENSE_BSD_LIKED03-May-20240

NOTICED03-May-20243.2 KiB7156

OWNERSD03-May-202440 21

README.txtD03-May-2024663 1813

README.versionD03-May-2024131 54

android_test.shD03-May-2024554 2111

clear_tblgen_vars.mkD03-May-202476 21

configureD03-May-2024573 119

llvm-device-build.mkD03-May-20241.1 KiB5140

llvm-gen-attributes.mkD03-May-202476 21

llvm-gen-intrinsics.mkD03-May-202476 21

llvm-host-build.mkD03-May-20241.6 KiB7051

llvm.mkD03-May-2024406 107

llvm.spec.inD03-May-20241.8 KiB6957

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

README.version

1URL: http://llvm.org/git/llvm.git
2Version: Rolling from upstream + cherry-picks
3BugComponent: 117395
4Owners: srhines, android-llvm
5