Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig06-Dec-201674
.clang-format06-Dec-201620
.clang-tidy06-Dec-2016556
.gitignore06-Dec-20162.1K
Android.mk06-Dec-20163.6K
android_test.sh06-Dec-2016554
autoconf/06-Dec-2016
bindings/06-Dec-2016
CleanSpec.mk06-Dec-20162.9K
clear_tblgen_vars.mk06-Dec-201634
cmake/06-Dec-2016
CMakeLists.txt06-Dec-201626.8K
CODE_OWNERS.TXT06-Dec-20164.2K
configure06-Dec-2016542.1K
CREDITS.TXT06-Dec-201610.7K
device/06-Dec-2016
docs/06-Dec-2016
examples/06-Dec-2016
host/06-Dec-2016
include/06-Dec-2016
lib/06-Dec-2016
LICENSE.TXT06-Dec-20163.2K
llvm-device-build.mk06-Dec-20161.8K
llvm-gen-attributes.mk06-Dec-2016487
llvm-gen-intrinsics.mk06-Dec-2016666
llvm-host-build.mk06-Dec-20162.3K
llvm-tblgen-rules.mk06-Dec-20169.5K
llvm.mk06-Dec-2016548
llvm.spec.in06-Dec-20161.8K
LLVMBuild.txt06-Dec-2016744
Makefile06-Dec-20168.7K
Makefile.common06-Dec-20162.5K
Makefile.config.in06-Dec-201613K
Makefile.rules06-Dec-201671.7K
MODULE_LICENSE_BSD_LIKE06-Dec-20160
NOTICE06-Dec-20163.2K
projects/06-Dec-2016
README.txt06-Dec-2016663
resources/06-Dec-2016
shared_llvm.mk06-Dec-20163.7K
test/06-Dec-2016
tools/06-Dec-2016
unittests/06-Dec-2016
utils/06-Dec-2016

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 are writing a package for LLVM, see docs/Packaging.rst for our
     17 suggestions.
     18