summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Another 32 to 64 bit sign extension bug.Jack Carter2012-08-09
* llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.NAKAMURA Takumi2012-08-08
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-08
* The define for 64 bit sign extension neglected to Jack Carter2012-08-07
* The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter2012-08-06
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-06
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-02
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* Keep empty assembly macro argument values in the middle of the list.Jim Grosbach2012-07-30
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-30
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-26
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-18
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-16
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-13
* test case for revision 160084: Alignment filling between Mips function unitsJack Carter2012-07-13
* Fix check strings in test/MC/Disassembler/Mips/* and run FileCheck.Akira Hatanaka2012-07-12
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-10
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-10
* Revert r159938 (and r159945) to appease the buildbots.Chad Rosier2012-07-09
* Reapply r158846.Akira Hatanaka2012-07-09
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-09
* Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-09
* Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton2012-07-09
* revert r159851.Akira Hatanaka2012-07-06
* Reapply r158846.Akira Hatanaka2012-07-06
* Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...Craig Topper2012-07-03
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-02
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-29
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-27
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper2012-06-26
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-25
* ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach2012-06-22
* Revert r158846.Akira Hatanaka2012-06-20
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-20
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-19
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-18
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-16
* Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby2012-06-15
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-15
* Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton2012-06-14
* Correct decoder for T1 conditional B encodingRichard Barton2012-06-06
* Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.Akira Hatanaka2012-05-31
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-29