• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

bindings/23-Nov-2023-16,07411,941

cmake/23-Nov-2023-6,1315,366

device/include/llvm/Config/23-Nov-2023-985337

docs/23-Nov-2023-80,20060,451

examples/23-Nov-2023-31,45620,814

host/include/llvm/Config/23-Nov-2023-1,010346

include/23-Nov-2023-261,924156,488

lib/23-Nov-2023-1,322,888975,923

projects/23-Nov-2023-5853

resources/23-Nov-2023-8971

runtimes/23-Nov-2023-9175

soong/23-Nov-2023-314236

test/23-Nov-2023-1,847,2361,484,824

tools/23-Nov-2023-68,95553,376

unittests/23-Nov-2023-53,22340,184

utils/23-Nov-2023-85,00157,458

.arcconfigD23-Nov-202375 54

.clang-formatD23-Nov-202320 31

.clang-tidyD23-Nov-2023580 1412

.gitignoreD23-Nov-20232.1 KiB6964

Android.bpD23-Nov-20239.2 KiB351324

CMakeLists.txtD23-Nov-202330.5 KiB858726

CODE_OWNERS.TXTD23-Nov-20234.4 KiB210159

CREDITS.TXTD23-Nov-202310.8 KiB472374

CleanSpec.mkD23-Nov-20232.9 KiB588

LICENSE.TXTD23-Nov-20233.2 KiB7156

LLVMBuild.txtD23-Nov-2023744 2522

METADATAD23-Nov-202339 43

MODULE_LICENSE_BSD_LIKED23-Nov-20230

NOTICED23-Nov-20233.2 KiB7156

OWNERSD23-Nov-202340 21

README.txtD23-Nov-2023663 1813

README.versionD23-Nov-2023117 54

android_test.shD23-Nov-2023554 2111

clear_tblgen_vars.mkD23-Nov-202376 21

configureD23-Nov-2023573 119

llvm-device-build.mkD23-Nov-20231.1 KiB5140

llvm-gen-attributes.mkD23-Nov-202376 21

llvm-gen-intrinsics.mkD23-Nov-202376 21

llvm-host-build.mkD23-Nov-20231.5 KiB6749

llvm.mkD23-Nov-2023406 107

llvm.spec.inD23-Nov-20231.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