llvm-capstone/llvm
Luís Marques 0947a8ca98 [RISCV][NFC] Add tests for folds of ADDIs into load/stores
This patch adds tests for folds of ADDIs into load/stores, focusing on
load/stores with nonzero offsets. When the offset is nonzero we currently
don't do the fold. A follow-up patch will improve on that.

Differential Revision: https://reviews.llvm.org/D79689
2020-06-23 22:59:54 +01:00
..
benchmarks
bindings
cmake Make ninja smart console builds more pretty 2020-06-22 06:35:13 -04:00
docs llvm-nm: Implement --special-syms. 2020-06-22 13:05:47 -07:00
examples [docs/examples] As part of using inclusive language within the llvm 2020-06-20 00:51:18 -07:00
include [ASan][MSan] Remove EmptyAsm and set the CallInst to nomerge to avoid from merging. 2020-06-23 14:22:53 -07:00
lib [ARM] Mark more integer instructions as not having side effects. 2020-06-23 22:45:51 +01:00
projects
resources
runtimes [CMake] Fix runtimes build for host Windows (default target) 2020-06-20 10:44:22 +02:00
test [RISCV][NFC] Add tests for folds of ADDIs into load/stores 2020-06-23 22:59:54 +01:00
tools [NewPM] Attempt to run opt passes specified via -foo-pass under NPM 2020-06-23 10:10:40 -07:00
unittests [unittest, ADT] Add unit tests for itostr & utostr 2020-06-23 14:48:37 +01:00
utils [gn build] (semi-manually) Port d90443b1d9 2020-06-23 10:53:06 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Change CMake so that we only look for Z3 when LLVM_ENABLE_Z3_SOLVER is enabled 2020-06-23 14:49:56 -04: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.