summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Make the test harder by using a non-zero offset.Rafael Espindola2014-03-19
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-19
* Move yet another test that requires ARM to an ARM test directory.NAKAMURA Takumi2014-03-18
* Move tests that require ARM to an ARM test directory.Jim Grosbach2014-03-18
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-18
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-18
* ARM IAS: support .thumb_setSaleem Abdulrasool2014-03-17
* llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat.NAKAMURA Takumi2014-03-17
* Consider the base pointer for setting the symbol type.Rafael Espindola2014-03-17
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* Test caseDavid Blaikie2014-03-17
* Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2014-03-15
* Correctly handle an ELF symbol defined with "a = b + expr".Rafael Espindola2014-03-14
* Generalise assembly tests to not rely on anonymous symbol namesOliver Stannard2014-03-14
* Use printable names to implement directional labels.Rafael Espindola2014-03-13
* AVX-512: masked load/store + intrinsics for them.Elena Demikhovsky2014-03-13
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-13
* ARM: support emission of complex SO expressionsSaleem Abdulrasool2014-03-13
* Allow exclamation and tilde to be parsed as a part of the ppc asm operand.Roman Divacky2014-03-12
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* [mips] Implement NaCl sandboxing of function calls:Sasa Stankovic2014-03-11
* [mips] Implement NaCl sandboxing of loads, stores and SP changes:Sasa Stankovic2014-03-10
* [mips] Assembly parser must invoke the target streamer to handle .set reorder...Matheus Almeida2014-03-10
* [Sparc] Add support for decoding 'swap' instruction.Venkatraman Govindaraju2014-03-09
* Moved test file from test/MC/Mips to test/CodeGen/Mips.Sasa Stankovic2014-03-07
* ARM: Make .unreq directives case-insensitiveDuncan P. N. Exon Smith2014-03-07
* AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed...Elena Demikhovsky2014-03-06
* AVX-512: fixed comressed displacement - by Robert KhazanovElena Demikhovsky2014-03-06
* This patch implements .set dsp directive and sets appropriate feature bits.Th...Vladimir Medic2014-03-05
* This patch implements .set mips32r2 directive and sets appropriate feature bi...Vladimir Medic2014-03-04
* [AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin2014-03-04
* MC: Fix Intel assembly parser for [global + offset]Reid Kleckner2014-03-04
* [mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug dataEd Maste2014-03-03
* This patch implements jalx instruction for Mips architecture.This instruction...Vladimir Medic2014-03-03
* AsmParser: add missed testsSaleem Abdulrasool2014-03-03
* [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...Venkatraman Govindaraju2014-03-02
* [Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju2014-03-02
* [Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju2014-03-02
* [Sparc] Add fcmpe* instructions to Sparc backend.Venkatraman Govindaraju2014-03-02
* [Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju2014-03-02
* [SparcV9] Adds support for branch on integer register instructions (BPr) and ...Venkatraman Govindaraju2014-03-02
* [Sparc] Add support for parsing branches and conditional move instructions wi...Venkatraman Govindaraju2014-03-02
* [Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju2014-03-02
* [SparcV9] Add support for parsing branch instructions with prediction.Venkatraman Govindaraju2014-03-01
* [Sparc] Add support for parsing annulled branch instructions.Venkatraman Govindaraju2014-03-01
* [Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.Venkatraman Govindaraju2014-03-01
* [Sparc] Add missing ALU instruction patterns.Venkatraman Govindaraju2014-03-01
* Add missing FileCheck in test command line.Sasa Stankovic2014-03-01
* [Sparc] Add support to decode unimp instruction.Venkatraman Govindaraju2014-03-01