Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig05-Aug-201574
.clang-format05-Aug-201520
.gitignore05-Aug-20151.7K
Android.mk05-Aug-20152.7K
android_test.sh05-Aug-2015334
autoconf/05-Aug-2015
bindings/05-Aug-2015
CleanSpec.mk05-Aug-20152.8K
clear_tblgen_vars.mk05-Aug-201534
cmake/05-Aug-2015
CMakeLists.txt05-Aug-201520K
CODE_OWNERS.TXT05-Aug-20153.3K
configure05-Aug-2015582.7K
CREDITS.TXT05-Aug-201510.5K
device/05-Aug-2015
docs/05-Aug-2015
examples/05-Aug-2015
host/05-Aug-2015
include/05-Aug-2015
lib/05-Aug-2015
LICENSE.TXT05-Aug-20153.2K
llvm-device-build.mk05-Aug-20151.8K
llvm-gen-intrinsics.mk05-Aug-2015720
llvm-host-build.mk05-Aug-20151.5K
llvm-tblgen-rules.mk05-Aug-20159.1K
llvm.mk05-Aug-2015481
llvm.spec.in05-Aug-20151.8K
LLVMBuild.txt05-Aug-2015744
Makefile05-Aug-20158.7K
Makefile.common05-Aug-20152.5K
Makefile.config.in05-Aug-201512.7K
Makefile.rules05-Aug-201571.7K
MODULE_LICENSE_BSD_LIKE05-Aug-20150
patches/05-Aug-2015
projects/05-Aug-2015
README.txt05-Aug-2015687
shared_llvm.mk05-Aug-20153.4K
test/05-Aug-2015
tools/05-Aug-2015
unittests/05-Aug-2015
utils/05-Aug-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