History log of /external/capstone/arch/ARM/ARMModule.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0f456b3379e31ab16030ebe075533092f7430bc0 01-Feb-2017 Nguyen Anh Quynh <aquynh@gmail.com> switch endian mode with cs_option() for Arm/Arm64/Mips/Sparc. fix issue #849
/external/capstone/arch/ARM/ARMModule.c
c141af9052eaf587ab7a2675c54014c46c96aa44 03-Mar-2015 FĂ©lix Cloutier <felix@felixcloutier.com> Silencing Clang warning bys casting values

Warnings were: "Implicit conversion loses integer precision: 'size_t' to 'cs_mode'/'cs_opt_value'"
/external/capstone/arch/ARM/ARMModule.c
2593e22932a81f60cb1996b57051301a5b2f7a7e 10-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm: support V8 as a mode for A32 encodings
/external/capstone/arch/ARM/ARMModule.c
7c089fd6c6e7d8453cddb84c20b1949d324e1fad 13-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm: add new mode CS_MODE_MCLASS for Cortex-M series. updated Python & Java bindings accordingly
/external/capstone/arch/ARM/ARMModule.c
650f96ce431dc38f702641b3f1cf4320e9c9bf94 08-Jul-2014 Nguyen Anh Quynh <aquynh@gmail.com> add new API cs_group_name() to return group name in string, given the group id
/external/capstone/arch/ARM/ARMModule.c
8598a219f303802198439f9fc0884dffe19b3b11 14-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up
/external/capstone/arch/ARM/ARMModule.c
2ff665ad4a9a9542f16dc41e705e637dc8d91aa7 10-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp')
/external/capstone/arch/ARM/ARMModule.c
a82a0890a6e48af75da41ccb195dc07e19cdca7c 23-Jan-2014 Nguyen Anh Quynh <aquynh@gmail.com> more more fixes on C coding style
/external/capstone/arch/ARM/ARMModule.c
46018db884541cda3d5fe74c511ffc5598f6b4dd 22-Jan-2014 Alex Ionescu <aionescu+github@gmail.com> Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done).
/external/capstone/arch/ARM/ARMModule.c
53fc5c103aa691268a28942268aaa54747c88a3a 21-Jan-2014 Nguyen Anh Quynh <aquynh@gmail.com> cs_open() should return error on invalid mode
/external/capstone/arch/ARM/ARMModule.c
37327253428641e4b96e4ed8e2a82c360e9f3cf5 20-Jan-2014 Nguyen Anh Quynh <aquynh@gmail.com> rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu
/external/capstone/arch/ARM/ARMModule.c