ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certain Thumb...
[oota-llvm.git] / test / MC / ARM / basic-arm-instructions.s
2011-07-22 Jim GrosbachARM assembly parsing and encoding updates.
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests.
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests for SMLAWB...
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests.
2011-07-22 Jim GrosbachARM assembly parsing and encoding of SMLAL instruction.
2011-07-22 Jim GrosbachARM encoding and assembly parsing of SMLAD{X} instructions.
2011-07-22 Jim GrosbachARM testcases for assembly parsing and encoding SMLA...
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SMC instruction.
2011-07-22 Jim GrosbachARM encoding and assembly parsing tests.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SETEND instruction.
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests for SEL instruc...
2011-07-21 Jim GrosbachARM parsing and encoding tests for SBC instruction.
2011-07-21 Jim GrosbachARM testcases for SADD/SASX parsing and encoding.
2011-07-21 Jim GrosbachARM assembly parsing support for RSC instruction.
2011-07-21 Jim GrosbachARM assembly parsing support for RSB instruction.
2011-07-21 Jim GrosbachARM parsing and encoding tests for RBIT, REV, REV16...
2011-07-21 Jim GrosbachARM parsing and encodings tests for saturating arithmet...
2011-07-21 Jim GrosbachARM assembly parsing POP/PUSH mnemonics.
2011-07-21 Jim GrosbachAdd tests for ARM PKH assembly parsing.
2011-07-20 Jim GrosbachAdd parsing/encoding tests for ARM ORR instruction.
2011-07-20 Jim GrosbachConsolidate ARM NOP encoding test.
2011-07-20 Jim GrosbachARM parsing and encoding tests for MVN
2011-07-20 Jim GrosbachARM assembly parsing of MUL instruction.
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-07-19 Jim GrosbachARM assembly parsing of MRS instruction.
2011-07-19 Jim GrosbachMove mr[r]c[2] ARM tests and tidy up a bit.
2011-07-19 Jim GrosbachARM testcases for MOVT.
2011-07-19 Jim GrosbachARM assembly parsing for MOV (register).
2011-07-19 Jim GrosbachARM assembly parsing for MOV (immediate).
2011-07-14 Jim GrosbachAdd some testcases for ARM MLA/MLS instructions.
2011-07-14 Jim GrosbachARM MCRR/MCRR2 immediate operand range checking.
2011-07-14 Jim GrosbachARM MCR/MCR2 assembly parsing operand constraints.
2011-07-14 Jim GrosbachUpdate ARM Assembly of LDM/STM.
2011-07-14 Jim GrosbachARM ISB assembly parsing tests.
2011-07-14 Jim GrosbachARM tests for EOR instruction parsing and encoding.
2011-07-14 Jim GrosbachARM Assembler support for DSB instruction.
2011-07-13 Jim GrosbachARM Assembler support for DMB instruction.
2011-07-13 Jim GrosbachARM Assembler support for DBG instruction.
2011-07-13 Jim GrosbachARM parsing and encoding tests for CMN/CMP.
2011-07-13 Jim GrosbachShuffle ARM assembly tests a bit.
2011-07-13 Jim GrosbachRange checking for CDP[2] immediates.
2011-07-13 Jim GrosbachTestcases for ARM assembly BX/BXJ instructions.
2011-07-13 Jim GrosbachTestcases for ARM assembly BLX/BL instructions.
2011-07-13 Jim GrosbachRange checking for 16-bit immediates in ARM assembly.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BKPT' instruction.
2011-07-13 Jim GrosbachFix copy-pasto.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BIC' instruction.
2011-07-13 Jim GrosbachAdd some FIXMEs.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'AND' instruction.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'ADD' instruction
2011-07-13 Jim GrosbachDestination register operand is optional for ADC and...
2011-07-13 Jim GrosbachFlesh out ARM Parser support for shifted-register operands.
2011-07-12 Jim GrosbachAdd check for predicate w/o S bit.
2011-07-11 Jim GrosbachFix recognition of ARM 'adcs' mnemonic.