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
/
thumb2.txt
Age
Commit message (
Expand
)
Author
2013-03-28
Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...
Gordon Keiser
2013-03-26
Patch by Gordon Keiser!
Joe Abbey
2012-10-29
Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target
Kevin Enderby
2012-08-02
Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...
Jiangning Liu
2012-08-02
Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.
Jiangning Liu
2012-08-02
Fix #13241, a bug around shift immediate operand for ARM instruction ADR.
Jiangning Liu
2012-04-26
Specify cpu to unbreak tests.
Evan Cheng
2011-09-26
Fix an incorrect decoder test.
Owen Anderson
2011-09-23
Post-index loads/stores in still need to print the post-indexed immediate, ev...
Owen Anderson
2011-09-23
Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...
Owen Anderson
2011-09-21
Print out immediate offset versions of PC-relative load/store instructions as...
Owen Anderson
2011-09-20
Port over more Thumb2 encoding tests to decoding tests.
Owen Anderson
2011-09-19
Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...
Owen Anderson
2011-09-16
Add a testcase for another corner-case decoding.
Owen Anderson
2011-09-16
Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).
Owen Anderson
2011-09-16
Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.
Owen Anderson
2011-09-16
Fix disassembly of Thumb2 LDRSH with a #-0 offset.
Owen Anderson
2011-09-16
Port over more Thumb2 assembly tests to disassembly tests.
Owen Anderson
2011-09-16
Port over more Thumb2 assembly tests to disassembly tests.
Owen Anderson
2011-09-13
Make use of Eli's FileCheck sorcery to improve this test.
Owen Anderson
2011-09-13
Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.
Owen Anderson
2011-09-12
Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...
Owen Anderson
2011-09-09
Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.
Owen Anderson
2011-09-07
Port more assembler tests over to disassembler tests, and fix a minor logic e...
Owen Anderson
2011-09-06
Port more encoding tests over to Thumb2 decoding tests.
Owen Anderson
2011-08-30
Fix issues with disassembly of IT instructions involving condition codes othe...
Owen Anderson
2011-08-30
Port Thumb2 assembler tests over to disassembler tests.
Owen Anderson