llvm-capstone/llvm
2019-01-26 18:13:53 +00:00
..
benchmarks
bindings
cmake
docs [TblGen][NFC] Fix documentation formatting 2019-01-25 16:17:57 +00:00
examples
include [X86] Remove and autoupgrade vpconflict intrinsics that take a mask and passthru argument. 2019-01-26 06:27:01 +00:00
lib [X86][SSE] Generalized unsigned compares to support nonsplat constant vectors (PR39859) 2019-01-26 16:40:03 +00:00
projects
resources
runtimes
test Generate test results for combine-fcopysign.ll using update_llc_test_checks.py . NFC 2019-01-26 18:13:53 +00:00
tools [llvm-nm] Print out N_COLD_FUNC as "cold func" 2019-01-26 00:33:15 +00:00
unittests GlobalISel: Fix address space limit in LLT 2019-01-26 01:42:13 +00:00
utils Build LLVM-C.dll by default on windows and enable in release package 2019-01-25 22:45:17 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore gitignore: ignore clangd index files. 2019-01-25 14:05:18 +00:00
CMakeLists.txt Build LLVM-C.dll by default on windows and enable in release package 2019-01-25 22:45:17 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.