aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
Commit message (Expand)AuthorAgeFilesLines
* Teach the Thumb ASM parser that BKPT is allowed in IT blocks, even though it ...Owen Anderson2011-09-131-0/+8
* Fix encoding of Thumb2 shifted register operands with RRX shifts.Owen Anderson2011-09-131-0/+8
* Fix a failing ELF Thumb test. I _think_ this is right, but it's not totally ...Owen Anderson2011-09-121-1/+1
* Fix encoding of PC-relative LDRSHW with an immediate offset.Owen Anderson2011-09-121-1/+2
* Thumb2 parsing and encoding for MOV(immediate).Jim Grosbach2011-09-101-0/+24
* Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson2011-09-091-0/+6
* Thumb unconditional branches are allowed in IT blocks, and therefore should h...Owen Anderson2011-09-091-1/+1
* Thumb2 assembly parsing and encoding for MLA and MLS.Jim Grosbach2011-09-091-0/+10
* Thumb2 assembly parsing and encoding for MCR, MCR2, MCRR, MCRR2.Jim Grosbach2011-09-091-0/+57
* Tidy up formatting a bit.Jim Grosbach2011-09-091-261/+258
* Thumb2 assembly parsing and encoding for LSL.Jim Grosbach2011-09-091-0/+38
* Thumb2 assembly parsing and encoding for LDRT.Jim Grosbach2011-09-091-0/+14
* Thumb2 assembly parsing and encoding for LDRSHT.Jim Grosbach2011-09-091-0/+14
* Thumb2 assembly parsing and encoding for LDRSH.Jim Grosbach2011-09-091-0/+55
* Thumb2 assembly parsing and encoding for LDRSBT.Jim Grosbach2011-09-091-0/+14
* Thumb2 assembly parsing and encoding for LDRSB.Jim Grosbach2011-09-091-0/+55
* Thumb2 assembly parsing and encoding for LDRH.Jim Grosbach2011-09-091-0/+55
* Shuffle a bit.Jim Grosbach2011-09-091-5/+6
* Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.Jim Grosbach2011-09-091-0/+17
* Add FIXME.Jim Grosbach2011-09-091-0/+5
* Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach2011-09-081-0/+18
* Add tests for Thumb2 LDRB indexed addressing w/ writeback.Jim Grosbach2011-09-081-0/+12
* Thumb2 assembly parsing and encoding for LDR post-indexed.Jim Grosbach2011-09-081-0/+6
* Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.Jim Grosbach2011-09-081-0/+6
* Thumb2 assembly parsing and encoding for LDRBT.Jim Grosbach2011-09-071-0/+14
* Thumb2 assembly parsing and encoding for LDRB(register).Jim Grosbach2011-09-071-0/+18
* Thumb2 assembly parsing and encoding for LDR(register).Jim Grosbach2011-09-071-0/+18
* Thumb2 assembly parsing and encoding for LDRB(immediate).Jim Grosbach2011-09-071-0/+16
* Thumb2 assembly parsing and encoding for LDR(literal).Jim Grosbach2011-09-071-0/+9
* Add tests for Thumb2 LDR(immediate) from r139254.Jim Grosbach2011-09-071-0/+16
* Thumb2 parsing and encoding for LDMDB.Jim Grosbach2011-09-071-0/+14
* Thumb2 parsing and encoding for LDMIA.Jim Grosbach2011-09-071-0/+38
* Thumb2 parsing and encoding for ISB.Jim Grosbach2011-09-061-0/+10
* Thumb2 parsing and encoding for EOR.Jim Grosbach2011-09-061-0/+20
* Thumb2 parsing and encoding for DSB.Jim Grosbach2011-09-061-0/+32
* Thumb2 parsing and encoding for DMB.Jim Grosbach2011-09-061-0/+32
* Thumb2 parsing and encoding for DBG.Jim Grosbach2011-09-061-0/+12
* Thumb2 parsing and encoding for CMN and CMP.Jim Grosbach2011-09-061-0/+40
* Thumb2 parsing and encoding for CLZ.Jim Grosbach2011-09-061-0/+12
* Thumb2 parsing and encoding for CLREX.Jim Grosbach2011-09-061-0/+12
* Thumb2 parsing and encoding for CDP/CDP2.Jim Grosbach2011-09-061-0/+10
* Thumb2 parsing and encoding for CBZ/CBNZ.Jim Grosbach2011-09-021-0/+6
* Thumb2 parsing and encoding for BXJ.Jim Grosbach2011-09-021-0/+13
* Thumb2 parsing and encoding for BIC.Jim Grosbach2011-09-021-0/+37
* Thumb2 parsing and encoding for BFI.Jim Grosbach2011-09-021-0/+12
* Thumb2 parsing and encoding for BFC.Jim Grosbach2011-09-021-0/+13
* Thumb2 parsing and encoding of B instruction.Jim Grosbach2011-09-021-0/+11
* Thumb2 parsing and encoding for ASR.Jim Grosbach2011-09-021-0/+37
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-021-0/+17
* Thumb2 parsing and encoding for ADD (register).Jim Grosbach2011-09-021-0/+16