Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
ALL_BUILD.vcxproj.filters | 22-Oct-2020 | 698 | |
Android.bp | 22-Oct-2020 | 17.8K | |
Android.mk | 22-Oct-2020 | 14.8K | |
autoconf/ | 22-Oct-2020 | ||
bindings/ | 22-Oct-2020 | ||
build-for-llvm-top.sh | 22-Oct-2020 | 2.2K | |
BUILD.gn | 22-Oct-2020 | 17K | |
cmake/ | 22-Oct-2020 | ||
configure | 22-Oct-2020 | 590.7K | |
CREDITS.TXT | 22-Oct-2020 | 8.6K | |
docs/ | 22-Oct-2020 | ||
examples/ | 22-Oct-2020 | ||
FastIntrinsicID.patch | 22-Oct-2020 | 2.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.filters | 22-Oct-2020 | 657 | |
lib/ | 22-Oct-2020 | ||
LICENSE.TXT | 22-Oct-2020 | 3.1K | |
llvm.spec.in | 22-Oct-2020 | 1.9K | |
Makefile | 22-Oct-2020 | 8K | |
Makefile.common | 22-Oct-2020 | 2.7K | |
Makefile.config.in | 22-Oct-2020 | 10.1K | |
Makefile.rules | 22-Oct-2020 | 76.6K | |
ModuleInfo.txt | 22-Oct-2020 | 125 | |
OnlyX86.patch | 22-Oct-2020 | 11K | |
PACKAGE.vcxproj.filters | 22-Oct-2020 | 657 | |
projects/ | 22-Oct-2020 | ||
README.txt | 22-Oct-2020 | 579 | |
runtime/ | 22-Oct-2020 | ||
test/ | 22-Oct-2020 | ||
tools/ | 22-Oct-2020 | ||
ubsan_blacklist.txt | 22-Oct-2020 | 133 | |
unittests/ | 22-Oct-2020 | ||
utils/ | 22-Oct-2020 | ||
ZERO_CHECK.vcxproj.filters | 22-Oct-2020 | 770 |
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