17 Commits (2c20a1b5a3bc85c2f5390faaa9b35c41d394555f)

Author SHA1 Message Date
Nguyen Anh Quynh cb5910627a remove some more forgotten stdbool.h 11 years ago
Nguyen Anh Quynh 7751fbe57b header files: Disassembler -> Disassembly 11 years ago
Nguyen Anh Quynh de319f8f95 cleanup x86.h & mips.h (C-IMM) 11 years ago
Nguyen Anh Quynh bc0b3b92fd mips: update core 11 years ago
Nguyen Anh Quynh 395bbab2de cleanup x86.h & mips.h (C-IMM) 11 years ago
Nguyen Anh Quynh b57c90dd23 fix some issues introduced by MSVC port 11 years ago
Alex Ionescu 46018db884 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). 11 years ago
Nguyen Anh Quynh dd40750aa3 change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring 11 years ago
Nguyen Anh Quynh 747c4eff69 change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring 11 years ago
Nguyen Anh Quynh 75ef2426ea mips: update core 11 years ago
Nguyen Anh Quynh ae3649ff71 rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring 11 years ago
Nguyen Anh Quynh ad89d25d05 mips: optimize Mips_map_register() to O(1). suggested by Pancake 11 years ago
Nguyen Anh Quynh 66f6c2283e mips: fix NEGU alias instruction. bug reported by Pancake 11 years ago
Nguyen Anh Quynh 162409e730 mips: upgrade core engine 11 years ago
Nguyen Anh Quynh a2f825ff07 support comments in autogen files, so constant files are more friendly 11 years ago
Nguyen Anh Quynh ea5b79d058 move some alias registers around to after REG_MAX. this seems to fix some issues of clang, which struggles with enum that assign value from other enum 11 years ago
Nguyen Anh Quynh 3582bc1b9b arm64: ARM64_GRP_JUMP is in the wrong place. move it to its place and also clarify some GRP comments 11 years ago
Nguyen Anh Quynh ec0ed8ee94 semantics: add insn group JUMP, so now we can check if this insn is branching 11 years ago
Nguyen Anh Quynh 26ee41aa67 initial import 11 years ago