NameDateSize

..10-Aug-201812 KiB

.arcconfig10-Aug-201875

.clang-format10-Aug-201820

.clang-tidy10-Aug-2018580

.gitignore10-Aug-20182.1 KiB

Android.bp10-Aug-20187.6 KiB

android_test.sh10-Aug-2018554

bindings/10-Aug-20184 KiB

CleanSpec.mk10-Aug-20182.9 KiB

clear_tblgen_vars.mk10-Aug-201834

cmake/10-Aug-20184 KiB

CMakeLists.txt10-Aug-201830.5 KiB

CODE_OWNERS.TXT10-Aug-20184.4 KiB

configure10-Aug-2018573

CREDITS.TXT10-Aug-201810.8 KiB

device/10-Aug-20184 KiB

docs/10-Aug-20184 KiB

examples/10-Aug-20184 KiB

host/10-Aug-20184 KiB

include/10-Aug-20184 KiB

lib/10-Aug-20184 KiB

LICENSE.TXT10-Aug-20183.2 KiB

llvm-device-build.mk10-Aug-20181.5 KiB

llvm-gen-attributes.mk10-Aug-2018537

llvm-gen-intrinsics.mk10-Aug-2018635

llvm-host-build.mk10-Aug-20182.2 KiB

llvm.mk10-Aug-2018406

llvm.spec.in10-Aug-20181.8 KiB

LLVMBuild.txt10-Aug-2018744

MODULE_LICENSE_BSD_LIKE10-Aug-20180

NOTICE10-Aug-20183.2 KiB

OWNERS10-Aug-2018178

projects/10-Aug-20184 KiB

README.txt10-Aug-2018663

README.version10-Aug-2018131

resources/10-Aug-20184 KiB

runtimes/10-Aug-20184 KiB

soong/10-Aug-20184 KiB

test/10-Aug-20184 KiB

tools/10-Aug-20184 KiB

unittests/10-Aug-20184 KiB

utils/10-Aug-20184 KiB

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