index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
MCTargetDesc
/
X86BaseInfo.h
Age
Commit message (
Expand
)
Author
2013-03-25
x86 -- add the XTEST instruction
Dave Zarzycki
2013-01-29
Fix typo in X86BaseInfo.h that I introduced in r157818.
Hans Wennborg
2012-11-08
Add support of RTM from TSX extension
Michael Liao
2012-06-20
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-04
Better comments for TLS-related X86 MachineOperand flags.
Hans Wennborg
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-05-11
Implement initial-exec TLS model for 32-bit PIC x86
Hans Wennborg
2012-04-30
Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...
Pete Cooper
2012-02-19
Add vmfunc instruction to X86 assembler and disassembler.
Craig Topper
2012-02-18
Add X86 assembler and disassembler support for AMD SVM instructions. Original...
Craig Topper
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-05
Convert assert(0) to llvm_unreachable in X86 Target directory.
Craig Topper
2011-12-30
Separate the concept of having memory access in operand 4 from the concept of...
Craig Topper
2011-12-12
XOP encoding bits and logic.
Jan Sjödin
2011-11-25
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-10-23
Add X86 RORX instruction
Craig Topper
2011-10-16
Add X86 PEXTR and PDEP instructions.
Craig Topper
2011-10-16
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...
Craig Topper
2011-10-15
Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...
Craig Topper
2011-10-04
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-07-25
Refactor X86 target to separate MC code from Target code.
Evan Cheng