summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* fix typos in comments and error messges; NFCHiroshi Inoue2017-07-131-2/+2
* [X86][AsmParser][MS-compatability] Binary/Unary operators enhancementsCoby Tayree2017-06-271-37/+75
* [inline asm] dot operator while using imm generates wrong ir + asm - llvm partMarina Yatsina2017-06-261-2/+1
* The fix for PR22004: X86AsmParser.cpp asserts: OperandStack.size() > 1 && "To...Andrew V. Tischenko2017-05-261-2/+3
* [ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner2017-05-041-65/+29
* PR31007 and PR27884 will be closed: a possibility to compile constants like 0...Andrew V. Tischenko2017-04-261-0/+2
* [X86][MS-compatability]Allow named synonymous for MS-assembly operatorsCoby Tayree2017-04-041-0/+27
* [X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH operators as a part o...Coby Tayree2017-03-211-45/+60
* Revert 292404 due to buildbot failures.Kirill Bobyrev2017-01-181-3/+3
* [X86] Minor code cleanup to fix several clang-tidy warnings. NFCKirill Bobyrev2017-01-181-3/+3
* [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefixMarina Yatsina2017-01-181-1/+1
* [X86] Don't round trip a unique_ptr through a raw pointer for assignment.Benjamin Kramer2016-11-241-1/+1
* [AVX512][inline-asm] Fix AVX512 inline assembly instruction resolution when t...Coby Tayree2016-11-221-3/+58
* small fixup which enables the issuing of the aforementioned instruction (w/o ...Coby Tayree2016-11-211-1/+1
* [X86][InlineAsm]Test commit.Coby Tayree2016-11-201-1/+1
* [x86][inline-asm][avx512] allow swapping of '{k<num>}' & '{z}' marksMichael Zuckerman2016-10-181-25/+65
* [x86][ms-inline-asm] use of "jmp short" in asm is not supportedMichael Zuckerman2016-10-141-0/+14
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-2/+2
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-2/+2
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* [X86] Fix intel syntax push parsing bugNirav Dave2016-10-061-2/+29
* [X86] Don't randomly encode %rip where illegalDouglas Katzman2016-10-051-4/+25
* Add support for Code16GCCNirav Dave2016-09-261-20/+42
* Defer asm errors to post-statement failureNirav Dave2016-09-161-50/+29
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-28/+50
* Defer asm errors to post-statement failureNirav Dave2016-09-131-50/+28
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-28/+50
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-50/+28
* [X86] Include XMM/YMM/ZMM16-23 in X86II::isX86_64ExtendedReg. This feels more...Craig Topper2016-08-271-2/+1
* [X86] Improve code size on X86 segment movesNirav Dave2016-08-081-0/+24
* [MC] Fix Intel Operand assembly parsing for .set idsNirav Dave2016-08-021-116/+80
* Revert r276895 "[MC][X86] Fix Intel Operand assembly parsing for .set ids"Hans Wennborg2016-08-011-79/+115
* [X86] Fix lifetime of SMRange temporaries.Benjamin Kramer2016-07-301-4/+4
* [MC][X86] Fix Intel Operand assembly parsing for .set idsNirav Dave2016-07-271-115/+79
* [X86][MC] Fix bracket expression parsing in intel-style assembly.Nirav Dave2016-07-141-2/+5
* Permit memory operands in ins/outs instructionsNirav Dave2016-06-291-4/+6
* Removing a switch statement that contains only a default label; NFC.Aaron Ballman2016-05-231-3/+1
* [X86] Use instruction aliases to replace custom asm parser code for optimizin...Craig Topper2016-05-231-51/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina2016-03-071-1/+11
* [X86] Add test cases for r261977 and fix a grammatical error.Craig Topper2016-02-261-1/+1
* [X86] Remove a couple returns after llvm_unreachables. NFCCraig Topper2016-02-261-6/+2
* [X86] Explicitly diagnose use of %xmm16-%xmm31, %ymm16-%ymm31 and %zmm16-%zmm...Craig Topper2016-02-261-1/+7
* [X86] Fix typos. NFCCraig Topper2016-02-161-2/+2
* [X86] Use range-based for loop. NFCCraig Topper2016-02-161-3/+2
* [X86] Fix typo in comment. NFCCraig Topper2016-02-161-1/+1
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* [AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predicate names Michael Zuckerman2016-01-251-0/+14
* [X86] - Removing warning on legal cases caused by commit r258132Marina Yatsina2016-01-211-4/+13
OpenPOWER on IntegriCloud