1. af416e2 bindings: update newly added ARM groups CALL & INT by Nguyen Anh Quynh · 9 years ago
  2. d2f47d0 Remove enum for ASRS, LSRS, SUBS and MOVS by Vincent Bénony · 9 years ago
  3. 8fa48fb bindings: update java/ocaml/python bindings after the last change on Arm core by Nguyen Anh Quynh · 9 years ago
  4. 10647ae bindings: update java/ocaml/python after the latest changes in the core for the new API by Nguyen Anh Quynh · 9 years ago
  5. 85120cc bindings: add ARM64_GRP_CALL & ARM64_GRP_RET groups after the related change in the core by Nguyen Anh Quynh · 9 years ago
  6. 197fe1c bindings: add {ARM|ARM6}GRP_PRIVILEGE by Nguyen Anh Quynh · 9 years ago
  7. cac770a bindings: support QPX mode & QPX alias instructions by Nguyen Anh Quynh · 9 years ago
  8. 4dd0dcb add CS_GRP_PRIVILEGE group, and also add X86_GRP_PRIVILEGE group for bunch of X86 privileged instructions by Nguyen Anh Quynh · 9 years ago
  9. e4ca35d x86: delete the fiction instruction X86_INS_VPCOM by Nguyen Anh Quynh · 9 years ago
  10. 7a94483 x86: remove another fiction instruction VCMP by Nguyen Anh Quynh · 9 years ago
  11. e402e02 x86: remove unreal instruction VPCMP by Nguyen Anh Quynh · 9 years ago
  12. debaa2e bindings: support newly added field @xop_cc in the last commit (Java, Ocaml, Python) by Nguyen Anh Quynh · 9 years ago
  13. ad42f16 mips: remove the confusing mode CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 9 years ago
  14. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 9 years ago
  15. 18336b7 bindings: update Java, Ocaml & Python bindings after the last Mips update by Nguyen Anh Quynh · 9 years ago
  16. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  17. b3e26fd x86: add prefix constant REPE by Nguyen Anh Quynh · 10 years ago
  18. 993e031 java & ocaml: update these bindings following the addition of lshift field to arm_op_mem of Arm engine by Nguyen Anh Quynh · 10 years ago
  19. 61ab007 x86: remove dead code & dead SSE_CC constants. issue reported by Coverity by Nguyen Anh Quynh · 10 years ago
  20. 1038fdb x86: add new registers DR8-DR15 by Nguyen Anh Quynh · 10 years ago
  21. 59c72af x86: add 3 new undocumented instructions fdisi8087_nop, feni8087_nop & ffreep by Nguyen Anh Quynh · 10 years ago
  22. ff9a574 ocaml: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  23. 26fd6b1 ocaml: typo (CS_MODE_32) in test_ppc.ml by Nguyen Anh Quynh · 10 years ago
  24. 7b7d745 ocaml: properly handle newly added mode CS_MODE_V8 & PPC_OP_CRX in test_ppc.ml by Nguyen Anh Quynh · 10 years ago
  25. 0b3d95e java/ocaml/python: support the newly added mem_barrier field of cs_arm struct by Nguyen Anh Quynh · 10 years ago
  26. 8e53890 ocaml/java: support CS_MODE_V8 for Arm by Nguyen Anh Quynh · 10 years ago
  27. a65d7ef java/ocaml/python: update bindings after the last change on generic instruction groups by Nguyen Anh Quynh · 10 years ago
  28. 69271dd java/ocaml/python: add the missing generic instruction operand types by Nguyen Anh Quynh · 10 years ago
  29. b0464ef java/python/ocaml: update bindings after the last changes on operand types by Nguyen Anh Quynh · 10 years ago
  30. 5808634 java/python/ocaml: update after latest changes in x86.h by Nguyen Anh Quynh · 10 years ago
  31. 9dbb2f0 ocaml: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  32. 4d2c362 python: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  33. 79e253c Remove CS_MODE_N64 by Jay Oster · 10 years ago
  34. db8eaa3 bindings: remove MIPS_REG_PC constant following the change in the core by Nguyen Anh Quynh · 10 years ago
  35. 5be2592 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  36. b0cc71d bindings: update java/ocaml/python after the last change in Arm's core by Nguyen Anh Quynh · 10 years ago
  37. fe4822c Ocaml: major update by Nguyen Anh Quynh · 10 years ago
  38. 984d450 Makefile: add 'check' target by Nguyen Anh Quynh · 10 years ago
  39. 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
  40. 82354b6 ocaml: rename cs_disasm() back to cs_disasm_quick(), which rightly reflects its nature by Nguyen Anh Quynh · 10 years ago
  41. 6dc1dd5 ocaml: remove fields regs_read_count, regs_write_count, groups_count, as they can be derived from the lengths of related arrays by Nguyen Anh Quynh · 10 years ago
  42. bf23075 ocaml: activate test_xcore.ml's non-class test by Nguyen Anh Quynh · 10 years ago
  43. 81a97c6 ocaml: ocaml.c is wrongly implemented in various places. this fixes all the issues, and all test_<arch> works as expected now by Nguyen Anh Quynh · 10 years ago
  44. 443af14 ocaml: make some calls on Store_field() in ocaml.c to be in order by Nguyen Anh Quynh · 10 years ago
  45. fbaedfb ocaml: fix an warning on test_arm64.ml by Nguyen Anh Quynh · 10 years ago
  46. 77d93e9 ocaml: update to work with v3 core by Nguyen Anh Quynh · 10 years ago
  47. acbafc6 ocaml/python/java: fix some broken arm64 constants generated by const_generator.py by Nguyen Anh Quynh · 10 years ago
  48. 54f8cef mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  49. 5691dd4 mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  50. e483c6e ocaml: update constants by Nguyen Anh Quynh · 10 years ago
  51. 0e755cf Merge branch 'next' into test by Nguyen Anh Quynh · 10 years ago
  52. a22d300 ocaml: add missing ARM64 instructions to arm64_const.ml. also handle arithmetic operations |, << properly for Ocaml in const_generator.py by Nguyen Anh Quynh · 10 years ago
  53. 586be76 ocaml: separate constants into separate files, which are actually autogen by const_generator.py by Nguyen Anh Quynh · 10 years ago
  54. 0beb0d4 api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future by Nguyen Anh Quynh · 10 years ago
  55. ae48c97 OCaml: add sparc, systemz and xcore by Guillaume Jeanne · 10 years ago
  56. 58fe971 ocaml: simplification in ocaml.c: op_count variable by Guillaume Jeanne · 10 years ago
  57. da1c2d0 ocaml: ppc test is working by Guillaume Jeanne · 10 years ago
  58. e002ac7 ocaml: add support of ppc by Guillaume Jeanne · 10 years ago
  59. 2147194 ocaml: add ppc.ml with all ppc const by Guillaume Jeanne · 10 years ago
  60. 7ce90f1 ocaml: update reg/inst/group const in x86 by Guillaume Jeanne · 10 years ago
  61. 0a50980 ocaml: update reg/inst/group const in mips by Guillaume Jeanne · 10 years ago
  62. e2cb91d ocaml: update reg/inst/group const in arm by Guillaume Jeanne · 10 years ago
  63. d157775 ocaml: update reg/inst/group const in arm64 by Guillaume Jeanne · 10 years ago
  64. 28b1f49 ocaml: update README by Nguyen Anh Quynh · 10 years ago
  65. cece24e working OCaml bindings by Guillaume Jeanne · 10 years ago
  66. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago