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

..--

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

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

device/include/llvm/Config/22-Nov-2023-981333

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

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

host/include/llvm/Config/22-Nov-2023-1,012349

include/22-Nov-2023-261,929156,493

lib/22-Nov-2023-1,290,244952,862

projects/22-Nov-2023-5853

resources/22-Nov-2023-8971

runtimes/22-Nov-2023-9175

soong/23-Nov-2023-299223

test/22-Nov-2023-1,847,0861,484,705

tools/22-Nov-2023-68,95253,373

unittests/22-Nov-2023-53,16640,147

utils/22-Nov-2023-84,95657,418

.arcconfigD22-Nov-202375 54

.clang-formatD22-Nov-202320 31

.clang-tidyD22-Nov-2023580 1412

.gitD01-Jan-19700

.gitignoreD22-Nov-20232.1 KiB6964

Android.bpD23-Nov-20237.6 KiB310284

CMakeLists.txtD22-Nov-202330.5 KiB858726

CODE_OWNERS.TXTD22-Nov-20234.4 KiB210159

CREDITS.TXTD22-Nov-202310.8 KiB472374

CleanSpec.mkD22-Nov-20232.9 KiB588

LICENSE.TXTD22-Nov-20233.2 KiB7156

LLVMBuild.txtD22-Nov-2023744 2522

MODULE_LICENSE_BSD_LIKED22-Nov-20230

NOTICED22-Nov-20233.2 KiB7156

OWNERSD23-Nov-202340 21

README.txtD22-Nov-2023663 1813

README.versionD22-Nov-2023131 54

android_test.shD22-Nov-2023554 2111

clear_tblgen_vars.mkD23-Nov-202376 21

configureD22-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.6 KiB7051

llvm.mkD22-Nov-2023406 107

llvm.spec.inD22-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: Rolling from upstream + cherry-picks
3BugComponent: 117395
4Owners: srhines, android-llvm
5