Make ARM hint ranges consistent, and add tests for these ranges
[oota-llvm.git] / test / MC / ARM / basic-arm-instructions.s
2013-10-23 Artyom SkrobovMake ARM hint ranges consistent, and add tests for...
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-08-13 Mihai PopaFix signed overflow in when computing encodings for...
2013-08-06 Mihai PopaSupport APSR_nzcv as operand for Thumb2 mrc. Deprecate...
2013-07-01 Chad Rosier[ARMAsmParser] Sort the ARM register lists based on...
2013-06-28 Tilmann SchellerARM: Fix pseudo-instructions for SRS (Store Return...
2013-06-27 Chad RosierImprove the compression of the tablegen DiffLists by...
2013-06-26 Tim NorthoverARM: fix more cases where predication may or may not...
2013-06-20 Joey GoulyThis reverts r155000.
2013-06-18 Kevin EnderbyChange the arm assembler to support this from the v7c...
2013-06-10 Amaury de la VieuvilleARM: ISB cannot be passed the same options as DMB
2013-06-05 Mihai PopaThis is a simple patch that changes RRX and RRXS to...
2013-05-31 Tim NorthoverARM: permit upper-case BE/LE on setend instruction
2013-05-13 Mihai PopaThe purpose of the patch is to fix the syntax of ARM...
2013-04-26 Quentin ColombetARM: Fix encoding of hint instruction for Thumb.
2013-04-17 Quentin ColombetFix treatment of ARM unallocated hint instructions.
2013-04-12 Quentin ColombetARM: Correct printing of pre-indexed operands.
2013-04-10 Tim NorthoverARM: Make "SMC" instructions conditional on new TrustZo...
2013-02-27 Tim NorthoverARM: permit full range of valid ADR immediates.
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2012-08-02 Jiangning LiuFix #13138, a bug around ARM instruction DSB encoding...
2012-08-02 Jiangning LiuFix #13241, a bug around shift immediate operand for...
2012-07-09 Richard BartonPrevent ARM assembler from losing a right shift by...
2012-06-27 Richard BartonTeach assembler to handle capitalised operation values...
2012-06-18 Jim GrosbachARM: Define generic HINT instruction.
2012-04-26 Evan ChengSpecify cpu to unbreak tests.
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-29 Jim GrosbachARM assembly 'cmp lr, #0' should not encode using ...
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2011-12-20 Jim GrosbachARM assembly shifts by zero should be plain 'mov' instr...
2011-12-14 Jim GrosbachARM/Thumb2 'cmp rn, #imm' alias to cmn.
2011-12-13 Jim GrosbachARM LDM/STM system instruction variants.
2011-12-13 Jim GrosbachARM pre-UAL NEG mnemonic for convenience when porting...
2011-12-09 Jim GrosbachARM assembly aliases for BIC<-->AND (immediate).
2011-12-08 Jim GrosbachARM assembler aliases for "add Rd, #-imm" to "sub Rd...
2011-12-07 Jim GrosbachARM assembly, allow 'asl' as a synonym for 'lsl' in...
2011-12-06 Jim GrosbachARM mode 'mul' operand ordering tweak.
2011-11-16 Jim GrosbachGeneralize the fixup info for ARM mode.
2011-11-15 Jim GrosbachARM assembly parsing two operand forms for shift instru...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-10 Jim GrosbachARM assembly parsing for LSR/LSL/ROR(immediate).
2011-11-10 Jim GrosbachARM assembly parsing for ASR(immediate).
2011-10-20 Owen AndersonRevert r142618, r142622, and r142624, which were based...
2011-10-20 Owen AndersonFix tests for corrected MSR encodings.
2011-10-12 Jim GrosbachARM encoding tests for STC.
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-11 Jim GrosbachARM assembly parsing and encoding for LDC{2}{L}/STC...
2011-09-20 Jim GrosbachTidy up.
2011-09-19 Jim GrosbachTidy up a bit.
2011-09-19 Jim GrosbachRemove FIXME. TBB/TBH are Thumb mode only instructions.
2011-09-16 Jim GrosbachFix comment.
2011-09-15 Jim GrosbachAdd some missing 'CHECK' lines and tidy up others.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MSR/MRS.
2011-09-09 Jim GrosbachTidy up formatting a bit.
2011-09-01 Jim GrosbachARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs...
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-29 Owen AndersonAdd support for parsing #-0 on non-memory-operand immed...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-15 Owen AndersonFix incorrect encoding of UMAAL and friends. Patch...
2011-08-11 Jim GrosbachFix tests per now-correct encoding as of r137371.
2011-08-11 Jim GrosbachARM STR(immediate) assembly parsing and encoding.
2011-08-11 Jim GrosbachARM push of a single register encodes as pre-indexed...
2011-08-11 Jim GrosbachARM pop of a single register encodes as post-indexed...
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Jim GrosbachARM update tests for CPS instruction.
2011-07-28 Jim GrosbachCBZ/CBNZ are Thumb2 only. No need for ARM mode tests...
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BLX (immediate).
2011-07-28 Jim GrosbachRemove obsolete FIXME reference in comment.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BFC and BFI.
2011-07-28 Jim GrosbachARM parsing and encoding for ADR.
2011-07-28 Jim GrosbachUpdate ARM tests for parsing and encoding of WFE, WFI...
2011-07-28 Jim GrosbachARM parsing and encoding tests.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USUB16 and USUB8.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USAX.
2011-07-27 Jim GrosbachClean up tabs.
2011-07-27 Jim GrosbachARM assembly parsing and encoding support for USAT...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for USAD8 and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQSUB16...
2011-07-27 Jim GrosbachFix comment copy/paste-o.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQASX and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMULL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMLAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UMAAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHSUB16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHADD16...
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TST instruc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TEQ instruc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for extend instructions.
2011-07-26 Jim GrosbachARM parsing and encoding tests for load/store exclusive...
2011-07-26 Jim GrosbachARM assembly parsing and encoding for SWP[B] instructions.
2011-07-26 Jim GrosbachARM parsing and encoding for SVC instruction.
2011-07-26 Jim GrosbachARM assembly parsing and encoding tests for SUB instruc...
2011-07-26 Jim GrosbachUpdate ARM STM tests. Fix check: prefix for diagnostic...
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAX, SSUB16...
next