Name | Date | Size | |
---|---|---|---|
.. | 06-Oct-2015 | 4 KiB | |
.arcconfig | 06-Oct-2015 | 74 | |
.clang-format | 06-Oct-2015 | 20 | |
.clang-tidy | 06-Oct-2015 | 46 | |
.gitignore | 06-Oct-2015 | 2.1 KiB | |
Android.mk | 06-Oct-2015 | 2.9 KiB | |
android_test.sh | 06-Oct-2015 | 334 | |
autoconf/ | 06-Oct-2015 | 4 KiB | |
bindings/ | 06-Oct-2015 | 4 KiB | |
CleanSpec.mk | 06-Oct-2015 | 2.9 KiB | |
clear_tblgen_vars.mk | 06-Oct-2015 | 34 | |
cmake/ | 06-Oct-2015 | 4 KiB | |
CMakeLists.txt | 06-Oct-2015 | 23.2 KiB | |
CODE_OWNERS.TXT | 06-Oct-2015 | 3.9 KiB | |
configure | 06-Oct-2015 | 547.9 KiB | |
CREDITS.TXT | 06-Oct-2015 | 10.7 KiB | |
device/ | 06-Oct-2015 | 4 KiB | |
docs/ | 06-Oct-2015 | 4 KiB | |
examples/ | 06-Oct-2015 | 4 KiB | |
host/ | 06-Oct-2015 | 4 KiB | |
include/ | 06-Oct-2015 | 4 KiB | |
lib/ | 06-Oct-2015 | 4 KiB | |
LICENSE.TXT | 06-Oct-2015 | 3.2 KiB | |
llvm-device-build.mk | 06-Oct-2015 | 1.8 KiB | |
llvm-gen-intrinsics.mk | 06-Oct-2015 | 720 | |
llvm-host-build.mk | 06-Oct-2015 | 1.7 KiB | |
llvm-tblgen-rules.mk | 06-Oct-2015 | 9.1 KiB | |
llvm.mk | 06-Oct-2015 | 481 | |
llvm.spec.in | 06-Oct-2015 | 1.8 KiB | |
LLVMBuild.txt | 06-Oct-2015 | 744 | |
Makefile | 06-Oct-2015 | 8.7 KiB | |
Makefile.common | 06-Oct-2015 | 2.5 KiB | |
Makefile.config.in | 06-Oct-2015 | 12.8 KiB | |
Makefile.rules | 06-Oct-2015 | 71.5 KiB | |
MODULE_LICENSE_BSD_LIKE | 06-Oct-2015 | 0 | |
NOTICE | 06-Oct-2015 | 3.2 KiB | |
patches/ | 06-Oct-2015 | 4 KiB | |
projects/ | 06-Oct-2015 | 4 KiB | |
README.txt | 06-Oct-2015 | 662 | |
shared_llvm.mk | 06-Oct-2015 | 3.4 KiB | |
test/ | 06-Oct-2015 | 4 KiB | |
tools/ | 06-Oct-2015 | 4 KiB | |
unittests/ | 06-Oct-2015 | 4 KiB | |
utils/ | 06-Oct-2015 | 4 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