capstone/arch/ARM
Nguyen Anh Quynh d43187d4f9 arm: BLXi is another relative branch instruction to be fixed. bug reported by Giovanni Nanomad Condello 2014-05-09 07:02:51 +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 clean up after the last removal of SubtargetFeature.h 2014-05-08 22:59:28 +08:00
ARMDisassembler.h x86: properly handle LOCK/REP in the core, so remove buch of hacks 2014-05-07 08:25:24 +08:00
ARMGenAsmWriter.inc arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') 2014-03-11 00:18:50 +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 arm: update target branch having relative offset. issue reported by Giovanni Condello 2014-05-07 14:12:50 +08:00
ARMInstPrinter.h arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') 2014-03-11 00:18:50 +08:00
ARMMapping.c arm: BLXi is another relative branch instruction to be fixed. bug reported by Giovanni Nanomad Condello 2014-05-09 07:02:51 +08:00
ARMMapping.h arm: update target branch having relative offset. issue reported by Giovanni Condello 2014-05-07 14:12:50 +08:00
ARMModule.c arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') 2014-03-11 00:18:50 +08:00