Name Date Size #Lines LOC

..--

bindings/H25-Apr-2025-16,07411,941

cmake/H25-Apr-2025-6,1315,366

device/include/llvm/Config/H25-Apr-2025-985337

docs/H25-Apr-2025-80,20060,451

examples/H25-Apr-2025-31,45620,814

host/include/llvm/Config/H25-Apr-2025-1,010346

include/H25-Apr-2025-261,953156,510

lib/H25-Apr-2025-1,322,888975,923

projects/H25-Apr-2025-5853

resources/H25-Apr-2025-8971

runtimes/H25-Apr-2025-9175

soong/H25-Apr-2025-322244

test/H25-Apr-2025-1,847,2361,484,824

tools/H25-Apr-2025-68,95553,376

unittests/H25-Apr-2025-53,22340,184

utils/H25-Apr-2025-85,00157,458

.arcconfigH A D25-Apr-202575 54

.clang-formatH A D25-Apr-202520 31

.clang-tidyH A D25-Apr-2025580 1412

.gitignoreH A D25-Apr-20252.1 KiB6964

Android.bpH A D25-Apr-20259.4 KiB359330

CMakeLists.txtH A D25-Apr-202530.5 KiB858726

CODE_OWNERS.TXTH A D25-Apr-20254.4 KiB210159

CREDITS.TXTH A D25-Apr-202510.8 KiB472374

CleanSpec.mkH A D25-Apr-20252.9 KiB588

LICENSE.TXTH A D25-Apr-20253.2 KiB7156

LLVMBuild.txtH A D25-Apr-2025744 2522

METADATAH A D25-Apr-202539 43

MODULE_LICENSE_BSD_LIKEHD25-Apr-20250

NOTICEH A D25-Apr-20253.2 KiB7156

OWNERSH A D25-Apr-202540 21

README.txtH A D25-Apr-2025663 1813

README.versionH A D25-Apr-2025117 54

android_test.shH A D25-Apr-2025554 2111

clear_tblgen_vars.mkH A D25-Apr-202576 21

configureH A D25-Apr-2025573 119

llvm-device-build.mkH A D25-Apr-20251.1 KiB5140

llvm-gen-attributes.mkH A D25-Apr-202576 21

llvm-gen-intrinsics.mkH A D25-Apr-202576 21

llvm-host-build.mkH A D25-Apr-20251.5 KiB6749

llvm.mkH A D25-Apr-2025406 107

llvm.spec.inH A D25-Apr-20251.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: r275480 + cherry-picks
3BugComponent: 117395
4Owners: srhines, android-llvm
5