Home | History | Annotate | only in /external/swiftshader/third_party/LLVM
Up to higher level directory
NameDateSize
ALL_BUILD.vcxproj.filters05-Oct-2017698
Android.mk05-Oct-201714.3K
autoconf/05-Oct-2017
bindings/05-Oct-2017
build-for-llvm-top.sh05-Oct-20172.2K
cmake/05-Oct-2017
configure05-Oct-2017590.7K
CREDITS.TXT05-Oct-20178.6K
docs/05-Oct-2017
examples/05-Oct-2017
FastIntrinsicID.patch05-Oct-20172.6K
include/05-Oct-2017
include-android/05-Oct-2017
include-linux/05-Oct-2017
include-osx/05-Oct-2017
INSTALL.vcxproj.filters05-Oct-2017657
lib/05-Oct-2017
LICENSE.TXT05-Oct-20173.1K
LLVM.cbp05-Oct-201751.8K
llvm.spec.in05-Oct-20171.9K
Makefile05-Oct-20178K
Makefile.common05-Oct-20172.7K
Makefile.config.in05-Oct-201710.1K
Makefile.rules05-Oct-201776.6K
ModuleInfo.txt05-Oct-2017125
OnlyX86.patch05-Oct-201711K
PACKAGE.vcxproj.filters05-Oct-2017657
projects/05-Oct-2017
README.txt05-Oct-2017579
runtime/05-Oct-2017
test/05-Oct-2017
tools/05-Oct-2017
unittests/05-Oct-2017
utils/05-Oct-2017
ZERO_CHECK.vcxproj.filters05-Oct-2017770

README.txt

      1 Low Level Virtual Machine (LLVM)
      2 ================================
      3 
      4 This directory and its subdirectories contain source code for the Low Level
      5 Virtual Machine, 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 HTML documentation provided in docs/index.html for further
     12 assistance with LLVM.
     13 
     14 If you're writing a package for LLVM, see docs/Packaging.html for our
     15 suggestions.
     16