summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+2
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-9/+8
* [x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsu...Michael Zuckerman2015-11-121-0/+14
* [MC] Don't crash when .word is given bogus valuesDavid Majnemer2015-10-261-1/+10
* [X86] Add support to assembler and MCInst lowering to use the other vmovq %xm...Craig Topper2015-10-121-12/+14
* [X86] Add some instruction aliases to get the assembly parser table to favor ...Craig Topper2015-10-121-63/+0
* [X86] Remove special validation for INT immediate operand from AsmParser. Ins...Craig Topper2015-10-111-23/+0
* Use range-based for loops. NFC.Craig Topper2015-10-101-17/+15
* Use emplace_back instead of a constructor call and push_back. NFCCraig Topper2015-10-101-22/+18
* Untabify.NAKAMURA Takumi2015-09-221-4/+5
* Reformat blank lines.NAKAMURA Takumi2015-09-221-2/+3
* Reformat.NAKAMURA Takumi2015-09-221-3/+2
* [ms-inline-asm] Relax assertion around funky identifiers slightlyReid Kleckner2015-08-261-6/+8
* [X86] Add support for mmword memory operand size for Intel-syntax x86 assemblyMichael Zuckerman2015-08-241-1/+1
* first commit to llvmMichael Zuckerman2015-08-241-0/+1
* 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
OpenPOWER on IntegriCloud