Home | History | Annotate | only in /external/swiftshader/third_party/LLVM
Up to higher level directory
NameDateSize
ALL_BUILD.vcxproj.filters21-Aug-2018698
Android.mk21-Aug-201814.7K
autoconf/21-Aug-2018
bindings/21-Aug-2018
build-for-llvm-top.sh21-Aug-20182.2K
BUILD.gn21-Aug-201816.9K
cmake/21-Aug-2018
configure21-Aug-2018590.7K
CREDITS.TXT21-Aug-20188.6K
docs/21-Aug-2018
examples/21-Aug-2018
FastIntrinsicID.patch21-Aug-20182.6K
include/21-Aug-2018
include-android/21-Aug-2018
include-fuchsia/21-Aug-2018
include-linux/21-Aug-2018
include-osx/21-Aug-2018
INSTALL.vcxproj.filters21-Aug-2018657
lib/21-Aug-2018
LICENSE.TXT21-Aug-20183.1K
llvm.spec.in21-Aug-20181.9K
Makefile21-Aug-20188K
Makefile.common21-Aug-20182.7K
Makefile.config.in21-Aug-201810.1K
Makefile.rules21-Aug-201876.6K
ModuleInfo.txt21-Aug-2018125
OnlyX86.patch21-Aug-201811K
PACKAGE.vcxproj.filters21-Aug-2018657
projects/21-Aug-2018
README.txt21-Aug-2018579
runtime/21-Aug-2018
test/21-Aug-2018
tools/21-Aug-2018
unittests/21-Aug-2018
utils/21-Aug-2018
ZERO_CHECK.vcxproj.filters21-Aug-2018770

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