Revert "Mark vastart_save_xmm_regs as changing EFLAGS"
[oota-llvm.git] / lib / Target / X86 / X86InstrSystem.td
2013-07-31 Craig TopperChanged register names (and pointer keywords) to be...
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-04-10 Kay Tiong Khoofixed xsave, xsaveopt, xrstor mnemonics with intel...
2013-04-10 Kay Tiong Khoofixed to disassemble with tab after mnemonic rather...
2013-03-20 Jakob Stoklund OlesenAdd a catch-all WriteSystem SchedWrite type.
2013-02-11 Kay Tiong Khoo*fixed disassembly of some i386 system insts with intel...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-04 Preston GurdAdds Intel Atom scheduling latencies to X86InstrSystem.td.
2012-03-10 Bill WendlingFix disasm of iret, sysexit, and sysret when displayed...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-09 Devang PatelFix asm string wrt variants.
2011-10-30 Craig TopperAdd intrinsics and feature flag for read/write FS/GS...
2011-10-27 Kevin EnderbyChange the sysexit mnemonic (and sysexitl) to never...
2011-10-16 Craig TopperAdd X86 INVPCID instruction. Add 32/64-bit predicates...
2011-10-07 Craig TopperAdd X86 disassembler support for RDFSBASE, RDGSBASE...
2011-10-07 Craig TopperAdd X86 disassembler support for XSAVE, XRSTOR, and...
2011-09-22 Craig TopperFix register printing in disassembling of push/pop...
2011-06-30 Joerg SonnenbergerRecognize the xstorerng alias for VIA PadLock's xstore...
2011-04-09 Chris Lattnerfix rdar://8735979 - "int 3" doesn't match to "int3...
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-03-04 Eli FriedmanPR9377: Handle x86 str with register operand in a way...
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-22 Andrew TrickReverting r117031 to cleanup valgrind errors.
2010-10-21 Kevin EnderbyMore tweaks to X86 instructions to allow the 'w' suffix...
2010-10-19 Kevin EnderbyAdded a few tweaks to the Intel Descriptor-table suppor...
2010-10-05 Chris Lattnermove the atomic pseudo instructions out to X86InstrComp...
2010-10-05 Chris Lattnercontinue moving stuff out to X86InstrSystem.td. Move
2010-10-05 Chris Lattnerrefactor .td files a bit, moving system instructions...