summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* X86: only access operands if they are presentSaleem Abdulrasool2015-01-141-0/+2
* X86: validate 'int' instructionSaleem Abdulrasool2015-01-141-0/+21
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-1/+1
* [X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper2015-01-021-37/+37
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-041-14/+14
* [X86][MC] Intel syntax: accept implicit memory operand sizes larger than 80.Ahmed Bougacha2014-12-031-1/+1
* MCAsmParserExtension has a copy of the MCAsmParser. Use it.Rafael Espindola2014-11-111-12/+25
* [asan-asm-instrumentation] CFI directives are generated for .S files.Yuri Gorshenin2014-10-071-1/+1
* ms-inline-asm: Fix parsing label names inside bracket expressionsEhsan Akhgari2014-09-221-9/+8
* ms-inline-asm: Add a sema callback for looking up label namesEhsan Akhgari2014-09-221-2/+18
* [asan-assembly-instrumentation] Added CFI directives to the generated instrum...Yuri Gorshenin2014-09-101-0/+6
* Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper2014-08-301-1/+1
* X86 MC: Handle instructions like fxsave that match multiple operand sizesReid Kleckner2014-08-271-8/+18
* MC: Split the x86 asm matcher implementations by dialectReid Kleckner2014-08-261-33/+195
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-8/+8
* MC X86: Accept ".att_syntax prefix" and diagnose noprefixReid Kleckner2014-08-061-1/+12
* MS inline asm: Use memory constraints for functions instead of registersReid Kleckner2014-08-011-9/+21
* MS inline asm: Fix null SMLoc when 'ptr' is missing after dword & coReid Kleckner2014-08-011-1/+1
* X86 MC: Don't crash on empty memory operand parensReid Kleckner2014-07-311-2/+4
* X86 MC: Reject invalid segment registers before a memory operand colonReid Kleckner2014-07-311-0/+3
* [asan] Support x86 REP MOVS asm instrumentation.Evgeniy Stepanov2014-07-311-3/+2
* X86 asm parser: Avoid duplicating the list of aliased instructionsReid Kleckner2014-07-311-16/+11
* X86 asm parser: Use a loop to disambiguate suffixes instead of copy pasteReid Kleckner2014-07-301-38/+20
* [SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.Robert Khasanov2014-07-211-0/+2
* ms inline asm: Don't add x86 segment registers to the clobber list.Nico Weber2014-07-171-0/+5
* Add support for parsing the not operator in Microsoft inline assemblyEhsan Akhgari2014-07-041-5/+36
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* MS asm: Properly handle quoted symbol namesDavid Majnemer2014-06-191-2/+4
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-129/+111
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-38/+39
* [asan] Use MCInstrInfo in inline asm instrumentation.Evgeniy Stepanov2014-04-241-3/+6
* X86AsmParser.cpp: Fix memory leak at replacing movsd to movsl.NAKAMURA Takumi2014-04-231-1/+3
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-2/+5
* AddressSanitizer instrumentation for MOV and MOVAPS.Evgeniy Stepanov2014-03-141-3/+21
* Use printable names to implement directional labels.Rafael Espindola2014-03-131-2/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-6/+6
* MS asm: The initial dot in struct access is optionalReid Kleckner2014-03-061-8/+17
* MS asm: Attempt to parse variables followed by a bracketed displacementReid Kleckner2014-03-041-2/+34
* MC: Fix Intel assembly parser for [global + offset]Reid Kleckner2014-03-041-15/+27
* X86Operand is extracted into individual header.Evgeniy Stepanov2014-02-281-497/+2
* AVX-512: Fixed compilation issueElena Demikhovsky2014-02-201-4/+7
* AVX-512: Assembly parsing of broadcast semantic in AVX-512; imlemented by Nis...Elena Demikhovsky2014-02-201-63/+99
* Update the X86 assembler for .intel_syntax to acceptKevin Enderby2014-02-061-6/+64
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-3/+3
* Update the X86 assembler for .intel_syntax to produce an error for invalid baseKevin Enderby2014-01-231-32/+48
* Update the X86 assembler for .intel_syntax to produce an error for invalidKevin Enderby2014-01-231-3/+11
* [x86] Remove now-unused isSrcOp() and isDstOp() from X86AsmParserDavid Woodhouse2014-01-221-30/+0
* [x86] Allow segment and address-size overrides for INS[BWLQ] (PR9385)David Woodhouse2014-01-221-10/+11
* [x86] Allow segment and address-size overrides for OUTS[BWLQ] (PR9385)David Woodhouse2014-01-221-10/+10
OpenPOWER on IntegriCloud