1. 66572df [X86] Add NotMemoryFoldable to a bunch of instructions to suppress them from the autogenerated load folding table. by Craig Topper · 7 years ago
  2. 0cd0fbd [X86] Remove system/control schedule itineraries (PR37093) by Simon Pilgrim · 8 years ago
  3. a13271b [X86][VMX] Tag VMX instructions scheduler classes by Simon Pilgrim · 8 years ago
  4. 8d5a246 [X86] Change VMPTRST to use PS instead of TB to match VMPTRLD. by Craig Topper · 8 years ago
  5. 62d1c71 [X86] Added missing mayLoad/mayStore attributes to some X86 instructions. by Ayman Musa · 9 years ago
  6. c494718 [X86] Change instructions names to keep consistency with the naming convention. NFC by Ayman Musa · 9 years ago
  7. 955308f [X86] Remove many operands that represent memory stores from outs to ins. These operands are the registers and immediates that specify the memory address not the memory itself thus they are inputs. by Craig Topper · 10 years ago
  8. 5ccb617 Add an x86 prefix encoding for instructions that would decode to a different instruction with 0xf2/f3/66 were in front of them, but don't themselves have a prefix. For now this doesn't change any bbehavior, but plan to use it to fix some bugs in the disassembler. by Craig Topper · 12 years ago
  9. ae11aed Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix and the current mode from the concept of SSE instructions using 0x66 prefix as part of their encoding without being affected by the mode. by Craig Topper · 12 years ago
  10. c0a5aae [x86] Rename In32BitMode predicate to Not64BitMode by Eric Christopher · 12 years ago
  11. 3d8fc90 *fixed to separate mnemonic from operands with tab by Kay Tiong Khoo · 13 years ago
  12. 66a3597 Add vmfunc instruction to X86 assembler and disassembler. by Craig Topper · 14 years ago
  13. b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
  14. 29ba4f9 Fix asm string wrt variants. by Devang Patel · 14 years ago
  15. 0ae8d4d Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMREAD, and VMWRITE to remove hack from X86RecognizableInstr. by Craig Topper · 14 years ago
  16. d07a59f Fix disassembling of INVEPT and INVVPID to take operands by Craig Topper · 14 years ago
  17. 52d3935 move VMX instructions out to their own file. by Chris Lattner · 15 years ago