Home | History | Annotate | only in /external/swiftshader/third_party/llvm-subzero
Up to higher level directory
NameDateSize
build/21-Aug-2018
CREDITS.TXT21-Aug-201810.9K
include/21-Aug-2018
lib/21-Aug-2018
LICENSE.TXT21-Aug-20183.1K
README.txt21-Aug-2018838

README.txt

      1 llvm-subzero
      2 ============
      3 
      4 This directory and its subdirectories contain a subset of the source code for
      5 LLVM, required by Subzero.
      6 
      7 The original README.txt content follows:
      8 
      9 Low Level Virtual Machine (LLVM)
     10 ================================
     11 
     12 This directory and its subdirectories contain source code for LLVM,
     13 a toolkit for the construction of highly optimized compilers,
     14 optimizers, and runtime environments.
     15 
     16 LLVM is open source software. You may freely distribute it under the terms of
     17 the license agreement found in LICENSE.txt.
     18 
     19 Please see the documentation provided in docs/ for further
     20 assistance with LLVM, and in particular docs/GettingStarted.rst for getting
     21 started with LLVM and docs/README.txt for an overview of LLVM's
     22 documentation setup.
     23 
     24 If you are writing a package for LLVM, see docs/Packaging.rst for our
     25 suggestions.
     26