This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-08 20:30:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a11c82efc1
llvm-mirror
/
test
/
MC
/
Disassembler
History
Venkatraman Govindaraju
a11c82efc1
[Sparc] Add support for decoding 'swap' instruction.
...
llvm-svn: 203424
2014-03-09 23:32:07 +00:00
..
AArch64
ARM
ARM: change implicit immediate forms of {ld,st}r{,b}t to psuedo-instructions
2014-01-12 04:36:01 +00:00
Mips
This patch implements jalx instruction for Mips architecture.This instruction executes a procedure call within the current 256 MB-aligned region and change the ISA Mode from MIPS32 to microMIPS32 or MIPS16e. Usage samples for assembler and dissasembler are provided as well.
2014-03-03 13:12:59 +00:00
PowerPC
Add a disassembler to the PowerPC backend
2013-12-19 16:13:01 +00:00
Sparc
[Sparc] Add support for decoding 'swap' instruction.
2014-03-09 23:32:07 +00:00
SystemZ
[SystemZ] Add MC support for interlocked-access 1 instructions
2013-12-24 15:14:05 +00:00
X86
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables.
2014-02-19 05:34:21 +00:00
XCore