Home | History | Annotate | only in /external/swiftshader/third_party/LLVM
Up to higher level directory
NameDateSize
ALL_BUILD.vcxproj.filters22-Oct-2020698
Android.bp22-Oct-202017.8K
Android.mk22-Oct-202014.8K
autoconf/22-Oct-2020
bindings/22-Oct-2020
build-for-llvm-top.sh22-Oct-20202.2K
BUILD.gn22-Oct-202017K
cmake/22-Oct-2020
configure22-Oct-2020590.7K
CREDITS.TXT22-Oct-20208.6K
docs/22-Oct-2020
examples/22-Oct-2020
FastIntrinsicID.patch22-Oct-20202.6K
include/22-Oct-2020
include-android/22-Oct-2020
include-fuchsia/22-Oct-2020
include-linux/22-Oct-2020
include-osx/22-Oct-2020
INSTALL.vcxproj.filters22-Oct-2020657
lib/22-Oct-2020
LICENSE.TXT22-Oct-20203.1K
llvm.spec.in22-Oct-20201.9K
Makefile22-Oct-20208K
Makefile.common22-Oct-20202.7K
Makefile.config.in22-Oct-202010.1K
Makefile.rules22-Oct-202076.6K
ModuleInfo.txt22-Oct-2020125
OnlyX86.patch22-Oct-202011K
PACKAGE.vcxproj.filters22-Oct-2020657
projects/22-Oct-2020
README.txt22-Oct-2020579
runtime/22-Oct-2020
test/22-Oct-2020
tools/22-Oct-2020
ubsan_blacklist.txt22-Oct-2020133
unittests/22-Oct-2020
utils/22-Oct-2020
ZERO_CHECK.vcxproj.filters22-Oct-2020770

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