aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrSystem.td
AgeCommit message (Expand)Author
2013-03-20Add a catch-all WriteSystem SchedWrite type.Jakob Stoklund Olesen
2013-02-11*fixed disassembly of some i386 system insts with intel syntaxKay Tiong Khoo
2012-05-14Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman
2012-05-11Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman
2012-05-04Adds Intel Atom scheduling latencies to X86InstrSystem.td.Preston Gurd
2012-03-10Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.Bill Wendling
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-01-09Fix asm string wrt variants.Devang Patel
2011-10-30Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...Craig Topper
2011-10-27Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby
2011-10-16Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper
2011-10-07Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.Craig Topper
2011-10-07Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper
2011-09-22Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper
2011-06-30Recognize the xstorerng alias for VIA PadLock's xstore instruction.Joerg Sonnenberger
2011-04-09fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,Chris Lattner
2011-04-04Add support for the VIA PadLock instructions.Joerg Sonnenberger
2011-03-04PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman
2011-02-22Implement xgetbv and xsetbv.Rafael Espindola
2010-10-27Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby
2010-10-22Reverting r117031 to cleanup valgrind errors.Andrew Trick
2010-10-21More tweaks to X86 instructions to allow the 'w' suffix in places it makesKevin Enderby
2010-10-19Added a few tweaks to the Intel Descriptor-table support instructions to allowKevin Enderby
2010-10-05move the atomic pseudo instructions out to X86InstrCompiler.tdChris Lattner
2010-10-05continue moving stuff out to X86InstrSystem.td. MoveChris Lattner
2010-10-05refactor .td files a bit, moving system instructions out to X86InstrSystem.tdChris Lattner