aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/AsmParser/X86Operand.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-25AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch...Igor Breger1-30/+31
2015-06-28AVX-512: Added all SKX forms of GATHER instructions.Elena Demikhovsky1-0/+16
2015-05-15Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper1-0/+3
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach1-16/+16
2015-03-02AVX-512: Add assembly parser support for Rounding modeElena Demikhovsky1-1/+7
2015-02-24[X86] Remove the AbsMem32 type from the assembly parser. Only really need the...Craig Topper1-4/+0
2015-01-21[x86] Add assembly parser bounds checking to the immediate value for cmpss/cm...Craig Topper1-0/+7
2015-01-06[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.Craig Topper1-0/+8
2015-01-03[X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...Craig Topper1-0/+3
2015-01-02[X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper1-17/+44
2014-09-06[x86] Fix a pretty horrible bug and inconsistency in the x86 asmChandler Carruth1-14/+0
2014-08-26MC: Split the x86 asm matcher implementations by dialectReid Kleckner1-0/+3
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-3/+3
2014-06-08AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie1-21/+21
2014-04-28[C++] Use 'nullptr'.Craig Topper1-3/+3
2014-03-09[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-13/+13
2014-02-28X86Operand is extracted into individual header.Evgeniy Stepanov1-0/+488