capstone/arch/ARM
Nguyen Anh Quynh 39a42eddfb Change the way of supporting arch modularization
- Always use libapstone.so as library name, no matter which archs are compiled in.

- Add new API cs_support() to check if a particular arch is supported.

- Change cs_version(): return hexical version which encodes both major & minor version.
    the return value can be comparable.

- Bump API version to 1.1
2013-12-22 10:40:58 +08:00
..
ARMAddressingModes.h coding style for C code 2013-12-15 21:11:17 +08:00
ARMBaseInfo.h ARM: Fix bunch of issues 2013-12-11 17:35:27 +08:00
ARMDisassembler.c Use const on all read-only buffers 2013-12-11 22:14:42 +01:00
ARMDisassembler.h Use const on all read-only buffers 2013-12-11 22:14:42 +01:00
ARMGenAsmWriter.inc arm: support alias registers SB, SL, FP & IP 2013-12-19 16:43:32 +08:00
ARMGenDisassemblerTables.inc arm: fix a typo in calling DecodeT2CPSInstruction() 2013-12-11 16:39:37 +08:00
ARMGenInstrInfo.inc arm: upgrade core engine 2013-12-01 22:19:27 +08:00
ARMGenRegisterInfo.inc arm: upgrade core engine 2013-12-01 22:19:27 +08:00
ARMGenSubtargetInfo.inc ARM: Fix bunch of issues 2013-12-11 17:35:27 +08:00
ARMInstPrinter.c arm: fix some int types and string specifiers 2013-12-15 21:12:19 +08:00
ARMInstPrinter.h detail option: provide instruction id even when detail option is OFF 2013-12-14 10:45:09 +08:00
mapping.c arm: support alias registers SB, SL, FP & IP 2013-12-19 16:43:32 +08:00
mapping.h detail option: provide instruction id even when detail option is OFF 2013-12-14 10:45:09 +08:00
module.c Change the way of supporting arch modularization 2013-12-22 10:40:58 +08:00