llvm-capstone/llvm
2022-03-16 23:23:57 +00:00
..
benchmarks
bindings
cmake
docs [AMDGPU] Correct gfx940 memory model documentation. 2022-03-16 11:59:40 -07:00
examples
include [OpenMP] Initial parsing/sema for the 'omp teams loop' construct 2022-03-16 14:39:18 -07:00
lib [RISCV] Improve detection of when to skip (and (srl x, c2) c1) -> (srli (slli x, c3-c2), c3) isel. 2022-03-16 14:54:34 -07:00
projects
resources
runtimes
test [RISCV] Remove stale FIXME from a test. NFC 2022-03-16 14:55:11 -07:00
tools
unittests Revert "[FuzzMutate] Don't insert instructions after musttail call" 2022-03-16 17:29:27 +01:00
utils [gn build] Port 22077627ae 2022-03-16 23:23:57 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
configure
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
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.