aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2012-07-26Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper
2012-07-18Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper
2012-07-16Doubleword Shift Left Logical Plus 32Jack Carter
2012-07-13The Mips specific relocation R_MIPS_GOT_DISP Jack Carter
2012-07-13test case for revision 160084: Alignment filling between Mips function unitsJack Carter
2012-07-12Fix check strings in test/MC/Disassembler/Mips/* and run FileCheck.Akira Hatanaka
2012-07-10Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton
2012-07-10Reverse assembler/disassembler operand order for gather instructions.Craig Topper
2012-07-09Revert r159938 (and r159945) to appease the buildbots.Chad Rosier
2012-07-09Reapply r158846.Akira Hatanaka
2012-07-09Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton
2012-07-09Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton
2012-07-09Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton
2012-07-06revert r159851.Akira Hatanaka
2012-07-06Reapply r158846.Akira Hatanaka
2012-07-03Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...Craig Topper
2012-07-02Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-06-29X86: add more GATHER intrinsics in LLVMManman Ren
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-06-26Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper
2012-06-25PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge
2012-06-22ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach
2012-06-20Revert r158846.Akira Hatanaka
2012-06-20In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka
2012-06-19Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung
2012-06-18ARM: Define generic HINT instruction.Jim Grosbach
2012-06-16Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola
2012-06-15Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby
2012-06-15Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola
2012-06-14Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton
2012-06-06Correct decoder for T1 conditional B encodingRichard Barton
2012-05-31Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.Akira Hatanaka
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby
2012-05-17Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby
2012-05-15Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka
2012-05-12Insert instructions to the entry basic block which initializes the globalAkira Hatanaka