aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-11/+68
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-111-11/+13
* In the X86 back end, getMemoryOperandNo() returns the offsetPreston Gurd2013-04-101-1/+21
* x86 -- add the XTEST instructionDave Zarzycki2013-03-251-13/+10
* Fix typo in X86BaseInfo.h that I introduced in r157818.Hans Wennborg2013-01-291-2/+2
* Add support of RTM from TSX extensionMichael Liao2012-11-081-8/+8
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-7/+7
* Better comments for TLS-related X86 MachineOperand flags.Hans Wennborg2012-06-041-9/+18
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-011-0/+27
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-111-0/+7
* Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...Pete Cooper2012-04-301-1/+3
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-191-6/+8
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-181-25/+16
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-111-1/+7
* Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper2012-02-051-5/+5
* Separate the concept of having memory access in operand 4 from the concept of...Craig Topper2011-12-301-6/+5
* XOP encoding bits and logic.Jan Sjödin2011-12-121-1/+11
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-251-1/+9
* Add X86 RORX instructionCraig Topper2011-10-231-0/+3
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-161-2/+5
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-161-8/+9
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-161-2/+5
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-151-2/+7
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-041-1/+5
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-251-0/+544