Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig23-Apr-201574
.clang-format23-Apr-201520
.gitignore23-Apr-20151.7K
Android.mk23-Apr-20152.7K
android_test.sh23-Apr-2015334
autoconf/23-Apr-2015
bindings/23-Apr-2015
CleanSpec.mk23-Apr-20152.8K
clear_tblgen_vars.mk23-Apr-201534
cmake/23-Apr-2015
CMakeLists.txt23-Apr-201520K
CODE_OWNERS.TXT23-Apr-20153.3K
configure23-Apr-2015582.7K
CREDITS.TXT23-Apr-201510.5K
device/23-Apr-2015
docs/23-Apr-2015
examples/23-Apr-2015
host/23-Apr-2015
include/23-Apr-2015
lib/23-Apr-2015
LICENSE.TXT23-Apr-20153.2K
llvm-device-build.mk23-Apr-20151.8K
llvm-gen-intrinsics.mk23-Apr-2015720
llvm-host-build.mk23-Apr-20151.5K
llvm-tblgen-rules.mk23-Apr-20159.1K
llvm.mk23-Apr-2015481
llvm.spec.in23-Apr-20151.8K
LLVMBuild.txt23-Apr-2015744
Makefile23-Apr-20158.7K
Makefile.common23-Apr-20152.5K
Makefile.config.in23-Apr-201512.7K
Makefile.rules23-Apr-201571.7K
MODULE_LICENSE_BSD_LIKE23-Apr-20150
patches/23-Apr-2015
projects/23-Apr-2015
README.txt23-Apr-2015687
shared_llvm.mk23-Apr-20153.4K
test/23-Apr-2015
tools/23-Apr-2015
unittests/23-Apr-2015
utils/23-Apr-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