| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| .arcconfig | 06-Dec-2017 | 75 | |
| .clang-format | 06-Dec-2017 | 20 | |
| .clang-tidy | 06-Dec-2017 | 580 | |
| .gitignore | 06-Dec-2017 | 2.1K | |
| Android.bp | 06-Dec-2017 | 7.8K | |
| android_test.sh | 06-Dec-2017 | 554 | |
| bindings/ | 06-Dec-2017 | ||
| CleanSpec.mk | 06-Dec-2017 | 2.9K | |
| clear_tblgen_vars.mk | 06-Dec-2017 | 34 | |
| cmake/ | 06-Dec-2017 | ||
| CMakeLists.txt | 06-Dec-2017 | 30.5K | |
| CODE_OWNERS.TXT | 06-Dec-2017 | 4.4K | |
| configure | 06-Dec-2017 | 573 | |
| CREDITS.TXT | 06-Dec-2017 | 10.8K | |
| device/ | 06-Dec-2017 | ||
| docs/ | 06-Dec-2017 | ||
| examples/ | 06-Dec-2017 | ||
| host/ | 06-Dec-2017 | ||
| include/ | 06-Dec-2017 | ||
| lib/ | 06-Dec-2017 | ||
| LICENSE.TXT | 06-Dec-2017 | 3.2K | |
| llvm-device-build.mk | 06-Dec-2017 | 1.6K | |
| llvm-gen-attributes.mk | 06-Dec-2017 | 537 | |
| llvm-gen-intrinsics.mk | 06-Dec-2017 | 635 | |
| llvm-host-build.mk | 06-Dec-2017 | 2.2K | |
| llvm.mk | 06-Dec-2017 | 406 | |
| llvm.spec.in | 06-Dec-2017 | 1.8K | |
| LLVMBuild.txt | 06-Dec-2017 | 744 | |
| MODULE_LICENSE_BSD_LIKE | 06-Dec-2017 | 0 | |
| NOTICE | 06-Dec-2017 | 3.2K | |
| OWNERS | 06-Dec-2017 | 178 | |
| projects/ | 06-Dec-2017 | ||
| README.txt | 06-Dec-2017 | 663 | |
| README.version | 06-Dec-2017 | 131 | |
| resources/ | 06-Dec-2017 | ||
| runtimes/ | 06-Dec-2017 | ||
| soong/ | 06-Dec-2017 | ||
| test/ | 06-Dec-2017 | ||
| tools/ | 06-Dec-2017 | ||
| unittests/ | 06-Dec-2017 | ||
| utils/ | 06-Dec-2017 | ||
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