History log of /external/capstone/bindings/python/capstone/mips_const.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a65d7ef5fa8ea9a50d4283f4799e28102be84752 31-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> java/ocaml/python: update bindings after the last change on generic instruction groups
/external/capstone/bindings/python/capstone/mips_const.py
db8eaa3d0b3e7eab508899558d22e17a85b41c67 10-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> bindings: remove MIPS_REG_PC constant following the change in the core
/external/capstone/bindings/python/capstone/mips_const.py
d7e42b7d3659a6d3a5e065afd19ce9547dea8dbe 29-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
/external/capstone/bindings/python/capstone/mips_const.py
54f8cef4496f84710f07100bcc8c9cb1449cfde3 24-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings
/external/capstone/bindings/python/capstone/mips_const.py
5691dd4637bb9f65dc4db5263fba54b176ae8c88 24-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings
/external/capstone/bindings/python/capstone/mips_const.py
0f0eb9851a2ba0fb9c4b29654c4e495d76386e3c 14-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> mips: update core. this added bunch of new instructions & groups. updated Python & Java bindings accordingly
/external/capstone/bindings/python/capstone/mips_const.py
748e4f8f1d5429cfcd1d6f504ff344c5f050dfa7 19-Feb-2014 Nguyen Anh Quynh <aquynh@gmail.com> python & java: update following last update to Mips core
/external/capstone/bindings/python/capstone/mips_const.py
a4e6e2a13cb9f1844f21979e27059388165d6b96 14-Jan-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: update Mips constants following the change in Mips' core
/external/capstone/bindings/python/capstone/mips_const.py
7957ed1defb112ab20fbe62af0027fe53b309295 14-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> arm64: add some alias registers. attn: bindings
/external/capstone/bindings/python/capstone/mips_const.py
ad89d25d051f32512fb033ddcbcfb5af2d444a90 11-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> mips: optimize Mips_map_register() to O(1). suggested by Pancake
/external/capstone/bindings/python/capstone/mips_const.py
66f6c2283e58f7eb7633a1943ff4e81b6cf4498a 11-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> mips: fix NEGU alias instruction. bug reported by Pancake
/external/capstone/bindings/python/capstone/mips_const.py
3ff4ccbc5b3b057beeddfbe89119339cf9a10582 08-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> bindings: update python & java following mips core engine
/external/capstone/bindings/python/capstone/mips_const.py
d912f91390b25302c566cc2614213cd7495b6f76 04-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> add a newline between constant types in autogen constants
/external/capstone/bindings/python/capstone/mips_const.py
a2f825ff0741519ffb1750cbb48ef5bc9159c343 04-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> support comments in autogen files, so constant files are more friendly
/external/capstone/bindings/python/capstone/mips_const.py
b4b6fea875f291223d4c0480529b6cd10092b79a 04-Dec-2013 danghvu <danghvu@gmail.com> Fix a bug const generator does not account for assigning number as enum const
/external/capstone/bindings/python/capstone/mips_const.py
ea5b79d058a37221a8603d07fd8a3ecbdb24df71 03-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> move some alias registers around to after REG_MAX. this seems to fix some issues of clang, which struggles with enum that assign value from other enum
/external/capstone/bindings/python/capstone/mips_const.py
f4597083c27ac7839b9e8f16b85daaa49b93383f 03-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> bindings: add all autogen files. better to do this by committers, not users. thanks to this, users dont need to generate those constants themselves
/external/capstone/bindings/python/capstone/mips_const.py