1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test
Craig Topper 87d87d0dfc [RISCV] Add rv64 run lines to rv32 MC layer tests for B extension
Remove common instructions from rv64 tests since they are now
covered by the rv64 run lines in the rv32 tests.

Add rv32-only* tests for a few cases that aren't common between
r32 and rv64.

Addresses review feedback from D95150.

Reviewed By: frasercrmck

Differential Revision: https://reviews.llvm.org/D95272
2021-01-26 17:20:05 -08:00
..
Analysis [CostModel] Handle CTLZ and CCTZ in getTypeBasedIntrinsicInstrCost 2021-01-26 14:37:51 +00:00
Assembler [AArch64] Make target intrinsics DefaultAttrIntrinsics. 2021-01-18 17:32:15 +00:00
Bindings
Bitcode
BugPoint
CodeGen [llc] Add reportError helper and canonicalize error messages 2021-01-26 15:33:37 -08:00
DebugInfo DebugInfo: Generalize the .debug_addr minimization flag to pave the way for including other strategies 2021-01-25 16:24:35 -08:00
Demangle
Examples
ExecutionEngine [JITLink] Disable ELF_ehframe_basic.s test on Windows. 2021-01-26 13:58:38 +11:00
Feature [Local] Treat calls that may not return as being alive. 2021-01-23 16:05:14 +00:00
FileCheck [NFC] Disallow unused prefixes under llvm/test 2021-01-21 20:31:52 -08:00
Instrumentation [NFC] Disallow unused prefixes under llvm/test 2021-01-21 20:31:52 -08:00
Integer
JitListener
Linker [llvm-link] Fix crash when materializing appending global 2021-01-25 18:08:07 -08:00
LTO [LTO] Add support for existing Config::Freestanding option. 2021-01-22 13:45:39 +00:00
MachineVerifier [Verifier] Add tied-ness verification to statepoint intsruction 2021-01-13 14:40:44 +07:00
MC [RISCV] Add rv64 run lines to rv32 MC layer tests for B extension 2021-01-26 17:20:05 -08:00
Object [Object][WebAssembly] Update format of error messages 2021-01-25 21:12:53 -08:00
ObjectYAML [Object][WebAssembly] Update format of error messages 2021-01-25 21:12:53 -08:00
Other [NewPM] Add ExtraVectorizerPasses support 2021-01-26 22:59:10 +01:00
Reduce [NFC] Disallow unused prefixes under llvm/test 2021-01-21 20:31:52 -08:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [RISCV] Add way to mark CompressPats that should only be used for compressing. 2021-01-20 09:20:15 -08:00
ThinLTO/X86
tools [llc] Add reportError helper and canonicalize error messages 2021-01-26 15:33:37 -08:00
Transforms Support for instrumenting only selected files or functions 2021-01-26 17:13:34 -08:00
Unit
Verifier [IR] Allow scalable vectors in structs to support intrinsics returning multiple values. 2021-01-17 23:29:51 -08:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py [NFC] Disallow unused prefixes under llvm/test 2021-01-21 20:31:52 -08:00
lit.site.cfg.py.in
TestRunner.sh