aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-102-16/+16
* Revert r159938 (and r159945) to appease the buildbots.Chad Rosier2012-07-091-21/+0
* Reapply r158846.Akira Hatanaka2012-07-094-160/+172
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-091-0/+21
* Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-091-0/+33
* Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton2012-07-091-0/+807
* revert r159851.Akira Hatanaka2012-07-064-172/+160
* Reapply r158846.Akira Hatanaka2012-07-064-160/+172
* Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...Craig Topper2012-07-031-0/+26
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-021-0/+3
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-027-7/+7
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0270-72/+72
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0239-39/+39
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-292-3/+45
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-271-0/+39
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-271-0/+6
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-262-0/+14
* Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper2012-06-262-12/+12
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-251-0/+11
* ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach2012-06-222-8/+8
* Revert r158846.Akira Hatanaka2012-06-204-172/+160
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-204-160/+172
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-191-1/+11
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-182-8/+34
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-161-0/+9
* Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby2012-06-151-10/+10
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-152-0/+18
* Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton2012-06-141-0/+6
* Correct decoder for T1 conditional B encodingRichard Barton2012-06-061-1/+10
* Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.Akira Hatanaka2012-05-311-0/+6
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-293-0/+61
* Refactor data-in-code annotations.Jim Grosbach2012-05-182-1/+34
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-181-0/+5
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-171-4/+28
* Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby2012-05-151-0/+20
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-123-0/+35
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-121-0/+17
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-121-0/+12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-121-0/+4
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-121-0/+65
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-121-0/+67
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-121-1/+3
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-121-1/+3
* Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga2012-05-112-0/+67
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-111-0/+3
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-033-2/+29
* Fixed disassembler for vstm/vldm ARM VFP instructions.Silviu Baranga2012-05-031-0/+27
* ARM: Add missing two-operand VBIC aliases.Jim Grosbach2012-05-021-0/+5
* Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton2012-05-024-29/+18
* ARM: Add a few missing add->sub aliases w/ 'w' suffix.Jim Grosbach2012-05-011-0/+12