aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
AgeCommit message (Expand)Author
2013-03-25x86 -- add the XTEST instructionDave Zarzycki
2013-01-29Fix typo in X86BaseInfo.h that I introduced in r157818.Hans Wennborg
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-06-04Better comments for TLS-related X86 MachineOperand flags.Hans Wennborg
2012-06-01Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg
2012-05-11Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg
2012-04-30Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...Pete Cooper
2012-02-19Add vmfunc instruction to X86 assembler and disassembler.Craig Topper
2012-02-18Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-02-05Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper
2011-12-30Separate the concept of having memory access in operand 4 from the concept of...Craig Topper
2011-12-12XOP encoding bits and logic.Jan Sjödin
2011-11-25This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes
2011-10-23Add X86 RORX instructionCraig Topper
2011-10-16Add X86 PEXTR and PDEP instructions.Craig Topper
2011-10-16Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper
2011-10-16Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper
2011-10-15Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-07-25Refactor X86 target to separate MC code from Target code.Evan Cheng