aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
Commit message (Expand)AuthorAgeFilesLines
* ARM diagnostic when 's' suffix on mnemonic that can't set flags.Jim Grosbach2011-07-141-0/+6
* Add some testcases for ARM MLA/MLS instructions.Jim Grosbach2011-07-142-3/+23
* ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach2011-07-143-5/+14
* ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach2011-07-143-4/+28
* Enable some tests we now handle correctly.Jim Grosbach2011-07-141-18/+9
* Update ARM Assembly of LDM/STM.Jim Grosbach2011-07-142-44/+58
* ARM ISB assembly parsing tests.Jim Grosbach2011-07-142-2/+10
* ARM ISB instruction assembly parsing.Jim Grosbach2011-07-141-1/+1
* ARM tests for EOR instruction parsing and encoding.Jim Grosbach2011-07-141-0/+57
* Remove duplicate tests.Jim Grosbach2011-07-141-24/+0
* ARM Assembler support for DSB instruction.Jim Grosbach2011-07-141-0/+31
* ARM Assembler support for DMB instruction.Jim Grosbach2011-07-132-24/+32
* ARM Assembler support for DBG instruction.Jim Grosbach2011-07-132-0/+19
* ARM parsing and encoding tests for CMN/CMP.Jim Grosbach2011-07-131-0/+59
* Shuffle ARM assembly tests a bit.Jim Grosbach2011-07-132-10/+22
* Range checking for CDP[2] immediates.Jim Grosbach2011-07-132-0/+27
* Fix predicates for Thumb co-processor instructions.Jim Grosbach2011-07-132-15/+15
* Testcases for ARM assembly BX/BXJ instructions.Jim Grosbach2011-07-131-2/+24
* Testcases for ARM assembly BLX/BL instructions.Jim Grosbach2011-07-131-0/+17
* Range checking for 16-bit immediates in ARM assembly.Jim Grosbach2011-07-132-4/+8
* Add tests for ARM parsing of 'BKPT' instruction.Jim Grosbach2011-07-131-0/+9
* Fix copy-pasto.Jim Grosbach2011-07-131-1/+1
* Add tests for ARM parsing of 'BIC' instruction.Jim Grosbach2011-07-131-0/+58
* Add some FIXMEs.Jim Grosbach2011-07-131-0/+16
* Add tests for ARM parsing of 'AND' instruction.Jim Grosbach2011-07-131-0/+58
* Improve ARM assembly parsing diagnostics a bit.Jim Grosbach2011-07-131-0/+43
* Add tests for ARM parsing of 'ADD' instructionJim Grosbach2011-07-131-0/+63
* Destination register operand is optional for ADC and SBC ARM.Jim Grosbach2011-07-131-0/+36
* Flesh out ARM Parser support for shifted-register operands.Jim Grosbach2011-07-131-0/+48
* Add check for predicate w/o S bit.Jim Grosbach2011-07-121-0/+2
* Fix recognition of ARM 'adcs' mnemonic.Jim Grosbach2011-07-111-0/+31
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-4/+3
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+2
* Add support for ARM / Thumb mode switching with .code 16 and .code 32.Evan Cheng2011-07-081-0/+16
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-071-2/+2
* ARM Thumb2 asm syntax optional destination operand for binary operators.Jim Grosbach2011-06-281-0/+20
* ARM Assembly support for Thumb mov-immediate.Jim Grosbach2011-06-271-0/+16
* ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach2011-06-271-0/+8
* ARM assembler support for vpush/vpop.Jim Grosbach2011-06-271-0/+19
* ARM Assembly syntax support for arithmetic implied dest operand.Jim Grosbach2011-06-271-0/+126
* Move ARM-specific test to ARM directory.Jim Grosbach2011-06-251-0/+17
* Fix ssat and ssat16 encodings for ARM and Thumb. The bit position valueBruno Cardoso Lopes2011-05-312-0/+5
* Move ARM specific test into the ARM subdir.Benjamin Kramer2011-05-281-0/+20
* ARM asm parser wasn't able to parse a "mov" instruction while in ThumbBruno Cardoso Lopes2011-05-271-0/+3
* Fix PR9762Bruno Cardoso Lopes2011-05-251-0/+3
* adds some attributes to attribute section when cpu is "xscale"Rafael Espindola2011-05-201-0/+31
* fixes target address tBL and tBLX and sets relocation typeRafael Espindola2011-05-201-0/+37
* This fixes one divergence between LLVM and binutils for ARM in theJason W Kim2011-05-191-3/+3
* Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.Owen Anderson2011-05-111-0/+2
* Explicitly request -join-physregs for some tests that depend on it.Jakob Stoklund Olesen2011-05-041-1/+1