Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.arcconfig | 16-Dec-2014 | 74 | |
.clang-format | 16-Dec-2014 | 20 | |
.gitignore | 10-Mar-2015 | 1.7K | |
Android.mk | 10-Mar-2015 | 2.7K | |
android_test.sh | 16-Dec-2014 | 334 | |
autoconf/ | 10-Mar-2015 | ||
bindings/ | 10-Mar-2015 | ||
CleanSpec.mk | 16-Dec-2014 | 2.8K | |
clear_tblgen_vars.mk | 16-Dec-2014 | 34 | |
cmake/ | 10-Mar-2015 | ||
CMakeLists.txt | 10-Mar-2015 | 20K | |
CODE_OWNERS.TXT | 10-Mar-2015 | 3.3K | |
configure | 10-Mar-2015 | 582.7K | |
CREDITS.TXT | 10-Mar-2015 | 10.5K | |
device/ | 16-Dec-2014 | ||
docs/ | 10-Mar-2015 | ||
examples/ | 16-Dec-2014 | ||
host/ | 16-Dec-2014 | ||
include/ | 16-Dec-2014 | ||
lib/ | 16-Dec-2014 | ||
LICENSE.TXT | 16-Dec-2014 | 3.2K | |
llvm-device-build.mk | 16-Dec-2014 | 1.8K | |
llvm-gen-intrinsics.mk | 16-Dec-2014 | 720 | |
llvm-host-build.mk | 10-Mar-2015 | 1.5K | |
llvm-tblgen-rules.mk | 10-Mar-2015 | 9.1K | |
llvm.mk | 16-Dec-2014 | 481 | |
llvm.spec.in | 16-Dec-2014 | 1.8K | |
LLVMBuild.txt | 16-Dec-2014 | 744 | |
Makefile | 16-Dec-2014 | 8.7K | |
Makefile.common | 16-Dec-2014 | 2.5K | |
Makefile.config.in | 10-Mar-2015 | 12.7K | |
Makefile.rules | 10-Mar-2015 | 71.7K | |
MODULE_LICENSE_BSD_LIKE | 16-Dec-2014 | 0 | |
patches/ | 16-Dec-2014 | ||
projects/ | 10-Mar-2015 | ||
README.txt | 16-Dec-2014 | 687 | |
shared_llvm.mk | 10-Mar-2015 | 3.4K | |
test/ | 10-Mar-2015 | ||
tools/ | 10-Mar-2015 | ||
unittests/ | 16-Dec-2014 | ||
utils/ | 10-Mar-2015 |
1 Low Level Virtual Machine (LLVM) 2 ================================ 3 4 This directory and its subdirectories contain source code for the Low Level 5 Virtual Machine, a toolkit for the construction of highly optimized compilers, 6 optimizers, and runtime environments. 7 8 LLVM is open source software. You may freely distribute it under the terms of 9 the license agreement found in LICENSE.txt. 10 11 Please see the documentation provided in docs/ for further 12 assistance with LLVM, and in particular docs/GettingStarted.rst for getting 13 started with LLVM and docs/README.txt for an overview of LLVM's 14 documentation setup. 15 16 If you're writing a package for LLVM, see docs/Packaging.rst for our 17 suggestions. 18