summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrSystem.td
Commit message (Expand)AuthorAge
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-31
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-11
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-10
* fixed to disassemble with tab after mnemonic rather than spaceKay Tiong Khoo2013-04-10
* Add a catch-all WriteSystem SchedWrite type.Jakob Stoklund Olesen2013-03-20
* *fixed disassembly of some i386 system insts with intel syntaxKay Tiong Khoo2013-02-11
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-11
* Adds Intel Atom scheduling latencies to X86InstrSystem.td.Preston Gurd2012-05-04
* Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.Bill Wendling2012-03-10
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Fix asm string wrt variants.Devang Patel2012-01-09
* Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...Craig Topper2011-10-30
* Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby2011-10-27
* Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-16
* Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.Craig Topper2011-10-07
* Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper2011-10-07
* Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper2011-09-22
* Recognize the xstorerng alias for VIA PadLock's xstore instruction.Joerg Sonnenberger2011-06-30
* fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,Chris Lattner2011-04-09
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-04
* PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman2011-03-04
* Implement xgetbv and xsetbv.Rafael Espindola2011-02-22
* Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby2010-10-27
* Reverting r117031 to cleanup valgrind errors.Andrew Trick2010-10-22
* More tweaks to X86 instructions to allow the 'w' suffix in places it makesKevin Enderby2010-10-21
* Added a few tweaks to the Intel Descriptor-table support instructions to allowKevin Enderby2010-10-19
* move the atomic pseudo instructions out to X86InstrCompiler.tdChris Lattner2010-10-05
* continue moving stuff out to X86InstrSystem.td. MoveChris Lattner2010-10-05
* refactor .td files a bit, moving system instructions out to X86InstrSystem.tdChris Lattner2010-10-05