Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig08-Oct-201574
.clang-format08-Oct-201520
.clang-tidy08-Oct-201546
.gitignore08-Oct-20152.1K
Android.mk08-Oct-20152.9K
android_test.sh08-Oct-2015334
autoconf/08-Oct-2015
bindings/08-Oct-2015
CleanSpec.mk08-Oct-20152.9K
clear_tblgen_vars.mk08-Oct-201534
cmake/08-Oct-2015
CMakeLists.txt08-Oct-201523.2K
CODE_OWNERS.TXT08-Oct-20153.9K
configure08-Oct-2015547.9K
CREDITS.TXT08-Oct-201510.7K
device/08-Oct-2015
docs/08-Oct-2015
examples/08-Oct-2015
host/08-Oct-2015
include/08-Oct-2015
lib/08-Oct-2015
LICENSE.TXT08-Oct-20153.2K
llvm-device-build.mk08-Oct-20151.8K
llvm-gen-intrinsics.mk08-Oct-2015720
llvm-host-build.mk08-Oct-20151.7K
llvm-tblgen-rules.mk08-Oct-20159.1K
llvm.mk08-Oct-2015481
llvm.spec.in08-Oct-20151.8K
LLVMBuild.txt08-Oct-2015744
Makefile08-Oct-20158.7K
Makefile.common08-Oct-20152.5K
Makefile.config.in08-Oct-201512.8K
Makefile.rules08-Oct-201571.5K
MODULE_LICENSE_BSD_LIKE08-Oct-20150
NOTICE08-Oct-20153.2K
patches/08-Oct-2015
projects/08-Oct-2015
README.txt08-Oct-2015662
shared_llvm.mk08-Oct-20153.4K
test/08-Oct-2015
tools/08-Oct-2015
unittests/08-Oct-2015
utils/08-Oct-2015

README.txt

      1 Low Level Virtual Machine (LLVM)
      2 ================================
      3 
      4 This directory and its subdirectories contain source code for LLVM,
      5 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