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
/
lib
/
Target
/
ARM
/
Disassembler
/
ThumbDisassemblerCore.h
Age
Commit message (
Expand
)
Author
2011-08-09
Replace the existing ARM disassembler with a new one based on the FixedLenDec...
Owen Anderson
2011-08-04
Fix broken encodings for the Thumb2 LDRD/STRD instructions.
Owen Anderson
2011-07-27
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-26
ARM cleanup of rot_imm encoding.
Jim Grosbach
2011-07-25
ARM assembly parsing and encoding for SSAT instruction.
Jim Grosbach
2011-07-22
ARM SSAT instruction 5-bit immediate handling.
Jim Grosbach
2011-07-22
Thumb assembly support for SETEND instruction.
Jim Grosbach
2011-07-20
ARM PKH shift ammount operand printing tweaks.
Jim Grosbach
2011-07-20
ARM: Tidy up representation of PKH instruction.
Jim Grosbach
2011-07-18
Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple...
Owen Anderson
2011-07-18
Re-apply r135319 with a fix for the constant island pass.
Owen Anderson
2011-07-16
Revert r135319 in an attempt to get to unbreak testers.
Owen Anderson
2011-07-15
Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...
Owen Anderson
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-05-25
Restore an accidentally removed comment.
Cameron Zwarich
2011-05-25
Change the order of tBX's operands so that the predicate operands come after the
Cameron Zwarich
2011-05-25
Rename tBX_Rm to tBX.
Cameron Zwarich
2011-05-18
Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi...
Johnny Chen
2011-04-15
Thumb2 BFC was insufficiently encoded.
Johnny Chen
2011-04-14
Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera...
Johnny Chen
2011-04-13
Thumb disassembler did not handle tBRIND (indirect branch) properly.
Johnny Chen
2011-04-13
The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt.
Johnny Chen
2011-04-13
Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as...
Johnny Chen
2011-04-13
Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no...
Johnny Chen
2011-04-12
Add sanity check for Ld/St Dual forms of Thumb2 instructions.
Johnny Chen
2011-04-12
The Thumb2 RFE instructions need to have their second halfword fully specified.
Johnny Chen
2011-04-12
Add bad register checks for Thumb2 Ld/St instructions.
Johnny Chen
2011-04-12
The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...
Johnny Chen
2011-04-12
Print out a debug message when the reglist fails the sanity check for Thumb L...
Johnny Chen
2011-04-12
A8.6.16 B
Johnny Chen
2011-04-11
Thumb disassembler was erroneously rejecting "blx sp" instruction.
Johnny Chen
2011-04-11
Fix the bug where the immediate shift amount for Thumb logical shift instruct...
Johnny Chen
2011-04-11
Adding support for printing operands symbolically to llvm's public 'C'
Kevin Enderby
2011-04-08
Sanity check the option operand for DMB/DSB.
Johnny Chen
2011-03-28
Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some...
Johnny Chen
2011-03-26
Fixed the t2PLD and friends disassembly and add two test cases.
Johnny Chen
2011-03-25
Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC...
Johnny Chen
2011-03-25
DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl...
Johnny Chen
2011-03-25
Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent...
Johnny Chen
2011-03-25
Modify the wrong logic in the assert of DisassembleThumb2LdStDual() (the regi...
Johnny Chen
2011-03-24
T2 Load/Store Multiple:
Johnny Chen
2011-03-22
Avoid -Wunused-variable in -asserts builds
Matt Beaumont-Gay
2011-03-18
The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.
Johnny Chen
2011-03-17
It used to be that t_addrmode_s4 was used for both:
Johnny Chen
2011-02-28
Add missing whitespace in the formatting.
Kevin Enderby
2011-02-28
Fix the arm's disassembler for blx that was building an MCInst without the
Kevin Enderby
2011-02-18
Add assembly parsing support for "msr" and also fix its encoding. Also add
Bruno Cardoso Lopes
2011-02-14
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-08
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...
Owen Anderson
2010-12-07
Second attempt at converting Thumb2's LDRpci, including updating the gazillio...
Owen Anderson
[next]