Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig21-Aug-201875
.clang-format21-Aug-201820
.clang-tidy21-Aug-2018580
Android.bp21-Aug-20187.6K
android_test.sh21-Aug-2018554
bindings/21-Aug-2018
CleanSpec.mk21-Aug-20182.9K
clear_tblgen_vars.mk21-Aug-201834
cmake/21-Aug-2018
CMakeLists.txt21-Aug-201830.5K
CODE_OWNERS.TXT21-Aug-20184.4K
configure21-Aug-2018573
CREDITS.TXT21-Aug-201810.8K
device/21-Aug-2018
docs/21-Aug-2018
examples/21-Aug-2018
host/21-Aug-2018
include/21-Aug-2018
lib/21-Aug-2018
LICENSE.TXT21-Aug-20183.2K
llvm-device-build.mk21-Aug-20181.5K
llvm-gen-attributes.mk21-Aug-2018537
llvm-gen-intrinsics.mk21-Aug-2018635
llvm-host-build.mk21-Aug-20182.2K
llvm.mk21-Aug-2018406
llvm.spec.in21-Aug-20181.8K
LLVMBuild.txt21-Aug-2018744
MODULE_LICENSE_BSD_LIKE21-Aug-20180
NOTICE21-Aug-20183.2K
OWNERS21-Aug-2018178
projects/21-Aug-2018
README.txt21-Aug-2018663
README.version21-Aug-2018131
resources/21-Aug-2018
runtimes/21-Aug-2018
soong/21-Aug-2018
test/21-Aug-2018
tools/21-Aug-2018
unittests/21-Aug-2018
utils/21-Aug-2018

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