Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig05-Oct-201775
.clang-format05-Oct-201720
.clang-tidy05-Oct-2017580
.gitignore05-Oct-20172.1K
Android.bp05-Oct-20177.6K
android_test.sh05-Oct-2017554
bindings/05-Oct-2017
CleanSpec.mk05-Oct-20172.9K
clear_tblgen_vars.mk05-Oct-201734
cmake/05-Oct-2017
CMakeLists.txt05-Oct-201730.5K
CODE_OWNERS.TXT05-Oct-20174.4K
configure05-Oct-2017573
CREDITS.TXT05-Oct-201710.8K
device/05-Oct-2017
docs/05-Oct-2017
examples/05-Oct-2017
host/05-Oct-2017
include/05-Oct-2017
lib/05-Oct-2017
LICENSE.TXT05-Oct-20173.2K
llvm-device-build.mk05-Oct-20171.6K
llvm-gen-attributes.mk05-Oct-2017537
llvm-gen-intrinsics.mk05-Oct-2017635
llvm-host-build.mk05-Oct-20172.2K
llvm.mk05-Oct-2017406
llvm.spec.in05-Oct-20171.8K
LLVMBuild.txt05-Oct-2017744
MODULE_LICENSE_BSD_LIKE05-Oct-20170
NOTICE05-Oct-20173.2K
OWNERS05-Oct-2017178
projects/05-Oct-2017
README.txt05-Oct-2017663
README.version05-Oct-2017131
resources/05-Oct-2017
runtimes/05-Oct-2017
soong/05-Oct-2017
test/05-Oct-2017
tools/05-Oct-2017
unittests/05-Oct-2017
utils/05-Oct-2017

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 

README.version

      1 URL: http://llvm.org/git/llvm.git
      2 Version: Rolling from upstream + cherry-picks
      3 BugComponent: 117395
      4 Owners: srhines, android-llvm
      5