Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig06-Dec-201775
.clang-format06-Dec-201720
.clang-tidy06-Dec-2017580
.gitignore06-Dec-20172.1K
Android.bp06-Dec-20177.8K
android_test.sh06-Dec-2017554
bindings/06-Dec-2017
CleanSpec.mk06-Dec-20172.9K
clear_tblgen_vars.mk06-Dec-201734
cmake/06-Dec-2017
CMakeLists.txt06-Dec-201730.5K
CODE_OWNERS.TXT06-Dec-20174.4K
configure06-Dec-2017573
CREDITS.TXT06-Dec-201710.8K
device/06-Dec-2017
docs/06-Dec-2017
examples/06-Dec-2017
host/06-Dec-2017
include/06-Dec-2017
lib/06-Dec-2017
LICENSE.TXT06-Dec-20173.2K
llvm-device-build.mk06-Dec-20171.6K
llvm-gen-attributes.mk06-Dec-2017537
llvm-gen-intrinsics.mk06-Dec-2017635
llvm-host-build.mk06-Dec-20172.2K
llvm.mk06-Dec-2017406
llvm.spec.in06-Dec-20171.8K
LLVMBuild.txt06-Dec-2017744
MODULE_LICENSE_BSD_LIKE06-Dec-20170
NOTICE06-Dec-20173.2K
OWNERS06-Dec-2017178
projects/06-Dec-2017
README.txt06-Dec-2017663
README.version06-Dec-2017131
resources/06-Dec-2017
runtimes/06-Dec-2017
soong/06-Dec-2017
test/06-Dec-2017
tools/06-Dec-2017
unittests/06-Dec-2017
utils/06-Dec-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