1. cae09bf replace offset_of with offsetof from stddef.h by Nguyen Anh Quynh · 10 years ago
  2. 3d3b6ce sparc: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free by Nguyen Anh Quynh · 10 years ago
  3. 9b91de0 sparc: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible by Nguyen Anh Quynh · 10 years ago
  4. 69582d7 initialize cs_insn.detail by properly zero-out right members for each arch by Nguyen Anh Quynh · 10 years ago
  5. 29fd0f6 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6 by Nguyen Anh Quynh · 10 years ago
  6. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  7. 5d6383e sparc: SPARC_CC_ICC_N should not have the same value as SPARC_CC_INVALID. bug reported by Jason Oster by Nguyen Anh Quynh · 10 years ago
  8. 6456481 x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax by Nguyen Anh Quynh · 10 years ago
  9. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  10. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  11. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  12. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  13. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  14. abffe02 sparc: recover autogen code in arch/Sparc/SparcGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  15. bb0744d do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC by Nguyen Anh Quynh · 10 years ago
  16. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  17. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  18. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  19. 2cff6f6 x86: handle instructions with LOCK/REP/REPNE prefix after other prefixes. bear with this until we have a better approach by Nguyen Anh Quynh · 10 years ago
  20. a3c9bd6 sparc: more fix to print negative numbers in more friendly way by Nguyen Anh Quynh · 11 years ago
  21. 88b2833 sparc: cleanup by Nguyen Anh Quynh · 11 years ago
  22. f6c7cbc core: fix some warnings by Nguyen Anh Quynh · 11 years ago
  23. 65c7a01 sparc: fix warning on unused variable by Nguyen Anh Quynh · 11 years ago
  24. 641be49 sparc: fix mnemnonic for some alias instructions by Nguyen Anh Quynh · 11 years ago
  25. 78153f5 sparc: add SWAP instruction by Nguyen Anh Quynh · 11 years ago
  26. 1055a2e python: support Sparc by Nguyen Anh Quynh · 11 years ago
  27. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 11 years ago