• 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,920156,486

lib/22-Nov-2023-1,322,162975,275

projects/22-Nov-2023-5853

resources/22-Nov-2023-8971

runtimes/22-Nov-2023-9175

soong/22-Nov-2023-291216

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

tools/22-Nov-2023-70,36154,697

unittests/22-Nov-2023-52,73839,757

utils/22-Nov-2023-84,95457,415

.arcconfigD22-Nov-202375 54

.clang-formatD22-Nov-202320 31

.clang-tidyD22-Nov-2023580 1412

.gitD01-Jan-19700

.gitignoreD22-Nov-20232.1 KiB6964

Android.bpD22-Nov-20237.6 KiB311284

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

OWNERSD22-Nov-2023178 76

README.txtD22-Nov-2023663 1813

README.versionD22-Nov-2023131 54

android_test.shD22-Nov-2023554 2111

clear_tblgen_vars.mkD22-Nov-202334 32

configureD22-Nov-2023573 119

llvm-device-build.mkD22-Nov-20231.5 KiB6651

llvm-gen-attributes.mkD22-Nov-2023537 1714

llvm-gen-intrinsics.mkD22-Nov-2023635 1814

llvm-host-build.mkD22-Nov-20232.2 KiB8663

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