This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-30 04:35:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
MC
/
Disassembler
History
Venkatraman Govindaraju
c9bf74fdc5
[Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the readability of the generated code.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@202563
91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-01 01:04:26 +00:00
..
AArch64
…
ARM
…
Mips
LL and SC decoder method fix.
2014-01-15 13:17:33 +00:00
PowerPC
…
Sparc
[Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the readability of the generated code.
2014-03-01 01:04:26 +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
…