1. 1182d25 simplify ARCH_group_name() by using lookup table as suggested by @learn_more. also added the missing group name for GRP_PRIVILEGE by Nguyen Anh Quynh · 9 years ago
  2. 72ee3c9 sparc: Improved displacement decoding for banching instructions by NighterMan · 9 years ago
  3. 19ee2d1 inttypes.h fix by Cr4sh · 9 years ago
  4. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 9 years ago
  5. fcde1e1 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  6. 21b0bdd Fix indent issue by pancake · 10 years ago
  7. a7837a4 sparc, systemz, xcore: getInstruction() should return boolean instead of DecodeStatus by Nguyen Anh Quynh · 10 years ago
  8. 037e01f core: remove unused Subregister indices for Sparc, PPC, SystemZ & Mips by Nguyen Anh Quynh · 10 years ago
  9. bb5dcce core: put insns[] into separate .inc files to make it easier to manage by Nguyen Anh Quynh · 10 years ago
  10. bfcaba5 2015 by Nguyen Anh Quynh · 10 years ago
  11. 2f2e8e2 sparc: upgrade core by Nguyen Anh Quynh · 10 years ago
  12. c87ccd1 mips: fix bugs in the last update by Nguyen Anh Quynh · 10 years ago
  13. 9c10ace Make pkg-config and source consistent with installation by pancake · 10 years ago
  14. 273c6f4 arm64 & sparc: fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  15. b6f4c1d sparc: add missing ICC/XCC registers in operands[] for some alias instructions. bug reported by @pancake by Nguyen Anh Quynh · 10 years ago
  16. 1caeee4 sparc: absolute address for Bxx instructions. issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  17. e16813d sparc: get absolute address for CALL. issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  18. c2ea812 fix cs_group_name() after the change on generic group ids by Nguyen Anh Quynh · 10 years ago
  19. 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
  20. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  21. 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
  22. 0c07cc9 zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode by Nguyen Anh Quynh · 10 years ago
  23. 4c95022 fix warnings on unused variables when compiling in Diet mode by Nguyen Anh Quynh · 10 years ago
  24. 9be1f93 fixed warnings in MSVC x64 compilation by Mr. eXoDia · 10 years ago
  25. 4b6b15f fix more MSVC warnings by Nguyen Anh Quynh · 10 years ago
  26. 14b684e last commit missed a check by Nguyen Anh Quynh · 10 years ago
  27. 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
  28. a726402 sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  29. 159ddbd ppc: add new groups to group_name_maps[] by Nguyen Anh Quynh · 10 years ago
  30. 5d80678 Merge branch 'next' of https://github.com/flyingsymbols/capstone into arm by Nguyen Anh Quynh · 10 years ago
  31. 298d413 * added a test file to suite for testing invalid and valid instruction sequences by flyingsymbols · 10 years ago
  32. 55cd996 sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  33. e1fc8a8 sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  34. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  35. cae09bf replace offset_of with offsetof from stddef.h by Nguyen Anh Quynh · 10 years ago
  36. 3d3b6ce sparc: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free by Nguyen Anh Quynh · 10 years ago
  37. 9b91de0 sparc: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible by Nguyen Anh Quynh · 10 years ago
  38. 69582d7 initialize cs_insn.detail by properly zero-out right members for each arch by Nguyen Anh Quynh · 10 years ago
  39. 29fd0f6 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6 by Nguyen Anh Quynh · 10 years ago
  40. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  41. 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
  42. 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
  43. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  44. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  45. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  46. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  47. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  48. abffe02 sparc: recover autogen code in arch/Sparc/SparcGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  49. 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
  50. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  51. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  52. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  53. 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
  54. a3c9bd6 sparc: more fix to print negative numbers in more friendly way by Nguyen Anh Quynh · 10 years ago
  55. 88b2833 sparc: cleanup by Nguyen Anh Quynh · 10 years ago
  56. f6c7cbc core: fix some warnings by Nguyen Anh Quynh · 11 years ago
  57. 65c7a01 sparc: fix warning on unused variable by Nguyen Anh Quynh · 11 years ago
  58. 641be49 sparc: fix mnemnonic for some alias instructions by Nguyen Anh Quynh · 11 years ago
  59. 78153f5 sparc: add SWAP instruction by Nguyen Anh Quynh · 11 years ago
  60. 1055a2e python: support Sparc by Nguyen Anh Quynh · 11 years ago
  61. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 11 years ago