• Home
  • History
  • Annotate
  • only in /external/swiftshader/third_party/LLVM/
NameDateSize

..10-Aug-20184 KiB

ALL_BUILD.vcxproj.filters10-Aug-2018698

Android.mk10-Aug-201814.7 KiB

autoconf/10-Aug-20184 KiB

bindings/10-Aug-20184 KiB

build-for-llvm-top.sh10-Aug-20182.2 KiB

BUILD.gn10-Aug-201816.9 KiB

cmake/10-Aug-20184 KiB

configure10-Aug-2018590.7 KiB

CREDITS.TXT10-Aug-20188.6 KiB

docs/10-Aug-20184 KiB

examples/10-Aug-20184 KiB

FastIntrinsicID.patch10-Aug-20182.6 KiB

include/10-Aug-20184 KiB

include-android/10-Aug-20184 KiB

include-fuchsia/10-Aug-20184 KiB

include-linux/10-Aug-20184 KiB

include-osx/10-Aug-20184 KiB

INSTALL.vcxproj.filters10-Aug-2018657

lib/10-Aug-20184 KiB

LICENSE.TXT10-Aug-20183.1 KiB

llvm.spec.in10-Aug-20181.9 KiB

Makefile10-Aug-20188 KiB

Makefile.common10-Aug-20182.7 KiB

Makefile.config.in10-Aug-201810.1 KiB

Makefile.rules10-Aug-201876.6 KiB

ModuleInfo.txt10-Aug-2018125

OnlyX86.patch10-Aug-201811 KiB

PACKAGE.vcxproj.filters10-Aug-2018657

projects/10-Aug-20184 KiB

README.txt10-Aug-2018579

runtime/10-Aug-20184 KiB

test/10-Aug-20184 KiB

tools/10-Aug-20184 KiB

unittests/10-Aug-20184 KiB

utils/10-Aug-20184 KiB

ZERO_CHECK.vcxproj.filters10-Aug-2018770

README.txt

1Low Level Virtual Machine (LLVM)
2================================
3
4This directory and its subdirectories contain source code for the Low Level
5Virtual Machine, a toolkit for the construction of highly optimized compilers,
6optimizers, and runtime environments.
7
8LLVM is open source software. You may freely distribute it under the terms of
9the license agreement found in LICENSE.txt.
10
11Please see the HTML documentation provided in docs/index.html for further
12assistance with LLVM.
13
14If you're writing a package for LLVM, see docs/Packaging.html for our
15suggestions.
16