llvm-project/llvm/test
Craig Topper 087b5f3277 [RISCV] Improve validation of opcode for .insn.
The lower 2 bits of the opcode must be 0x3. If the lower 2 bits are
0-2, it's a compressed instruction.

Merge 3 slightly different error messages into 1 to reduce code. The
messages differed slightly depending on whether we parsed a string
or an expression. The message gets a little more generic, but is no
more generic than what binutils prints.
2023-03-21 16:20:30 -07:00
..
Analysis [IRSim] Check largest sections first when analyzing similarity 2023-03-21 14:49:41 -05:00
Assembler [WebAssembly] Add auto-upgrade for renamed intrinsics 2023-03-21 09:22:15 +01:00
Bindings [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
Bitcode [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
BugPoint [opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pm 2023-03-16 09:51:44 -07:00
CodeGen [WebAssembly] Fix i64_i64_func_i64_i64_i32 type signature when multivalue feature is enabled 2023-03-22 06:53:54 +08:00
DebugInfo [Assignment Tracking] Downgrade dbg.assigns to dbg.values in mem2reg 2023-03-21 09:50:36 +00:00
Demangle
Examples
ExecutionEngine Re-apply "[JITLink][ELF] Don't skip debug info sections by default." 2023-03-20 22:24:04 +00:00
Feature [opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pm 2023-03-16 09:51:44 -07:00
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC [RISCV] Improve validation of opcode for .insn. 2023-03-21 16:20:30 -07:00
Object
ObjectYAML
Other [test] Change DAG to NEXT in pipeline tests 2023-03-21 10:44:33 -07:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [X86][MemFold] Stop emitting Header for X86 fold tables 2023-03-21 16:38:42 +08:00
ThinLTO/X86 Fix -fsplit-lto-unit with ifuncs 2023-03-21 15:36:13 +01:00
tools [memprof] Support symbolization of PIE binaries. 2023-03-21 20:13:18 +00:00
Transforms [IRSim] Check largest sections first when analyzing similarity 2023-03-21 14:49:41 -05:00
Unit
Verifier Update checks in advance of an update to D68233. 2023-03-21 14:15:15 -04:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh