1. d4345d9 x86: attempt to fix uninitialized memory, probably by introduction of UD0 by Nguyen Anh Quynh · 7 years ago
  2. 3a1a77f x86: reduce mode support for the upgraded core by Nguyen Anh Quynh · 10 years ago
  3. 4539ba3 x86: support MOVSXD64rm with missing REX byte. bug reported by Aurélien Wailly by Nguyen Anh Quynh · 10 years ago
  4. 3c27827 x86: handle 0x82 opcode for CAPSTONE_X86_REDUCE setup by Nguyen Anh Quynh · 10 years ago
  5. 10ecdae x86: support some new instructions or new encodings of some new instructions: MOVSXD, FXCH, FCOM, FCOMP, FSTP, FSTPNCE, NOP by Nguyen Anh Quynh · 10 years ago
  6. 41de05c x86: correct x86_16_bit_eq_tbl[] & x86_16_bit_eq_lookup[]. idea & code provided by @obs1dium by Nguyen Anh Quynh · 10 years ago
  7. 72bbcac x86: temporarily solve conflicts caused by the last merge by Nguyen Anh Quynh · 10 years ago
  8. 934e180 x86: more update to the core by Nguyen Anh Quynh · 10 years ago
  9. 2725a3f X86GenInstrInfo size reduction by obs · 10 years ago
  10. 0b69038 x86: update core with upstream. this added bunch of new instructions & groups. also updated Python & Java bindings after the core change by Nguyen Anh Quynh · 10 years ago
  11. 17874d0 x86: handle NOP instruction 0f18* by Nguyen Anh Quynh · 10 years ago
  12. fa69707 x86: handle more tricky instructions. by Nguyen Anh Quynh · 10 years ago
  13. 2ce7713 x86: support some tricky instructions by Nguyen Anh Quynh · 10 years ago
  14. 33e1636 x86: support 0x82 opcode for Arithmetic instructions by Nguyen Anh Quynh · 11 years ago
  15. 6f56ff5 x86: handle SAL instructions. bug reported by Attila Suszter & Ange Albertini by Nguyen Anh Quynh · 11 years ago
  16. d325b1a x86: reduce mode support VMX/SVM instructions now by Nguyen Anh Quynh · 11 years ago
  17. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 11 years ago[Renamed from arch/X86/X86GenInstrInfo_compact.inc]
  18. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 11 years ago