capstone/arch/Mips
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
..
MipsDisassembler.c mips: fix for micromips 2013-12-15 14:04:59 +08:00
MipsDisassembler.h Use const on all read-only buffers 2013-12-11 22:14:42 +01:00
MipsGenAsmWriter.inc mips: use alias registers 2013-12-19 12:26:05 +08:00
MipsGenDisassemblerTables.inc mips: turn off MicroMips by default 2013-12-15 00:16:32 +08:00
MipsGenInstrInfo.inc mips: upgrade core engine 2013-12-08 20:17:28 +08:00
MipsGenRegisterInfo.inc initial import 2013-11-27 12:11:31 +08:00
MipsGenSubtargetInfo.inc mips: fix Mips_getFeatureBits() 2013-12-11 17:48:48 +08:00
MipsInstPrinter.c mips: update doing_mem status, regardless of detail option, since that is also used to avoid printing zero offset in mem reference 2013-12-15 22:05:01 +08:00
MipsInstPrinter.h initial import 2013-11-27 12:11:31 +08:00
mapping.c mips: use alias registers 2013-12-19 12:26:05 +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