[x86] SMAP: added HasSMAP attribute for CLAC/STAC, corrected attributes
[oota-llvm.git] / lib / Target / X86 / X86InstrSystem.td
2014-08-21 Robert Khasanov[x86] SMAP: added HasSMAP attribute for CLAC/STAC,...
2014-06-30 Andrea Di Biagio[X86] Add support for builtin to read performance monit...
2014-04-24 Andrea Di Biagio[X86] Add support for Read Time Stamp Counter x86 built...
2014-02-27 Craig Topper[X86] Fix Uses/Defs lists for INS, OUTS, SCAS, CMPS...
2014-02-26 Craig Topper[x86] Add same itinerary to SYSEXIT64 as SYSEXIT for...
2014-02-19 Craig TopperRemove A6/A7 opcode maps. They can all be handled with...
2014-02-18 Craig TopperAdd a bunch of OpSize32 tags to 64-bit mode only instru...
2014-02-02 Craig TopperMerge x86 HasOpSizePrefix/HasOpSize16Prefix into a...
2014-02-01 Craig TopperSimplify some x86 format classes and remove some ambigu...
2014-01-28 Reid Klecknerx86: add implicit defs for cpuid
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-17 Craig TopperSwitch a few instructions to use RI instead I so they...
2014-01-14 Craig TopperSeparate the concept of 16-bit/32-bit operand size...
2014-01-08 David Woodhouse[x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit...
2014-01-08 David Woodhouse[x86] Add OpSize16 to instructions that need it
2014-01-04 Craig TopperTag x86 move to/from debug/control registers with Not64...
2014-01-02 Craig TopperMark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode...
2013-12-20 Eric Christopher[x86] Rename In32BitMode predicate to Not64BitMode
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...