summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86Operand.h
Commit message (Expand)AuthorAgeFilesLines
* 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