summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* XOP instructions and encoding tests.Jan Sjödin2011-12-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Don't assume things about the exact details of the LLVM version number,Chandler Carruth2011-12-10
* Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola2011-12-10
* ARM assembly aliases for BIC<-->AND (immediate).Jim Grosbach2011-12-09
* ARM assembly parsing and encoding for VLD2 with writeback.Jim Grosbach2011-12-09
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-09
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-09
* ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough.Jim Grosbach2011-12-08
* ARM VSHR implied destination operand form aliases.Jim Grosbach2011-12-08
* Tidy up a bit.Jim Grosbach2011-12-08
* ARM VSUB implied destination operand form aliases.Jim Grosbach2011-12-08
* Tidy up a bit.Jim Grosbach2011-12-08
* ARM VQADD implied destination operand form aliases.Jim Grosbach2011-12-08
* ARM a few more VMUL implied destination operand form aliases.Jim Grosbach2011-12-08
* ARM NEON two-operand aliases for VSHL(immediate).Jim Grosbach2011-12-08
* ARM NEON two-operand aliases for VSHL(register).Jim Grosbach2011-12-08
* ARM optional destination operand variants for VEXT instructions.Jim Grosbach2011-12-08
* Tidy up.Jim Grosbach2011-12-08
* ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm".Jim Grosbach2011-12-08
* ARM assembly, allow 'asl' as a synonym for 'lsl' in shifted-register operands.Jim Grosbach2011-12-07
* ARM two-operand aliases for VAND/VEOR/VORR instructions.Jim Grosbach2011-12-07
* ARM two-operand aliases for VADDW instructions.Jim Grosbach2011-12-07
* ARM two-operand aliases for VADD instructions.Jim Grosbach2011-12-07
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-07
* Thumb2 alias for long-form pop and friends.Jim Grosbach2011-12-07
* ARM support the .arm and .thumb directives for assembly mode switching.Jim Grosbach2011-12-07
* ARM NEON VCLT(register) is a pseudo aliasing VCGT(register).Jim Grosbach2011-12-07
* Tidy up. Move MachO tests to MachO directory.Jim Grosbach2011-12-07
* test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it.NAKAMURA Takumi2011-12-06
* ARM mode 'mul' operand ordering tweak.Jim Grosbach2011-12-06
* Thumb2: MUL two-operand form encoding operand order fix.Jim Grosbach2011-12-06
* Thumb2 encoding choice correction for PLD.Jim Grosbach2011-12-06
* test/MC: Move relax-thumb2-branches.s from MC/MachO/ to MC/ARM.NAKAMURA Takumi2011-12-06
* Fix ARM handling of tBcc branch relaxation.Jim Grosbach2011-12-06
* Tweak ADDrr fix. Bad check for explicit .wJim Grosbach2011-12-05
* Update tests for r145860. Add a few new ones.Jim Grosbach2011-12-05
* Thumb2 prefer encoding T3 to T4 for ADD/SUB immediate instructions.Jim Grosbach2011-12-05
* ARM assembly parsing for the rest of the VMUL data type aliases.Jim Grosbach2011-12-05
* ARM tests for VLD1 single lane w/ writeback.Jim Grosbach2011-12-02
* Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.Jim Grosbach2011-12-02
* Support for encoding all FMA4 instructions and tablegen patterns for allJan Sjödin2011-11-30
* Add some tests for all-lanes VLD1 parsing.Jim Grosbach2011-11-30
* ARM assembly parsing and encoding for four-register VST1.Jim Grosbach2011-11-29
* Enable some VST1 tests and add a few more.Jim Grosbach2011-11-29
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-29
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Add several new instructions supported by the latest MicroBlaze.Wesley Peck2011-11-27
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-25