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
/
X86InstrSystem.td
Age
Commit message (
Expand
)
Author
2011-10-07
Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.
Craig Topper
2011-10-07
Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.
Craig Topper
2011-09-22
Fix register printing in disassembling of push/pop of segment registers and i...
Craig Topper
2011-06-30
Recognize the xstorerng alias for VIA PadLock's xstore instruction.
Joerg Sonnenberger
2011-04-09
fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,
Chris Lattner
2011-04-04
Add support for the VIA PadLock instructions.
Joerg Sonnenberger
2011-03-04
PR9377: Handle x86 str with register operand in a way consistent with gas.
Eli Friedman
2011-02-22
Implement xgetbv and xsetbv.
Rafael Espindola
2010-10-27
Added the x86 instruction ud2b (2nd official undefined instruction).
Kevin Enderby
2010-10-22
Reverting r117031 to cleanup valgrind errors.
Andrew Trick
2010-10-21
More tweaks to X86 instructions to allow the 'w' suffix in places it makes
Kevin Enderby
2010-10-19
Added a few tweaks to the Intel Descriptor-table support instructions to allow
Kevin Enderby
2010-10-05
move the atomic pseudo instructions out to X86InstrCompiler.td
Chris Lattner
2010-10-05
continue moving stuff out to X86InstrSystem.td. Move
Chris Lattner
2010-10-05
refactor .td files a bit, moving system instructions out to X86InstrSystem.td
Chris Lattner