summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing bug in rL258132: [X86] Adding support for missing variations of X86 st...Marina Yatsina2016-01-201-2/+6
* [X86] Add support for "xlat m8"Marina Yatsina2016-01-191-0/+11
* [X86] Adding support for missing variations of X86 string related instructionsMarina Yatsina2016-01-191-75/+163
* [X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo.h to fix a layering vio...Craig Topper2015-12-251-1/+0
* [X86][ms-inline asm] Add support for memory operands that include structsMarina Yatsina2015-12-241-1/+5
* [X86][inline asm] support even directive Michael Zuckerman2015-12-131-1/+22
* [X86] Adding support for FWORD type for MS inline asmMarina Yatsina2015-12-071-0/+1
* [X86] MS inline asm: produce error when encountering "<type> ptr <reg name>"Marina Yatsina2015-12-031-2/+11
* 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
OpenPOWER on IntegriCloud