aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Fix a failing ELF Thumb test. I _think_ this is right, but it's not totally ...Owen Anderson2011-09-121-1/+1
* Thumb2 POP's don't allow the PC as an operand, and PUSH's don't allow the SP ...Owen Anderson2011-09-121-0/+5
* Fix encoding of PC-relative LDRSHW with an immediate offset.Owen Anderson2011-09-121-1/+2
* Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson2011-09-121-0/+509
* Fix disassembling of one of the register/register forms of MOVUPS/MOVUPD/MOVA...Craig Topper2011-09-111-0/+60
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-111-0/+12
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-111-0/+3
* Thumb2 parsing and encoding for MOV(immediate).Jim Grosbach2011-09-101-0/+24
* LDM writeback is not allowed if Rn is in the target register list.Owen Anderson2011-09-091-0/+5
* Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson2011-09-092-1/+12
* 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
* Add disassembler test for Intel syntax. Tests r139353.Craig Topper2011-09-091-0/+13
* Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.Owen Anderson2011-09-081-0/+5
* Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach2011-09-082-1/+18
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-081-0/+58
* 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
* Create Thumb2 versions of STC/LDC, and reenable the relevant tests.Owen Anderson2011-09-071-5/+2
* 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
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-0713-15/+18
* Update test for 139243Jim Grosbach2011-09-071-1/+1
* Thumb2 parsing and encoding for LDMIA.Jim Grosbach2011-09-071-0/+38
* Port more assembler tests over to disassembler tests, and fix a minor logic e...Owen Anderson2011-09-071-0/+158
* 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