aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
Commit message (Expand)AuthorAgeFilesLines
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-151-2/+13
* The ARM NEON vector compare instructions take three arguments. However, the Joel Jones2013-02-141-1/+67
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-144-151/+167
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-4/+11
* This patch implements runtime ARM specificJack Carter2013-01-302-1/+13
* This patch reworks how llvm targets set Jack Carter2013-01-301-0/+1
* Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky2013-01-071-0/+41
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-1/+1
* Tests for the aligned bundling support added in r170718Eli Bendersky2012-12-202-0/+43
* Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby2012-12-141-0/+4
* revert the test changeHao Liu2012-12-111-1/+0
* A newbie try a test commitHao Liu2012-12-111-0/+1
* Added Mapping Symbols for ARM ELFTim Northover2012-12-0710-17/+272
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-101-0/+9
* ARM: Better disassembly for pc-relative LDR.Jim Grosbach2012-10-301-2/+2
* Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby2012-10-291-0/+12
* Test case for r165480.Craig Topper2012-10-101-0/+10
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-251-0/+4
* Fix edge cases of ARM shift operands in arith instructions.Tim Northover2012-09-222-0/+88
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-222-0/+116
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-021-0/+4
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-021-0/+12
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-022-0/+142
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-022-0/+10
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-101-0/+21
* Revert r159938 (and r159945) to appease the buildbots.Chad Rosier2012-07-091-21/+0
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-091-0/+21
* Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-091-0/+33
* Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton2012-07-091-0/+807
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-271-0/+6
* ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach2012-06-222-8/+8
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-191-1/+11
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-182-8/+34
* Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby2012-06-151-10/+10
* Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton2012-06-141-0/+6
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-1/+1
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-171-4/+28
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-111-0/+3
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-031-2/+2
* ARM: Add missing two-operand VBIC aliases.Jim Grosbach2012-05-021-0/+5
* Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton2012-05-023-17/+18
* ARM: Add a few missing add->sub aliases w/ 'w' suffix.Jim Grosbach2012-05-011-0/+12
* ARM: allow vanilla expressions for movw/movt.Jim Grosbach2012-05-011-0/+5
* ARM: Thumb add(sp plus register) asm constraints.Jim Grosbach2012-04-272-0/+7
* Fix ARM assembly parsing for upper case condition codes on IT instructions.Richard Barton2012-04-271-0/+13
* Specify cpu to unbreak tests.Evan Cheng2012-04-265-6/+6
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-241-9/+9
* ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.Jim Grosbach2012-04-232-0/+209
* Add ARM mode tests for the NEON vector shift-accumulate tests.Jim Grosbach2012-04-231-0/+105
* Tidy up. Reformat for ease of reading.Jim Grosbach2012-04-231-95/+102