summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86Operand.h
Commit message (Expand)AuthorAgeFilesLines
* [ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...Eric Astor2020-01-091-3/+0
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-301-8/+12
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-1/+5
* X86Operand::print - fix SymName shadow variable warning. NFCI.Simon Pilgrim2019-11-021-2/+2
* [X86] Use Register/MCRegister in more places in X86Craig Topper2019-08-161-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-7/+7
* [X86] Improve the diagnostic for larger than 4-bit immediate for vpermil2pd/p...Craig Topper2019-08-101-3/+3
* [X86] Limit vpermil2pd/vpermil2ps immediates to 4 bits in the assembly parser.Craig Topper2019-08-071-0/+9
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-311-0/+49
* [X86] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Undo r350355 "[X86] Remove terrible DX Register parsing hack in parse operand...Nirav Dave2019-01-041-5/+10
* [X86] Remove terrible DX Register parsing hack in parse operand. NFCI.Nirav Dave2019-01-031-10/+5
* [X86][AsmParser] Rework the in/out (%dx) hack one more time.Craig Topper2018-07-031-1/+10
* [X86] Add encoding information for the AVX5124FMAPS and AVX5124VNNIW instruct...Craig Topper2018-06-021-1/+1
* [X86] Use getX86SubSuperRegister in addGR32orGR64Operands in the AsmParser in...Craig Topper2018-04-291-24/+1
* Implementation of X86Operand::print.Andrew V. Tischenko2018-01-111-2/+48
* X86Operand.h: Include X86MCTargetDesc.h for SSE register enum/namesDavid Blaikie2017-10-241-0/+1
* This patch is a result of D37262: The issues with X86 prefixes. It closes PR...Andrew V. Tischenko2017-10-161-6/+19
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Initialize new member X86Operand::FrontendSize in all codepaths.Daniel Jasper2017-05-051-1/+2
* [ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner2017-05-041-1/+10
* [X86] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-061-5/+16
* [AVX-512] Correct memory operand size for VPGATHERQPS and VPGATHERQDCraig Topper2017-01-161-0/+3
* X86: Allow expressions to appear as u8imm operands.Peter Collingbourne2016-10-201-1/+3
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-3/+11
* MC: Remove unused entities.Peter Collingbourne2016-10-091-11/+3
* AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch...Igor Breger2016-02-251-30/+31
* AVX-512: Added all SKX forms of GATHER instructions.Elena Demikhovsky2015-06-281-0/+16
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+3
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-16/+16
* AVX-512: Add assembly parser support for Rounding modeElena Demikhovsky2015-03-021-1/+7
* [X86] Remove the AbsMem32 type from the assembly parser. Only really need the...Craig Topper2015-02-241-4/+0
* [x86] Add assembly parser bounds checking to the immediate value for cmpss/cm...Craig Topper2015-01-211-0/+7
* [X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.Craig Topper2015-01-061-0/+8
* [X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...Craig Topper2015-01-031-0/+3
* [X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper2015-01-021-17/+44
* [x86] Fix a pretty horrible bug and inconsistency in the x86 asmChandler Carruth2014-09-061-14/+0
* MC: Split the x86 asm matcher implementations by dialectReid Kleckner2014-08-261-0/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-21/+21
* [C++] Use 'nullptr'.Craig Topper2014-04-281-3/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-13/+13
* X86Operand is extracted into individual header.Evgeniy Stepanov2014-02-281-0/+488
OpenPOWER on IntegriCloud