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