capstone/arch/ARM
2014-02-22 23:26:27 +08:00
..
ARMAddressingModes.h 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). 2014-01-22 09:45:00 -08:00
ARMBaseInfo.h ARM: Fix bunch of issues 2013-12-11 17:35:27 +08:00
ARMDisassembler.c more fixes on C coding style 2014-01-23 22:29:04 +08:00
ARMDisassembler.h Use const on all read-only buffers 2013-12-11 22:14:42 +01:00
ARMGenAsmWriter.inc add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40% 2014-02-22 23:26:27 +08:00
ARMGenDisassemblerTables.inc arm: update core 2014-02-19 12:52:50 +08:00
ARMGenInstrInfo.inc arm: update core 2014-02-19 12:52:50 +08:00
ARMGenRegisterInfo.inc arm: update core 2014-01-15 16:01:55 +08:00
ARMGenSubtargetInfo.inc arm: update core 2014-01-15 16:01:55 +08:00
ARMInstPrinter.c more fixes on C coding style 2014-01-23 22:29:04 +08:00
ARMInstPrinter.h detail option: provide instruction id even when detail option is OFF 2013-12-14 10:45:09 +08:00
ARMMapping.c add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40% 2014-02-22 23:26:27 +08:00
ARMMapping.h add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40% 2014-02-22 23:26:27 +08:00
ARMModule.c more more fixes on C coding style 2014-01-23 23:42:40 +08:00