Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig22-Oct-202075
.clang-format22-Oct-202020
.clang-tidy22-Oct-2020580
Android.bp22-Oct-20207.6K
android_test.sh22-Oct-2020554
bindings/22-Oct-2020
CleanSpec.mk22-Oct-20202.9K
clear_tblgen_vars.mk22-Oct-202076
cmake/22-Oct-2020
CMakeLists.txt22-Oct-202030.5K
CODE_OWNERS.TXT22-Oct-20204.4K
configure22-Oct-2020573
CREDITS.TXT22-Oct-202010.8K
device/22-Oct-2020
docs/22-Oct-2020
examples/22-Oct-2020
host/22-Oct-2020
include/22-Oct-2020
lib/22-Oct-2020
LICENSE.TXT22-Oct-20203.2K
llvm-device-build.mk22-Oct-20201.1K
llvm-gen-attributes.mk22-Oct-202076
llvm-gen-intrinsics.mk22-Oct-202076
llvm-host-build.mk22-Oct-20201.6K
llvm.mk22-Oct-2020406
llvm.spec.in22-Oct-20201.8K
LLVMBuild.txt22-Oct-2020744
MODULE_LICENSE_BSD_LIKE22-Oct-20200
NOTICE22-Oct-20203.2K
OWNERS22-Oct-202040
projects/22-Oct-2020
README.txt22-Oct-2020663
README.version22-Oct-2020131
resources/22-Oct-2020
runtimes/22-Oct-2020
soong/22-Oct-2020
test/22-Oct-2020
tools/22-Oct-2020
unittests/22-Oct-2020
utils/22-Oct-2020

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