1. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  2. 638835a fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  3. e68ee70 x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it by Nguyen Anh Quynh · 10 years ago
  4. 5c7f0c3 x86: REP & REPNE are mutually exclusive prefixes by Nguyen Anh Quynh · 10 years ago
  5. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  6. e106f70 x86: only handle 3DNow instructions when X86_REDUCE mode is disable by Nguyen Anh Quynh · 10 years ago
  7. 13d8c6f x86: support 3DNow instructions by Nguyen Anh Quynh · 10 years ago
  8. ca057fa x86: identation by Nguyen Anh Quynh · 10 years ago
  9. 2c5e3e5 x86: allow 0x66 & 0x67 prefixes to be put anywhere in front of an instruction by Nguyen Anh Quynh · 10 years ago
  10. 1b4864a x86: fix comments on MOVcr, MOVdr, MOVrc, MOVrd by Nguyen Anh Quynh · 10 years ago
  11. 7437a41 x86: minor fixes for comments on MOV32cr etc: this is related to 64bit code as well by Nguyen Anh Quynh · 10 years ago
  12. fe94c2b x86: BOUND opcode is reused by EVEX instruction set, so must be handled properly by Nguyen Anh Quynh · 10 years ago
  13. 96bda4f x86: MOV32cr & co. work for x64, not only x86. thank Joxean Koret for the help to verify this. by Nguyen Anh Quynh · 10 years ago
  14. 0902bf2 x86: handle MOV32cr, MOV32dr, MOV32rc, MOV32rd by Nguyen Anh Quynh · 10 years ago
  15. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  16. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 10 years ago
  17. fa814fe x86: flag short instruction with missing SIB byte as broken one. ported from upstream. bug reported by @longledinh by Nguyen Anh Quynh · 11 years ago
  18. 079e043 x86: bug fixes for some instructions, including AVX by Nguyen Anh Quynh · 11 years ago
  19. 143759d x86: update core by Nguyen Anh Quynh · 11 years ago
  20. 0b6daad x86: avoid duplicating slot 0 of Opcode tables with emptyTable by Nguyen Anh Quynh · 11 years ago
  21. f6060b8 x86: compress Opcode tables to make data size 3 times smaller. this is without performance sacrifice by using some extra index tables by Nguyen Anh Quynh · 11 years ago
  22. b24692c x86: add some debug code to find out size of some Opcode tables by Nguyen Anh Quynh · 11 years ago
  23. a86a127 Merge branch 'msvc0' into next1 by Nguyen Anh Quynh · 11 years ago
  24. 13f40d2 x86: upgrade core by Nguyen Anh Quynh · 11 years ago
  25. a82a089 more more fixes on C coding style by Nguyen Anh Quynh · 11 years ago
  26. 46018db Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done). by Alex Ionescu · 11 years ago
  27. edeeb04 make vsnprintf() user-defined function pointer, which is passed in via the same CS_OPT_MEM option like malloc/calloc etc by Nguyen Anh Quynh · 11 years ago
  28. bed9091 x86: calculate op_size properly in special cases regarding rax, eax, ax, al registers by Nguyen Anh Quynh · 11 years ago
  29. 70bab7e x86: cleaner fix for 16bit instruction with data override 'reverse' by Nguyen Anh Quynh · 11 years ago
  30. 04da009 x86: quick hack to fix 16bit issue with data override 'reverse'. this might fix bunch of bugs reported by Joxean & Pancake by Nguyen Anh Quynh · 11 years ago
  31. 9fa7a6e x86: dirty fix for relative call for 16bit mode. need to be properly fixed in future. bug reported by Joxean and Pancake by Nguyen Anh Quynh · 11 years ago
  32. 36d143b x86: update core engine by Nguyen Anh Quynh · 11 years ago
  33. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago