Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig21-Oct-201674
.clang-format21-Oct-201620
.clang-tidy21-Oct-2016556
.gitignore21-Oct-20162.1K
Android.mk21-Oct-20163.6K
android_test.sh21-Oct-2016554
autoconf/21-Oct-2016
bindings/21-Oct-2016
CleanSpec.mk21-Oct-20162.9K
clear_tblgen_vars.mk21-Oct-201634
cmake/21-Oct-2016
CMakeLists.txt21-Oct-201626.8K
CODE_OWNERS.TXT21-Oct-20164.2K
configure21-Oct-2016542.1K
CREDITS.TXT21-Oct-201610.7K
device/21-Oct-2016
docs/21-Oct-2016
examples/21-Oct-2016
host/21-Oct-2016
include/21-Oct-2016
lib/21-Oct-2016
LICENSE.TXT21-Oct-20163.2K
llvm-device-build.mk21-Oct-20161.8K
llvm-gen-attributes.mk21-Oct-2016487
llvm-gen-intrinsics.mk21-Oct-2016666
llvm-host-build.mk21-Oct-20162.3K
llvm-tblgen-rules.mk21-Oct-20169.5K
llvm.mk21-Oct-2016548
llvm.spec.in21-Oct-20161.8K
LLVMBuild.txt21-Oct-2016744
Makefile21-Oct-20168.7K
Makefile.common21-Oct-20162.5K
Makefile.config.in21-Oct-201613K
Makefile.rules21-Oct-201671.7K
MODULE_LICENSE_BSD_LIKE21-Oct-20160
NOTICE21-Oct-20163.2K
projects/21-Oct-2016
README.txt21-Oct-2016663
resources/21-Oct-2016
shared_llvm.mk21-Oct-20163.7K
test/21-Oct-2016
tools/21-Oct-2016
unittests/21-Oct-2016
utils/21-Oct-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