Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig03-Dec-201474
.clang-format03-Dec-201420
.gitignore03-Dec-20141.7K
Android.mk03-Dec-20142.7K
android_test.sh03-Dec-2014334
autoconf/03-Dec-2014
bindings/03-Dec-2014
CleanSpec.mk03-Dec-20142.8K
clear_tblgen_vars.mk03-Dec-201434
cmake/03-Dec-2014
CMakeLists.txt03-Dec-201420K
CODE_OWNERS.TXT03-Dec-20143.3K
configure03-Dec-2014582.7K
CREDITS.TXT03-Dec-201410.5K
device/03-Dec-2014
docs/03-Dec-2014
examples/03-Dec-2014
host/03-Dec-2014
include/03-Dec-2014
lib/03-Dec-2014
LICENSE.TXT03-Dec-20143.2K
llvm-device-build.mk03-Dec-20141.8K
llvm-gen-intrinsics.mk03-Dec-2014720
llvm-host-build.mk03-Dec-20141.5K
llvm-tblgen-rules.mk03-Dec-20149.1K
llvm.mk03-Dec-2014481
llvm.spec.in03-Dec-20141.8K
LLVMBuild.txt03-Dec-2014744
Makefile03-Dec-20148.7K
Makefile.common03-Dec-20142.5K
Makefile.config.in03-Dec-201412.7K
Makefile.rules03-Dec-201471.7K
MODULE_LICENSE_BSD_LIKE03-Dec-20140
patches/03-Dec-2014
projects/03-Dec-2014
README.txt03-Dec-2014687
shared_llvm.mk03-Dec-20143.4K
test/03-Dec-2014
tools/03-Dec-2014
unittests/03-Dec-2014
utils/03-Dec-2014

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