index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
MC
/
Disassembler
/
arm-tests.txt
Age
Commit message (
Expand
)
Author
2010-11-14
Segregate tests by target.
Dale Johannesen
2010-10-15
ARM instructions that are both predicated and set the condition codes
Bob Wilson
2010-10-13
Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
Jim Grosbach
2010-08-17
Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid
Bob Wilson
2010-08-12
Cleaned up the for-disassembly-only entries in the arm instruction table so that
Johnny Chen
2010-08-12
The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .td
Johnny Chen
2010-08-11
Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm.
Johnny Chen
2010-08-11
Move the ARM SSAT and USAT optional shift amount operand out of the
Bob Wilson
2010-08-05
Add an ARM RSCrr instruction for disassembly only.
Bob Wilson
2010-08-05
Add an ARM RSBrr instruction for disassembly only.
Bob Wilson
2010-08-05
ARM "rrx" shift operands do not have an immediate. PR7790.
Bob Wilson
2010-04-16
In the same spirit of r101524, which removed the assert() from printAddrMode2...
Johnny Chen
2010-04-16
Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed
Johnny Chen
2010-04-15
Added another test case for am3offset operand, testing Rn, #+/-imm8.
Johnny Chen
2010-04-15
Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not
Johnny Chen
2010-04-12
Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling
Johnny Chen
2010-04-07
unXFAIL, arm disassembler was reenabled.
Benjamin Kramer
2010-04-05
Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...
Evan Cheng
2010-04-02
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
Johnny Chen