aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
Commit message (Expand)AuthorAgeFilesLines
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-281-0/+6
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-0/+12
* ARM assemly parsing and validation of IT instruction.Jim Grosbach2012-01-251-0/+11
* NEON VLD4(all lanes) assembly parsing and encoding.Jim Grosbach2012-01-251-0/+40
* NEON VLD3(all lanes) assembly parsing and encoding.Jim Grosbach2012-01-241-0/+41
* NEON VST4(one lane) assembly parsing and encoding.Jim Grosbach2012-01-241-11/+33
* NEON VLD4(one lane) assembly parsing and encoding.Jim Grosbach2012-01-241-11/+33
* NEON Two-operand assembly aliases for VSRA.Jim Grosbach2012-01-241-33/+71
* Remove redundant test file.Jim Grosbach2012-01-241-98/+0
* NEON Two-operand assembly aliases for VSLI.Jim Grosbach2012-01-241-16/+33
* NEON Two-operand assembly aliases for VSRI.Jim Grosbach2012-01-241-16/+33
* Tidy up.Jim Grosbach2012-01-241-32/+41
* NEON VST4(multiple 4 element structures) assembly parsing.Jim Grosbach2012-01-241-17/+39
* NEON VLD4(multiple 4 element structures) assembly parsing.Jim Grosbach2012-01-241-19/+39
* NEON VST3(single element from one lane) assembly parsing.Jim Grosbach2012-01-241-0/+35
* NEON VST3(multiple 3-element structures) assembly parsing.Jim Grosbach2012-01-231-19/+39
* NEON VLD3(multiple 3-element structures) assembly parsing.Jim Grosbach2012-01-232-65/+73
* NEON VLD3 lane-indexed assembly parsing and encoding.Jim Grosbach2012-01-231-11/+33
* Simplify some NEON assembly pseudo definitions.Jim Grosbach2012-01-231-8/+8
* NEON use vmov.i32 to splat some f32 values into vectors.Jim Grosbach2012-01-201-0/+8
* Thumb2 alternate syntax for LDR(literal) and friends.Jim Grosbach2012-01-181-0/+27
* ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2011-12-221-0/+12
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-221-0/+23
* ARM assembler should accept shift-by-zero for any shifted-immediate operand.Jim Grosbach2011-12-221-0/+17
* ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach2011-12-211-0/+28
* Thumb2 assembly parsing of 'mov rd, rn, rrx'.Jim Grosbach2011-12-211-1/+2
* Thumb2 assembly parsing of 'mov(register shifted register)' aliases.Jim Grosbach2011-12-211-0/+25
* ARM NEON assmebly parsing for VLD2 to all lanes instructions.Jim Grosbach2011-12-211-0/+8
* ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.Jim Grosbach2011-12-211-1/+4
* Enable and fix a test.Jim Grosbach2011-12-201-2/+2
* ARM assembly parsing and encoding for VST2 single-element, double spaced.Jim Grosbach2011-12-201-4/+18
* ARM enable a few more tests.Jim Grosbach2011-12-201-4/+4
* ARM assembly parsing and encoding for VLD2 single-element, double spaced.Jim Grosbach2011-12-201-4/+6
* ARM assembly shifts by zero should be plain 'mov' instructions.Jim Grosbach2011-12-201-0/+17
* ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach2011-12-191-1/+6
* ARM NEON two-operand aliases for VPADD.Jim Grosbach2011-12-191-0/+10
* ARM NEON implied destination aliases for VMAX/VMIN.Jim Grosbach2011-12-192-110/+242
* ARM NEON relax parse time diagnostics for alignment specifiers.Jim Grosbach2011-12-191-8/+8
* ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach2011-12-151-0/+30
* ARM NEON VTBL/VTBX assembly parsing and encoding.Jim Grosbach2011-12-152-21/+20
* ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.Jim Grosbach2011-12-142-4/+19
* ARM NEON fix alignment encoding for VST2 w/ writeback.Jim Grosbach2011-12-141-0/+12
* ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2011-12-141-13/+13
* ARM/Thumb2 'cmp rn, #imm' alias to cmn.Jim Grosbach2011-12-142-1/+4
* ARM assembler support for the target-specific .req directive.Jim Grosbach2011-12-141-0/+11
* Thumb2 assembler aliases for "mov(shifted register)"Jim Grosbach2011-12-131-0/+12
* ARM LDM/STM system instruction variants.Jim Grosbach2011-12-131-0/+6
* Test for 146516Jim Grosbach2011-12-131-0/+4
* ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach2011-12-131-0/+4
* ARM NEON two-operand aliases for VQDMULH.Jim Grosbach2011-12-131-0/+8