summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.Owen Anderson2011-09-08
* Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach2011-09-08
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-08
* Add tests for Thumb2 LDRB indexed addressing w/ writeback.Jim Grosbach2011-09-08
* Thumb2 assembly parsing and encoding for LDR post-indexed.Jim Grosbach2011-09-08
* Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.Jim Grosbach2011-09-08
* Thumb2 assembly parsing and encoding for LDRBT.Jim Grosbach2011-09-07
* Thumb2 assembly parsing and encoding for LDRB(register).Jim Grosbach2011-09-07
* Thumb2 assembly parsing and encoding for LDR(register).Jim Grosbach2011-09-07
* Thumb2 assembly parsing and encoding for LDRB(immediate).Jim Grosbach2011-09-07
* Thumb2 assembly parsing and encoding for LDR(literal).Jim Grosbach2011-09-07
* Create Thumb2 versions of STC/LDC, and reenable the relevant tests.Owen Anderson2011-09-07
* Add tests for Thumb2 LDR(immediate) from r139254.Jim Grosbach2011-09-07
* Thumb2 parsing and encoding for LDMDB.Jim Grosbach2011-09-07
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-07
* Update test for 139243Jim Grosbach2011-09-07
* Thumb2 parsing and encoding for LDMIA.Jim Grosbach2011-09-07
* Port more assembler tests over to disassembler tests, and fix a minor logic e...Owen Anderson2011-09-07
* Thumb2 parsing and encoding for ISB.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for EOR.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for DSB.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for DMB.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for DBG.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for CMN and CMP.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for CLZ.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for CLREX.Jim Grosbach2011-09-06
* Port more encoding tests over to Thumb2 decoding tests.Owen Anderson2011-09-06
* Thumb2 parsing and encoding for CDP/CDP2.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for CBZ/CBNZ.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BXJ.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BIC.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BFI.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BFC.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding of B instruction.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for ASR.Jim Grosbach2011-09-02
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-02
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for ADD (register).Jim Grosbach2011-09-02
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-02
* Tests for Thumb2 AND (immediate) instruction.Jim Grosbach2011-09-02
* Add FIXME. Thumb2 ADR encoding choice is non-trivial.Jim Grosbach2011-09-02
* Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper2011-09-02
* ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.Jim Grosbach2011-09-01
* t2Bcc is allowed to have a predicate without a preceding IT instruction.Owen Anderson2011-09-01
* Thumb2 assembly parsing and encoding for ADD(immediate).Jim Grosbach2011-09-01
* Fix encoding for tBcc with immediate offset operand.Owen Anderson2011-08-31
* Run the Thumb1 parser tests in Thumb2 mode, as well.Jim Grosbach2011-08-31
* Thumb NOP encoding varies depending on ARCH revision.Jim Grosbach2011-08-31
* Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead...Owen Anderson2011-08-31
* Thumb2 parsing and encoding for ADC(register).Jim Grosbach2011-08-31