summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Fixed encoding of SYSCALL microMIPS instruction.Zoran Jovanovic2014-02-28
* Revert revision 202518 because of wrong commit message.Zoran Jovanovic2014-02-28
* Fix operand of SC instruction.Zoran Jovanovic2014-02-28
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-28
* Fix typosAlp Toker2014-02-25
* Asm Parser: support .error directiveSaleem Abdulrasool2014-02-23
* AsmParser: support .ifeqs directiveSaleem Abdulrasool2014-02-23
* ARM IAS: support .align without parametersSaleem Abdulrasool2014-02-23
* MCAsmParser: support .ifneSaleem Abdulrasool2014-02-23
* MCAsmParser: handle space properly for .ifc/.ifncSaleem Abdulrasool2014-02-23
* MCAsmParser: add support for .err directiveSaleem Abdulrasool2014-02-23
* ARM IAS: support .short and .hwordSaleem Abdulrasool2014-02-23
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-20
* AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.Benjamin Kramer2014-02-20
* AVX-512: Assembly parsing of broadcast semantic in AVX-512; imlemented by Nis...Elena Demikhovsky2014-02-20
* [mips] Add explicit N32 and N64 tests to nabi-regs.s testDaniel Sanders2014-02-19
* Remove special FP opcode maps and instead add enough MRM_XX formats to handle...Craig Topper2014-02-19
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-19
* MCAsmParser: support required parametersSaleem Abdulrasool2014-02-19
* Fix the arm assembler so that this malformed instruction:Kevin Enderby2014-02-17
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-17
* Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 shoul...Craig Topper2014-02-17
* MCAsmParser: add some mixed argument testsSaleem Abdulrasool2014-02-17
* MCAsmParser: better handling for named argumentsSaleem Abdulrasool2014-02-17
* Fix broken CHECK linesNico Rieck2014-02-16
* MCAsmParser: relax declaration parsingSaleem Abdulrasool2014-02-16
* ARM IAS: (partially) support .arch_extension directiveSaleem Abdulrasool2014-02-16
* Add opcode extension forms of MOV8ri/MOV16ri/MOV32ri.Craig Topper2014-02-15
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* Simplify checks in MC/AsmParser/directive_loc.sDiego Novillo2014-02-13
* Fix generation of 'isa' and 'discriminator' keywords.Diego Novillo2014-02-13
* Tidy up a bit. Formatting only.Jim Grosbach2014-02-11
* ARM: Thumb2 LDR(literal) can target SP.Jim Grosbach2014-02-11
* AVX-512: Optimized BUILD_VECTOR pattern; Elena Demikhovsky2014-02-11
* [AArch64] Handle aliases of conditional branches without b.pred form.Chad Rosier2014-02-10
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-10
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-10
* AsmParser: Parse (and ignore) nested .macro definitions.Benjamin Kramer2014-02-09
* ARM: change attribute tests to use parsed formSaleem Abdulrasool2014-02-08
* Remove -arm-disable-ehabi optionRenato Golin2014-02-07
* Changed comment.Sasa Stankovic2014-02-07
* [Sparc] Add support for parsing synthetic instruction 'mov'. Venkatraman Govindaraju2014-02-07
* [Sparc] Emit correct encoding for atomic instructions. Also, add support for ...Venkatraman Govindaraju2014-02-07
* Update the X86 assembler for .intel_syntax to acceptKevin Enderby2014-02-06
* ARM: Resolve thumb_bl fixup in same MCFragment.Logan Chien2014-02-05
* AVX-512: fixed a bug in EVEX encoding (the bug appeared after r200624)Elena Demikhovsky2014-02-05
* [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic2014-02-04
* MC: Fix .octa output for APInts with BitWidth > 128David Woodhouse2014-02-01
* MC: Add support for .octaDavid Woodhouse2014-02-01