summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* [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
* Update a .fill test to use the updated semantics.David Majnemer2014-02-01
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-01
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* [mips][msa] Add insert.d instruction.Matheus Almeida2014-01-31
* Move address override handling in X86MCCodeEmitter to a place where it works ...Craig Topper2014-01-31
* [x86] Fix signed relocations for i64i32imm operandsDavid Woodhouse2014-01-30
* Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...Timur Iskhodzhanov2014-01-30
* ARM IAS: support .object_archSaleem Abdulrasool2014-01-30
* ARM IAS: support .movspSaleem Abdulrasool2014-01-30
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-30
* ARM: support TLS descriptor relocationsSaleem Abdulrasool2014-01-30
* ARM: support tlscall relocationsSaleem Abdulrasool2014-01-30
* MC: Better management of macro argumentsDavid Majnemer2014-01-29
* [mips][msa] Add fill.d instruction.Matheus Almeida2014-01-29
* [mips][msa] Add copy_{u,s}.d.Matheus Almeida2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29