capstone/arch/AArch64
2014-02-22 23:26:27 +08:00
..
AArch64BaseInfo.c 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
AArch64BaseInfo.h arm64: make the code closer to llvm code 2014-01-11 23:52:11 +08:00
AArch64Disassembler.c fix C coding style 2014-01-23 22:22:45 +08:00
AArch64Disassembler.h rename some old header guards from SB to CS 2014-01-02 12:44:20 +08:00
AArch64GenAsmWriter.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
AArch64GenDisassemblerTables.inc Additional MSVC fixes, including to fixed tables (temporary so Quynh can see what to do). 2014-01-22 18:12:01 -08:00
AArch64GenInstrInfo.inc arm64: update core 2014-01-15 12:38:38 +08:00
AArch64GenRegisterInfo.inc arm64: update core 2014-01-15 12:38:38 +08:00
AArch64GenSubtargetInfo.inc arm64: update core 2014-01-15 12:38:38 +08:00
AArch64InstPrinter.c arm64: simplify handling alias instruction (printAliasInstr) 2014-02-18 17:00:18 +08:00
AArch64InstPrinter.h detail option: provide instruction id even when detail option is OFF 2013-12-14 10:45:09 +08:00
AArch64Mapping.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
AArch64Mapping.h arm64: simplify handling alias instruction (printAliasInstr) 2014-02-18 17:00:18 +08:00
AArch64Module.c more fixes on C coding style 2014-01-23 22:29:04 +08:00