aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-211-0/+21
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-211-0/+9
* ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines.Jim Grosbach2012-08-132-8/+10
* Give this test an explicit triple.Nick Lewycky2012-08-121-1/+1
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-121-0/+28
* Another 32 to 64 bit sign extension bug.Jack Carter2012-08-091-4/+9
* llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.NAKAMURA Takumi2012-08-081-1/+0
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-082-0/+29
* The define for 64 bit sign extension neglected to Jack Carter2012-08-071-0/+15
* The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter2012-08-061-0/+18
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-061-0/+27
* 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