1. a6609fe address warnings with capstone_static_winkernel by tandasat · 8 years ago
  2. b158b93 remove myinttypes.h by Nguyen Anh Quynh · 8 years ago
  3. e51eeae skip stdint.h for windows driver configuration by tandasat · 8 years ago
  4. f0c7da0 sparc: fix POPC instruction. bug reported by @zonkzonk & @pancake by Nguyen Anh Quynh · 9 years ago
  5. 40e6a99 Improved displacement decoding for sparc banching instructions by NighterMan · 9 years ago
  6. 27a22f8 Sparc conditional branches displacement fix by NighterMan · 9 years ago
  7. 9d60607 inttypes.h fix by Cr4sh · 9 years ago
  8. 7d5266d sparc, systemz, xcore: getInstruction() should return boolean instead of DecodeStatus by Nguyen Anh Quynh · 9 years ago
  9. 273c6f4 arm64 & sparc: fix some warnings reported by MSVC by Nguyen Anh Quynh · 9 years ago
  10. b6f4c1d sparc: add missing ICC/XCC registers in operands[] for some alias instructions. bug reported by @pancake by Nguyen Anh Quynh · 10 years ago
  11. 1caeee4 sparc: absolute address for Bxx instructions. issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  12. e16813d sparc: get absolute address for CALL. issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  13. c2ea812 fix cs_group_name() after the change on generic group ids by Nguyen Anh Quynh · 10 years ago
  14. d7e42b7 rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly by Nguyen Anh Quynh · 10 years ago
  15. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  16. 1738a3e sparc: handle some alias instructions & more details for some special instructions. update Python & Java bindings accordingly with new instructions & registers by Nguyen Anh Quynh · 10 years ago
  17. 0c07cc9 zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode by Nguyen Anh Quynh · 10 years ago
  18. 4c95022 fix warnings on unused variables when compiling in Diet mode by Nguyen Anh Quynh · 10 years ago
  19. 9be1f93 fixed warnings in MSVC x64 compilation by Mr. eXoDia · 10 years ago
  20. 4b6b15f fix more MSVC warnings by Nguyen Anh Quynh · 10 years ago
  21. 14b684e last commit missed a check by Nguyen Anh Quynh · 10 years ago
  22. b1e87e3 arm, mips, ppc, spac, x86: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands by Nguyen Anh Quynh · 10 years ago
  23. a726402 sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  24. 159ddbd ppc: add new groups to group_name_maps[] by Nguyen Anh Quynh · 10 years ago
  25. 5d80678 Merge branch 'next' of https://github.com/flyingsymbols/capstone into arm by Nguyen Anh Quynh · 10 years ago
  26. 298d413 * added a test file to suite for testing invalid and valid instruction sequences by flyingsymbols · 10 years ago
  27. 55cd996 sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  28. e1fc8a8 sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  29. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  30. cae09bf replace offset_of with offsetof from stddef.h by Nguyen Anh Quynh · 10 years ago
  31. 3d3b6ce sparc: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free by Nguyen Anh Quynh · 10 years ago
  32. 9b91de0 sparc: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible by Nguyen Anh Quynh · 10 years ago
  33. 69582d7 initialize cs_insn.detail by properly zero-out right members for each arch by Nguyen Anh Quynh · 10 years ago
  34. 29fd0f6 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6 by Nguyen Anh Quynh · 10 years ago
  35. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  36. 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
  37. 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
  38. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  39. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  40. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  41. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  42. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  43. abffe02 sparc: recover autogen code in arch/Sparc/SparcGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  44. 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
  45. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  46. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  47. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  48. 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
  49. a3c9bd6 sparc: more fix to print negative numbers in more friendly way by Nguyen Anh Quynh · 10 years ago
  50. 88b2833 sparc: cleanup by Nguyen Anh Quynh · 10 years ago
  51. f6c7cbc core: fix some warnings by Nguyen Anh Quynh · 10 years ago
  52. 65c7a01 sparc: fix warning on unused variable by Nguyen Anh Quynh · 10 years ago
  53. 641be49 sparc: fix mnemnonic for some alias instructions by Nguyen Anh Quynh · 10 years ago
  54. 78153f5 sparc: add SWAP instruction by Nguyen Anh Quynh · 10 years ago
  55. 1055a2e python: support Sparc by Nguyen Anh Quynh · 10 years ago
  56. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 10 years ago