NameDateSize

..06-Oct-20154 KiB

.arcconfig06-Oct-201574

.clang-format06-Oct-201520

.clang-tidy06-Oct-201546

.gitignore06-Oct-20152.1 KiB

Android.mk06-Oct-20152.9 KiB

android_test.sh06-Oct-2015334

autoconf/06-Oct-20154 KiB

bindings/06-Oct-20154 KiB

CleanSpec.mk06-Oct-20152.9 KiB

clear_tblgen_vars.mk06-Oct-201534

cmake/06-Oct-20154 KiB

CMakeLists.txt06-Oct-201523.2 KiB

CODE_OWNERS.TXT06-Oct-20153.9 KiB

configure06-Oct-2015547.9 KiB

CREDITS.TXT06-Oct-201510.7 KiB

device/06-Oct-20154 KiB

docs/06-Oct-20154 KiB

examples/06-Oct-20154 KiB

host/06-Oct-20154 KiB

include/06-Oct-20154 KiB

lib/06-Oct-20154 KiB

LICENSE.TXT06-Oct-20153.2 KiB

llvm-device-build.mk06-Oct-20151.8 KiB

llvm-gen-intrinsics.mk06-Oct-2015720

llvm-host-build.mk06-Oct-20151.7 KiB

llvm-tblgen-rules.mk06-Oct-20159.1 KiB

llvm.mk06-Oct-2015481

llvm.spec.in06-Oct-20151.8 KiB

LLVMBuild.txt06-Oct-2015744

Makefile06-Oct-20158.7 KiB

Makefile.common06-Oct-20152.5 KiB

Makefile.config.in06-Oct-201512.8 KiB

Makefile.rules06-Oct-201571.5 KiB

MODULE_LICENSE_BSD_LIKE06-Oct-20150

NOTICE06-Oct-20153.2 KiB

patches/06-Oct-20154 KiB

projects/06-Oct-20154 KiB

README.txt06-Oct-2015662

shared_llvm.mk06-Oct-20153.4 KiB

test/06-Oct-20154 KiB

tools/06-Oct-20154 KiB

unittests/06-Oct-20154 KiB

utils/06-Oct-20154 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're writing a package for LLVM, see docs/Packaging.rst for our
17suggestions.
18