capstone/arch/AArch64
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
..
AArch64BaseInfo.c arm64: remove asprintf.c and use static buffer instead for SysRegMapper_toString(). this fixes the bug on MSR insn reported by Patroklos Argyroudis 2013-12-02 10:30:01 +08:00
AArch64BaseInfo.h arm64: update core engine 2013-12-08 15:13:47 +08:00
AArch64Disassembler.c Use const on all read-only buffers 2013-12-11 22:14:42 +01:00
AArch64Disassembler.h Use const on all read-only buffers 2013-12-11 22:14:42 +01:00
AArch64GenAsmWriter.inc arm64: turn off debug output 2013-12-12 16:00:58 +08:00
AArch64GenDisassemblerTables.inc cleanup & remove dead code in arm, arm64 & mips. dead code was reported by Pancake 2013-12-11 20:37:42 +08:00
AArch64GenInstrInfo.inc arm64: update core engine 2013-12-08 15:13:47 +08:00
AArch64GenRegisterInfo.inc arm64: update core engine 2013-12-08 15:13:47 +08:00
AArch64GenSubtargetInfo.inc arm64: fix AArch64_getFeatureBits() 2013-12-11 18:00:19 +08:00
AArch64InstPrinter.c detail option: provide instruction id even when detail option is OFF 2013-12-14 10:45:09 +08:00
AArch64InstPrinter.h detail option: provide instruction id even when detail option is OFF 2013-12-14 10:45:09 +08:00
mapping.c arm64: the left-over fix of the last commit 2013-12-15 00:40:29 +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