summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test commit to verify commit accessMarina Yatsina2015-08-101-0/+1
* [X86] Recognize "flags" as an identifier, not a register in Intel-syntax inli...Michael Kuperstein2015-07-301-0/+5
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* X86: Use dyn_cast instead of isa+cast, NFCDuncan P. N. Exon Smith2015-07-231-5/+6
* [X86] Fix order of operands for ins and outs instructions when parsing intel ...Michael Kuperstein2015-07-231-28/+28
* [X86] Add support for tbyte memory operand size for Intel-syntax x86 assemblyMichael Kuperstein2015-07-191-0/+1
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-32/+25
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-25/+32
* Add support for parsing the XOR operator in Intel syntax inline assembly.Michael Kuperstein2015-06-141-12/+39
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-17/+17
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-12/+13
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-2/+2
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-13/+12
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-12/+13
* AVX-512: Added all forms of FP compare instructions for KNL and SKX.Elena Demikhovsky2015-05-071-1/+9
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-13/+12
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-12/+13
* AVX-512: Add assembly parser support for Rounding modeElena Demikhovsky2015-03-021-0/+42
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-11/+10
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-10/+11
* [X86] Add assembly parser support for mnemonic aliases for AVX-512 vpcmp inst...Craig Topper2015-02-151-12/+39
* [X86] Improve parsing support AVX/SSE floating point compare instruction mnem...Craig Topper2015-02-141-19/+9
* [X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper2015-02-131-0/+27
* X86: fix comment typo in AsmParserSaleem Abdulrasool2015-01-161-1/+1
* Use the operand vector instead so inline assembly can be validated tooDavid Majnemer2015-01-141-5/+5
* 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
OpenPOWER on IntegriCloud