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
/
thumb1.txt
Age
Commit message (
Expand
)
Author
2012-10-30
ARM: Better disassembly for pc-relative LDR.
Jim Grosbach
2012-06-06
Correct decoder for T1 conditional B encoding
Richard Barton
2012-05-02
Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.
Richard Barton
2011-08-26
Support an extension of ARM asm syntax to allow immediate operands to ADR ins...
Owen Anderson
2011-08-25
Port over additional encoding tests to decoding tests, and fix an operand ord...
Owen Anderson
2011-08-24
Port over more encoding tests to decoding tests.
Owen Anderson
2011-08-23
Port more assemble tests over to disassembly tests.
Owen Anderson
2011-08-22
Port another swathe of Thumb1 encoding tests over to decoding tests.
Owen Anderson
2011-08-22
Fix an incorrect shift when decoding SP-relative stores in Thumb1-mode. Add ...
Owen Anderson
2011-08-18
More Thumb1 decoding tests.
Owen Anderson
2011-08-18
Port over BL/BLX to disassembly tests.
Owen Anderson
2011-08-17
Port new Thumb1 encoding tests over to decoding tests.
Owen Anderson
2011-08-17
Start building a Thumb1 decoding test file based on the Thumb1 parsing/encodi...
Owen Anderson