llvm-capstone/llvm
2022-05-19 07:18:24 +00:00
..
benchmarks
bindings
cmake
docs [Security Group] Update representative for Rust. 2022-05-18 14:21:19 +02:00
examples Fix some -Wstrict-prototypes issues in ORC examples 2022-05-18 19:42:33 +00:00
include [Analysis] Avoid virtual dtor. NFC. 2022-05-18 17:41:17 -05:00
lib [LegalizeTypes][VP][NFC] Use an if and two returns instead of ?: operator 2022-05-19 07:18:24 +00:00
projects
resources
runtimes Partially revert "[CMake] Passthrough OSX CMake options to builtins and runtimes" 2022-05-18 17:02:02 +00:00
test [LV] Widen freeze instead of scalarizing it 2022-05-19 12:28:01 +08:00
tools [Debuginfod] Fix shared libs build break after eafa053041 2022-05-18 17:33:12 -05:00
unittests
utils [gn build] Port 03ea140b3a 2022-05-19 06:13:53 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
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.