| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| .arcconfig | 21-Oct-2016 | 74 | |
| .clang-format | 21-Oct-2016 | 20 | |
| .clang-tidy | 21-Oct-2016 | 556 | |
| .gitignore | 21-Oct-2016 | 2.1K | |
| Android.mk | 21-Oct-2016 | 3.6K | |
| android_test.sh | 21-Oct-2016 | 554 | |
| autoconf/ | 21-Oct-2016 | ||
| bindings/ | 21-Oct-2016 | ||
| CleanSpec.mk | 21-Oct-2016 | 2.9K | |
| clear_tblgen_vars.mk | 21-Oct-2016 | 34 | |
| cmake/ | 21-Oct-2016 | ||
| CMakeLists.txt | 21-Oct-2016 | 26.8K | |
| CODE_OWNERS.TXT | 21-Oct-2016 | 4.2K | |
| configure | 21-Oct-2016 | 542.1K | |
| CREDITS.TXT | 21-Oct-2016 | 10.7K | |
| device/ | 21-Oct-2016 | ||
| docs/ | 21-Oct-2016 | ||
| examples/ | 21-Oct-2016 | ||
| host/ | 21-Oct-2016 | ||
| include/ | 21-Oct-2016 | ||
| lib/ | 21-Oct-2016 | ||
| LICENSE.TXT | 21-Oct-2016 | 3.2K | |
| llvm-device-build.mk | 21-Oct-2016 | 1.8K | |
| llvm-gen-attributes.mk | 21-Oct-2016 | 487 | |
| llvm-gen-intrinsics.mk | 21-Oct-2016 | 666 | |
| llvm-host-build.mk | 21-Oct-2016 | 2.3K | |
| llvm-tblgen-rules.mk | 21-Oct-2016 | 9.5K | |
| llvm.mk | 21-Oct-2016 | 548 | |
| llvm.spec.in | 21-Oct-2016 | 1.8K | |
| LLVMBuild.txt | 21-Oct-2016 | 744 | |
| Makefile | 21-Oct-2016 | 8.7K | |
| Makefile.common | 21-Oct-2016 | 2.5K | |
| Makefile.config.in | 21-Oct-2016 | 13K | |
| Makefile.rules | 21-Oct-2016 | 71.7K | |
| MODULE_LICENSE_BSD_LIKE | 21-Oct-2016 | 0 | |
| NOTICE | 21-Oct-2016 | 3.2K | |
| projects/ | 21-Oct-2016 | ||
| README.txt | 21-Oct-2016 | 663 | |
| resources/ | 21-Oct-2016 | ||
| shared_llvm.mk | 21-Oct-2016 | 3.7K | |
| test/ | 21-Oct-2016 | ||
| tools/ | 21-Oct-2016 | ||
| unittests/ | 21-Oct-2016 | ||
| utils/ | 21-Oct-2016 | ||
1 Low Level Virtual Machine (LLVM) 2 ================================ 3 4 This directory and its subdirectories contain source code for LLVM, 5 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 documentation provided in docs/ for further 12 assistance with LLVM, and in particular docs/GettingStarted.rst for getting 13 started with LLVM and docs/README.txt for an overview of LLVM's 14 documentation setup. 15 16 If you are writing a package for LLVM, see docs/Packaging.rst for our 17 suggestions. 18