aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
...
* The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-111-0/+9
* Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola2012-01-111-0/+2
* Add the skeleton of an asm parser for mips.Rafael Espindola2012-01-111-0/+5
* Various crash reporting tools have a problem with the dwarf generated forKevin Enderby2012-01-101-8/+17
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-0/+5
* Add disassembler support for VPERMIL2PD and VPERMIL2PS.Craig Topper2011-12-301-2/+5
* Add FMA4 instructions to disassembler.Craig Topper2011-12-301-0/+6
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+42
* Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...Craig Topper2011-12-291-0/+12
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+42
* Expose FMA3 instructions to the disassembler.Craig Topper2011-12-291-0/+24
* 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
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-0/+36
* 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
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+14
* Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman2011-12-151-0/+7
* 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
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-141-4/+1
* ARM NEON fix alignment encoding for VST2 w/ writeback.Jim Grosbach2011-12-141-0/+12
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-142-0/+10
* ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2011-12-142-14/+14
* 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
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-132-0/+18
* Add test/MC/Mips/dg.exp.Akira Hatanaka2011-12-131-0/+5
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-131-0/+29
* Don't rely on a particular version string for llvm.Nick Lewycky2011-12-131-1/+1
* XOP instructions and encoding tests.Jan Sjödin2011-12-121-0/+584