llvm/llvm
Craig Topper 626ecef1fc [RISCV] Add more test case for absolute value. NFC
This adds tests for i8 through i128 with intrinsic and select forms.

Covering rv32 and rv64 with the base ISA, Zbb, and Zbt. Some
Zbb tests already covered part of this, but not all.

FIXMEs have been added for some obviously suboptimal codegen.
2022-03-01 12:02:44 -08:00
..
benchmarks
bindings [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
cmake
docs [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
examples
include Cleanup includes: TransformsUtils 2022-03-01 21:00:07 +01:00
lib Cleanup includes: TransformsUtils 2022-03-01 21:00:07 +01:00
projects
resources
runtimes
test [RISCV] Add more test case for absolute value. NFC 2022-03-01 12:02:44 -08:00
tools Cleanup includes: TransformsUtils 2022-03-01 21:00:07 +01:00
unittests Cleanup includes: TransformsUtils 2022-03-01 21:00:07 +01:00
utils [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01: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.