1. ff9a574 ocaml: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  2. 26fd6b1 ocaml: typo (CS_MODE_32) in test_ppc.ml by Nguyen Anh Quynh · 10 years ago
  3. 7b7d745 ocaml: properly handle newly added mode CS_MODE_V8 & PPC_OP_CRX in test_ppc.ml by Nguyen Anh Quynh · 10 years ago
  4. 0b3d95e java/ocaml/python: support the newly added mem_barrier field of cs_arm struct by Nguyen Anh Quynh · 10 years ago
  5. 8e53890 ocaml/java: support CS_MODE_V8 for Arm by Nguyen Anh Quynh · 10 years ago
  6. a65d7ef java/ocaml/python: update bindings after the last change on generic instruction groups by Nguyen Anh Quynh · 10 years ago
  7. 69271dd java/ocaml/python: add the missing generic instruction operand types by Nguyen Anh Quynh · 10 years ago
  8. b0464ef java/python/ocaml: update bindings after the last changes on operand types by Nguyen Anh Quynh · 10 years ago
  9. 5808634 java/python/ocaml: update after latest changes in x86.h by Nguyen Anh Quynh · 10 years ago
  10. 9dbb2f0 ocaml: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  11. 4d2c362 python: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  12. 79e253c Remove CS_MODE_N64 by Jay Oster · 10 years ago
  13. db8eaa3 bindings: remove MIPS_REG_PC constant following the change in the core by Nguyen Anh Quynh · 10 years ago
  14. 5be2592 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  15. b0cc71d bindings: update java/ocaml/python after the last change in Arm's core by Nguyen Anh Quynh · 10 years ago
  16. fe4822c Ocaml: major update by Nguyen Anh Quynh · 10 years ago
  17. 984d450 Makefile: add 'check' target by Nguyen Anh Quynh · 10 years ago
  18. 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
  19. 82354b6 ocaml: rename cs_disasm() back to cs_disasm_quick(), which rightly reflects its nature by Nguyen Anh Quynh · 10 years ago
  20. 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
  21. bf23075 ocaml: activate test_xcore.ml's non-class test by Nguyen Anh Quynh · 10 years ago
  22. 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
  23. 443af14 ocaml: make some calls on Store_field() in ocaml.c to be in order by Nguyen Anh Quynh · 10 years ago
  24. fbaedfb ocaml: fix an warning on test_arm64.ml by Nguyen Anh Quynh · 10 years ago
  25. 77d93e9 ocaml: update to work with v3 core by Nguyen Anh Quynh · 10 years ago
  26. acbafc6 ocaml/python/java: fix some broken arm64 constants generated by const_generator.py by Nguyen Anh Quynh · 10 years ago
  27. 54f8cef mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  28. 5691dd4 mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  29. e483c6e ocaml: update constants by Nguyen Anh Quynh · 10 years ago
  30. 0e755cf Merge branch 'next' into test by Nguyen Anh Quynh · 10 years ago
  31. 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
  32. 586be76 ocaml: separate constants into separate files, which are actually autogen by const_generator.py by Nguyen Anh Quynh · 10 years ago
  33. 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
  34. ae48c97 OCaml: add sparc, systemz and xcore by Guillaume Jeanne · 10 years ago
  35. 58fe971 ocaml: simplification in ocaml.c: op_count variable by Guillaume Jeanne · 10 years ago
  36. da1c2d0 ocaml: ppc test is working by Guillaume Jeanne · 10 years ago
  37. e002ac7 ocaml: add support of ppc by Guillaume Jeanne · 10 years ago
  38. 2147194 ocaml: add ppc.ml with all ppc const by Guillaume Jeanne · 10 years ago
  39. 7ce90f1 ocaml: update reg/inst/group const in x86 by Guillaume Jeanne · 10 years ago
  40. 0a50980 ocaml: update reg/inst/group const in mips by Guillaume Jeanne · 10 years ago
  41. e2cb91d ocaml: update reg/inst/group const in arm by Guillaume Jeanne · 10 years ago
  42. d157775 ocaml: update reg/inst/group const in arm64 by Guillaume Jeanne · 10 years ago
  43. 28b1f49 ocaml: update README by Nguyen Anh Quynh · 10 years ago
  44. cece24e working OCaml bindings by Guillaume Jeanne · 10 years ago
  45. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago