summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Add disassembler support for VPERMIL2PD and VPERMIL2PS.Craig Topper2011-12-30
* Add FMA4 instructions to disassembler.Craig Topper2011-12-30
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...Craig Topper2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Expose FMA3 instructions to the disassembler.Craig Topper2011-12-29
* ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2011-12-22
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-22
* ARM assembler should accept shift-by-zero for any shifted-immediate operand.Jim Grosbach2011-12-22
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach2011-12-21
* Thumb2 assembly parsing of 'mov rd, rn, rrx'.Jim Grosbach2011-12-21
* Thumb2 assembly parsing of 'mov(register shifted register)' aliases.Jim Grosbach2011-12-21
* ARM NEON assmebly parsing for VLD2 to all lanes instructions.Jim Grosbach2011-12-21
* ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.Jim Grosbach2011-12-21
* Enable and fix a test.Jim Grosbach2011-12-20
* ARM assembly parsing and encoding for VST2 single-element, double spaced.Jim Grosbach2011-12-20
* ARM enable a few more tests.Jim Grosbach2011-12-20
* ARM assembly parsing and encoding for VLD2 single-element, double spaced.Jim Grosbach2011-12-20
* ARM assembly shifts by zero should be plain 'mov' instructions.Jim Grosbach2011-12-20
* ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach2011-12-19
* ARM NEON two-operand aliases for VPADD.Jim Grosbach2011-12-19
* ARM NEON implied destination aliases for VMAX/VMIN.Jim Grosbach2011-12-19
* ARM NEON relax parse time diagnostics for alignment specifiers.Jim Grosbach2011-12-19
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman2011-12-15
* ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach2011-12-15
* ARM NEON VTBL/VTBX assembly parsing and encoding.Jim Grosbach2011-12-15
* ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.Jim Grosbach2011-12-14
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-14
* ARM NEON fix alignment encoding for VST2 w/ writeback.Jim Grosbach2011-12-14
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-14
* ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2011-12-14
* ARM/Thumb2 'cmp rn, #imm' alias to cmn.Jim Grosbach2011-12-14
* ARM assembler support for the target-specific .req directive.Jim Grosbach2011-12-14
* Thumb2 assembler aliases for "mov(shifted register)"Jim Grosbach2011-12-13
* ARM LDM/STM system instruction variants.Jim Grosbach2011-12-13
* Test for 146516Jim Grosbach2011-12-13
* ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach2011-12-13
* ARM NEON two-operand aliases for VQDMULH.Jim Grosbach2011-12-13
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-13
* Add test/MC/Mips/dg.exp.Akira Hatanaka2011-12-13
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-13
* Don't rely on a particular version string for llvm.Nick Lewycky2011-12-13
* 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