llvm-capstone/llvm
2022-03-24 08:33:40 +01:00
..
benchmarks
bindings
cmake
docs [Inline asm] Fix mangle problem when variable used in inline asm. 2022-03-24 09:41:23 +08:00
examples [ELF] Enable new passmanager plugin support for LTO 2022-03-24 08:08:54 +01:00
include [InlineAsm] Fix mangle problem when global variable used in inline asm 2022-03-24 09:41:23 +08:00
lib [NFCI] Fix set-but-unused warning in InstCombineAddSub.cpp 2022-03-24 08:33:40 +01:00
projects
resources
runtimes
test [RISCV] Add patterns for vector widening integer multiply 2022-03-24 15:26:08 +08:00
tools [CSKY] Enhance asm parser and relocation fixup for some special symbol address instruction 2022-03-24 14:14:04 +08:00
unittests
utils [gn build] Port 64902d335c 2022-03-24 01:49:33 +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.