llvm-project/llvm
Ricky Taylor cd442157cf [M68k] Convert register Aliases to AltNames
This makes it simpler to determine when two registers are actually the
same vs just partially aliasing.

The only real caveat is that it becomes impossible to know which name
was used for the register previously. (i.e. parsing assembly and then
disassembling it can result in the register name changing.)

Differential Revision: https://reviews.llvm.org/D98536
2021-03-19 11:44:53 +00:00
..
benchmarks
bindings
cmake
docs [docs] Add calendar info for SVE sync-ups 2021-03-19 10:27:34 +01:00
examples
include [KnownBits] Add knownbits analysis for mulhs/mulu 'multiply high' instructions 2021-03-19 08:56:06 +00:00
lib [M68k] Convert register Aliases to AltNames 2021-03-19 11:44:53 +00:00
projects
resources
runtimes
test [AMDGPU] Remove duplicate test functions. NFC. 2021-03-19 11:36:14 +00:00
tools [CSSPGO] Add attribute metadata for context profile 2021-03-18 22:00:56 -07:00
unittests [KnownBits] Add knownbits analysis for mulhs/mulu 'multiply high' instructions 2021-03-19 08:56:06 +00:00
utils Revert "[lit] Handle plain negations directly in the internal shell" 2021-03-19 12:33:12 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.