Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig24-Aug-201674
.clang-format24-Aug-201620
.clang-tidy24-Aug-2016556
.gitignore24-Aug-20162.1K
Android.mk24-Aug-20163.6K
android_test.sh24-Aug-2016554
autoconf/24-Aug-2016
bindings/24-Aug-2016
CleanSpec.mk24-Aug-20162.9K
clear_tblgen_vars.mk24-Aug-201634
cmake/24-Aug-2016
CMakeLists.txt24-Aug-201626.8K
CODE_OWNERS.TXT24-Aug-20164.2K
configure24-Aug-2016542.1K
CREDITS.TXT24-Aug-201610.7K
device/24-Aug-2016
docs/24-Aug-2016
examples/24-Aug-2016
host/24-Aug-2016
include/24-Aug-2016
lib/24-Aug-2016
LICENSE.TXT24-Aug-20163.2K
llvm-device-build.mk24-Aug-20161.8K
llvm-gen-attributes.mk24-Aug-2016487
llvm-gen-intrinsics.mk24-Aug-2016666
llvm-host-build.mk24-Aug-20162.3K
llvm-tblgen-rules.mk24-Aug-20169.5K
llvm.mk24-Aug-2016548
llvm.spec.in24-Aug-20161.8K
LLVMBuild.txt24-Aug-2016744
Makefile24-Aug-20168.7K
Makefile.common24-Aug-20162.5K
Makefile.config.in24-Aug-201613K
Makefile.rules24-Aug-201671.7K
MODULE_LICENSE_BSD_LIKE24-Aug-20160
NOTICE24-Aug-20163.2K
projects/24-Aug-2016
README.txt24-Aug-2016663
resources/24-Aug-2016
shared_llvm.mk24-Aug-20163.7K
test/24-Aug-2016
tools/24-Aug-2016
unittests/24-Aug-2016
utils/24-Aug-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