llvm-capstone/llvm
Eli Friedman e9d4e34ab8 [AArch64][SVE] Add legalization support for i32/i64 vector srem/urem
Implement them on top of sdiv/udiv, similar to what we do for integer
types.

Potential future work: implementing i8/i16 srem/urem, optimizations for
constant divisors, optimizing the mul+sub to mls.

Differential Revision: https://reviews.llvm.org/D81511
2020-06-23 16:27:52 -07:00
..
benchmarks
bindings
cmake Make ninja smart console builds more pretty 2020-06-22 06:35:13 -04:00
docs [AMDGPU] Update AMD GPU processor information 2020-06-23 18:47:56 -04:00
examples [docs/examples] As part of using inclusive language within the llvm 2020-06-20 00:51:18 -07:00
include [AArch64][SVE] Add legalization support for i32/i64 vector srem/urem 2020-06-23 16:27:52 -07:00
lib [AArch64][SVE] Add legalization support for i32/i64 vector srem/urem 2020-06-23 16:27:52 -07:00
projects
resources
runtimes [CMake] Fix runtimes build for host Windows (default target) 2020-06-20 10:44:22 +02:00
test [AArch64][SVE] Add legalization support for i32/i64 vector srem/urem 2020-06-23 16:27:52 -07: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.