Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig16-Dec-201474
.clang-format16-Dec-201420
.gitignore10-Mar-20151.7K
Android.mk10-Mar-20152.7K
android_test.sh16-Dec-2014334
autoconf/10-Mar-2015
bindings/10-Mar-2015
CleanSpec.mk16-Dec-20142.8K
clear_tblgen_vars.mk16-Dec-201434
cmake/10-Mar-2015
CMakeLists.txt10-Mar-201520K
CODE_OWNERS.TXT10-Mar-20153.3K
configure10-Mar-2015582.7K
CREDITS.TXT10-Mar-201510.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.TXT16-Dec-20143.2K
llvm-device-build.mk16-Dec-20141.8K
llvm-gen-intrinsics.mk16-Dec-2014720
llvm-host-build.mk10-Mar-20151.5K
llvm-tblgen-rules.mk10-Mar-20159.1K
llvm.mk16-Dec-2014481
llvm.spec.in16-Dec-20141.8K
LLVMBuild.txt16-Dec-2014744
Makefile16-Dec-20148.7K
Makefile.common16-Dec-20142.5K
Makefile.config.in10-Mar-201512.7K
Makefile.rules10-Mar-201571.7K
MODULE_LICENSE_BSD_LIKE16-Dec-20140
patches/16-Dec-2014
projects/10-Mar-2015
README.txt16-Dec-2014687
shared_llvm.mk10-Mar-20153.4K
test/10-Mar-2015
tools/10-Mar-2015
unittests/16-Dec-2014
utils/10-Mar-2015

README.txt

      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