1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/MC
Wouter van Oortmerssen 2e1ee891b8 [WebAssembly] Make disassembler always emit most canonical name.
Summary:
There are a few instructions that all map to the same opcode, so
when disassembling, we have to pick one. That was just the first one
before (the except_ref variant in the case of "call"), now it is the
one marked as IsCanonical in tablegen, or failing that, the shortest
name (which is typically the "canonical" one).

Also introduced a canonical "end" instruction for this purpose.

Reviewers: dschuff, tlively

Subscribers: sbc100, jgravelle-google, aheejin, llvm-commits, sunfish

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D57713

llvm-svn: 353131
2019-02-05 01:19:45 +00:00
..
AArch64 [MC] Teach the MachO object writer about N_FUNC_COLD 2019-01-25 18:30:22 +00:00
AMDGPU [AMDGPU][MC][GFX8+][DISASSEMBLER] Corrected 1/2pi value for 64-bit operands 2019-01-18 15:17:17 +00:00
ARM [ARM] Add command-line option for SB 2019-01-03 12:09:12 +00:00
AsmParser [DWARF] Emit reasonable debug info for empty .s files. 2019-01-29 20:53:51 +00:00
AVR [AVR] Fix the inst-cbr test 2019-01-18 10:11:33 +00:00
BPF
COFF [llvm-objdump] - Print LMAs when dumping section headers. 2019-01-28 14:11:35 +00:00
Disassembler [WebAssembly] Make disassembler always emit most canonical name. 2019-02-05 01:19:45 +00:00
ELF Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
Hexagon
Lanai
MachO [MC] Enable .file support on COFF and diagnose it on unsupported targets 2018-12-21 23:35:48 +00:00
Mips [llvm-objdump] - Implement -z/--disassemble-zeroes. 2019-01-10 14:55:26 +00:00
MSP430 [MSP430] Recognize '{' as a line separator 2019-01-15 20:10:46 +00:00
PowerPC
RISCV [RISCV] Insert R_RISCV_ALIGN relocation type and Nops for code alignment when linker relaxation enabled 2019-01-30 11:16:59 +00:00
Sparc
SystemZ
WebAssembly [WebAssembly] Make disassembler always emit most canonical name. 2019-02-05 01:19:45 +00:00
X86 [X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two arguments where on is %st. 2019-02-04 17:28:18 +00:00