History log of /external/capstone/bindings/ocaml/ocaml.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff9a5743d91e9e780df0904eddd97a7a2d57d89b 12-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
/external/capstone/bindings/ocaml/ocaml.c
7b7d7455b0dc9aa754c1edaf34810e61fa6e6322 12-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml: properly handle newly added mode CS_MODE_V8 & PPC_OP_CRX in test_ppc.ml
/external/capstone/bindings/ocaml/ocaml.c
0b3d95e4b35d6c5415d593b6f56f12a5ef8b4f9a 11-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> java/ocaml/python: support the newly added mem_barrier field of cs_arm struct
/external/capstone/bindings/ocaml/ocaml.c
8e53890a8ec1eba4f120726712f4aca8dc4c28ba 10-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml/java: support CS_MODE_V8 for Arm
/external/capstone/bindings/ocaml/ocaml.c
9dbb2f0b3234891907a4ec4fdeb8a8510739ff4c 17-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml: update after the latest change on PPC in the core
/external/capstone/bindings/ocaml/ocaml.c
79e253c5166a1668b173bdf18dd7841d51334e6b 13-Oct-2014 Jay Oster <jay@kodewerx.org> Remove CS_MODE_N64

- This mode is for the so-called MIPS "N64" ABI; it has nothing to do with the Nintendo 64 game platform.
- N64, O64, et al. are just different ABIs for the 64-bit MIPS architecture, so we replace CS_MODE_N64 with the existing CS_MODE_64
/external/capstone/bindings/ocaml/ocaml.c
5be2592a5716cc649147b92d858197c89b657061 06-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> Merge branch 'next' of https://github.com/aquynh/capstone into next
b0cc71da59e65d80d11595e4f265eca06fe0079f 06-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> bindings: update java/ocaml/python after the last change in Arm's core
/external/capstone/bindings/ocaml/ocaml.c
fe4822c32a107f8c5c4591257b9ef8208f068f18 04-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> Ocaml: major update

- support cs_option & cs_close API.

- do not turn on DETAIL mode by default.

- all test_<arch> samples turn on DETAIL mode at runtime.

- remove OO sample code in test*.ml.

- better API, so interface is natural & close to C API.

- ATT syntax support for X86 sample code.
/external/capstone/bindings/ocaml/ocaml.c
6dc1dd5ae074ff584027d6a118a46e7eb200fcc3 26-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml: remove fields regs_read_count, regs_write_count, groups_count, as they can be derived from the lengths of related arrays
/external/capstone/bindings/ocaml/ocaml.c
81a97c6c5ca529d72aad8f78e7fd2588d92bf290 26-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml: ocaml.c is wrongly implemented in various places. this fixes all the issues, and all test_<arch> works as expected now
/external/capstone/bindings/ocaml/ocaml.c
443af14b528ffc03af57690e731ba99040a6f346 25-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml: make some calls on Store_field() in ocaml.c to be in order
/external/capstone/bindings/ocaml/ocaml.c
77d93e90620612e3b99ce29e0011376d9825387a 25-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> ocaml: update to work with v3 core
/external/capstone/bindings/ocaml/ocaml.c
0beb0d494bab6345c0884a5e3bc9f055ef8483be 27-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future
/external/capstone/bindings/ocaml/ocaml.c
ae48c977639ac5667d1d3732977601c7d4000a7c 19-Aug-2014 Guillaume Jeanne <guillaume.jeanne@ensimag.fr> OCaml: add sparc, systemz and xcore
/external/capstone/bindings/ocaml/ocaml.c
58fe9716d9c703897182aea420357db64ad6bb5d 30-Jun-2014 Guillaume Jeanne <guillaume.jeanne@ensimag.fr> ocaml: simplification in ocaml.c: op_count variable
/external/capstone/bindings/ocaml/ocaml.c
e002ac7b1010ec887d5d3ae3c3de42ffae840126 30-Jun-2014 Guillaume Jeanne <guillaume.jeanne@ensimag.fr> ocaml: add support of ppc
/external/capstone/bindings/ocaml/ocaml.c
cece24e4268c0efc564a7a1ec521441f6be482d5 26-Jun-2014 Guillaume Jeanne <guillaume.jeanne@ensimag.fr> working OCaml bindings
/external/capstone/bindings/ocaml/ocaml.c
26ee41aa673b03494292229c6e4e331a668ce7b2 26-Nov-2013 Nguyen Anh Quynh <aquynh@gmail.com> initial import
/external/capstone/bindings/ocaml/ocaml.c