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-02-10 22:43:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
MC
History
Owen Anderson
ac9fd95057
Fix the issue that r143552 was trying to address the _right_ way. One-register lists are legal on LDM/STM instructions, but we should not print the PUSH/POP aliases when they appear. This fixes round tripping on this instruction.
...
llvm-svn: 143557
2011-11-02 18:03:14 +00:00
..
ARM
Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".
2011-10-28 22:36:30 +00:00
AsmParser
Move test to the X86 directory, note the PR number and only run MC once.
2011-10-31 17:23:09 +00:00
COFF
Add the suffix to the Win64 EH data sections' names if given. Add a test for
2011-05-27 21:38:47 +00:00
Disassembler
Fix the issue that r143552 was trying to address the _right_ way. One-register lists are legal on LDM/STM instructions, but we should not print the PUSH/POP aliases when they appear. This fixes round tripping on this instruction.
2011-11-02 18:03:14 +00:00
ELF
Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take
2011-10-11 06:58:11 +00:00
MachO
Fixed a bug in the code to create a dwarf file and directory table entires when
2011-11-01 23:39:05 +00:00
MBlaze
Teach the MBlaze asm parser how to parse special purpose register names.
2010-12-20 20:43:24 +00:00
X86
Move test to the X86 directory, note the PR number and only run MC once.
2011-10-31 17:23:09 +00:00