aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-021-0/+4
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-022-1/+23
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-024-33/+235
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-024-0/+18
* Keep empty assembly macro argument values in the middle of the list.Jim Grosbach2012-07-301-0/+12
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-301-0/+44
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-264-36/+36
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-183-0/+39
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-161-0/+45
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-131-0/+18
* test case for revision 160084: Alignment filling between Mips function unitsJack Carter2012-07-131-0/+23
* Fix check strings in test/MC/Disassembler/Mips/* and run FileCheck.Akira Hatanaka2012-07-128-760/+694
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-102-1/+41
* 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