1. f721e31 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  2. 8f50ba8 Merge branch 'next' into xcore by Nguyen Anh Quynh · 10 years ago
  3. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  4. 2cf9c52 x86: MOV64rr belongs to GRP_MODE64 group. bug reported by Jason Oster by Nguyen Anh Quynh · 10 years ago
  5. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  6. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  7. 3dc080c systemz: cleanup SystemZGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  8. 5d6383e sparc: SPARC_CC_ICC_N should not have the same value as SPARC_CC_INVALID. bug reported by Jason Oster by Nguyen Anh Quynh · 10 years ago
  9. 6380446 Add `r0l` register to SystemZMapping.c by Jason Oster · 10 years ago
  10. 4ebd062 x86: cleanup unused code by Nguyen Anh Quynh · 10 years ago
  11. fed098f x86: eliminate irrelevant prefixes in x86.prefix[] - such as f2/f3 prefixed irrelevant instructions by Nguyen Anh Quynh · 10 years ago
  12. 1e93adf x86: add CL operand into details for 'SHL *, CL' instruction by Nguyen Anh Quynh · 10 years ago
  13. 7a65ad7 x86: detail operands for 'fstpnce st(0), st(0)' & 'fstpst(7), st(0)' by Nguyen Anh Quynh · 10 years ago
  14. b6e3f01 x86: handle REP MOVSD/CMPSD/SCASD/LODSD/STOSD properly (due to confused 128bit media instructions having the same mnemonics) by Nguyen Anh Quynh · 10 years ago
  15. 3a86d92 x86: correct instructions related to REP prefix by Nguyen Anh Quynh · 10 years ago
  16. 1d6f7ee x86: prefix REP/REPNE are only relevant for MOVS/CMPS/SCAS/LDOS/STOS/INS/OUTS instructions by Nguyen Anh Quynh · 10 years ago
  17. 984ed7e MIPS: Add HI, LO, and PC registers to MipsMapping.c by Jason Oster · 10 years ago
  18. 6456481 x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax by Nguyen Anh Quynh · 10 years ago
  19. f338657 x86: set syntax variable when changing syntax with cs_option() by Nguyen Anh Quynh · 10 years ago
  20. 1922b2f arm64: clean reg_name_maps[] by Nguyen Anh Quynh · 10 years ago
  21. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  22. 1d2e69b msvc: remove headers/ directory & replace it with include/platform.h by Nguyen Anh Quynh · 10 years ago
  23. 7bab8dc x86: AT&T syntax is irrelevant in Diet mode, so setting this syntax should return CS_ERR_DIET error by Nguyen Anh Quynh · 10 years ago
  24. f785026 x86: enable AT&T code only when DIET mode is off by Nguyen Anh Quynh · 10 years ago
  25. 0ffd811 merge next branch by Nguyen Anh Quynh · 10 years ago
  26. b2a88df MSVC added some code picked up by MingW, so cross-win32/74 compile is broken. this fixes the issue by Nguyen Anh Quynh · 10 years ago
  27. 5068908 x86: assembly syntax is irrelevant in Diet mode. this optimization reduces library size to only 180KB on OSX by Nguyen Anh Quynh · 10 years ago
  28. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  29. eb2e840 x86: fix C89 issues for X86GenAsmWriter1_reduce.inc & X86GenAsmWriter_reduce.inc by Nguyen Anh Quynh · 10 years ago
  30. cfcace3 arm: make checkDecoderPredicate() handle boolean casting for MSVC (redone in more systematic way for autogen code) by Nguyen Anh Quynh · 10 years ago
  31. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  32. ef3e450 arm: checkDecoderPredicate() needs to handle Bool data type in the way that MSVC can understand by Nguyen Anh Quynh · 10 years ago
  33. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  34. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  35. 638835a fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  36. abffe02 sparc: recover autogen code in arch/Sparc/SparcGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  37. bb0744d do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC by Nguyen Anh Quynh · 10 years ago
  38. 2d34251 x86: handle 16bit segment bound for JMP. bug reported by Pancake & Anton Kochkov by Nguyen Anh Quynh · 10 years ago
  39. 0596e11 arm64: fix a wrong int type of a local var in printLabelOperand. this bug was introduced when we fixed C89 issue for MSVC by Nguyen Anh Quynh · 10 years ago
  40. 35c8467 still want that to compile on other systems by Axel 0vercl0k Souchet · 10 years ago
  41. 605faf1 moved the hardcoded macros in the vcproj & just disable the warning for the crt by Axel 0vercl0k Souchet · 10 years ago
  42. b5e7db5 Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  43. d27b015 arm: add BLX_pred into the list of relative branch instructions by Nguyen Anh Quynh · 10 years ago
  44. bc80b3d arm: fix some more Thumb relative branch instructions. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  45. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  46. 336bf29 Merge branch 'next' of https://github.com/0vercl0k/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  47. d43187d arm: BLXi is another relative branch instruction to be fixed. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  48. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  49. 49a1cb3 arm: fix another relative jump issue. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  50. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  51. 79e1dcb arm: update target branch having relative offset. issue reported by Giovanni Condello by Nguyen Anh Quynh · 10 years ago
  52. e68ee70 x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it by Nguyen Anh Quynh · 10 years ago
  53. 16837f8 x86: MULPD instruction is unavailable in X86_REDUCE mode by Nguyen Anh Quynh · 10 years ago
  54. 288d6b3 x86: properly handle lock/rep prefixes when DIET option is enable by Nguyen Anh Quynh · 10 years ago
  55. 9bcca47 x86: avoid duplicating code when handling prefixes in X86_getInstruction() by Nguyen Anh Quynh · 10 years ago
  56. 45c77ae x86: handle tricky instructions related to MULPD at http://habrahabr.ru/company/intel/blog/200658/ by Nguyen Anh Quynh · 10 years ago
  57. 5c7f0c3 x86: REP & REPNE are mutually exclusive prefixes by Nguyen Anh Quynh · 10 years ago
  58. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  59. e106f70 x86: only handle 3DNow instructions when X86_REDUCE mode is disable by Nguyen Anh Quynh · 10 years ago
  60. 13d8c6f x86: support 3DNow instructions by Nguyen Anh Quynh · 10 years ago
  61. 57e784b x86: cleanup unused opcode tables for X86_REDUCE by Nguyen Anh Quynh · 10 years ago
  62. 7c78778 Make capstone library compile with arm-none-eabi-gcc 4.8 by Giovanni Condello · 10 years ago
  63. ca057fa x86: identation by Nguyen Anh Quynh · 10 years ago
  64. 17874d0 x86: handle NOP instruction 0f18* by Nguyen Anh Quynh · 10 years ago
  65. 2c5e3e5 x86: allow 0x66 & 0x67 prefixes to be put anywhere in front of an instruction by Nguyen Anh Quynh · 10 years ago
  66. 2cff6f6 x86: handle instructions with LOCK/REP/REPNE prefix after other prefixes. bear with this until we have a better approach by Nguyen Anh Quynh · 10 years ago
  67. 1b4864a x86: fix comments on MOVcr, MOVdr, MOVrc, MOVrd by Nguyen Anh Quynh · 10 years ago
  68. e93179b x86: BOUND instruction uses dword & qword for boundary array, but not memory reference by Nguyen Anh Quynh · 10 years ago
  69. 7437a41 x86: minor fixes for comments on MOV32cr etc: this is related to 64bit code as well by Nguyen Anh Quynh · 10 years ago
  70. fe94c2b x86: BOUND opcode is reused by EVEX instruction set, so must be handled properly by Nguyen Anh Quynh · 10 years ago
  71. 96bda4f x86: MOV32cr & co. work for x64, not only x86. thank Joxean Koret for the help to verify this. by Nguyen Anh Quynh · 10 years ago
  72. 0902bf2 x86: handle MOV32cr, MOV32dr, MOV32rc, MOV32rd by Nguyen Anh Quynh · 10 years ago
  73. 2a9c0e0 x86: fix a bug when sign-extend immediate for Ev. backport from upstream LLVM by Nguyen Anh Quynh · 10 years ago
  74. fa69707 x86: handle more tricky instructions. by Nguyen Anh Quynh · 10 years ago
  75. 2ce7713 x86: support some tricky instructions by Nguyen Anh Quynh · 10 years ago
  76. 33e1636 x86: support 0x82 opcode for Arithmetic instructions by Nguyen Anh Quynh · 10 years ago
  77. 6f56ff5 x86: handle SAL instructions. bug reported by Attila Suszter & Ange Albertini by Nguyen Anh Quynh · 10 years ago
  78. a247dc1 arm: print address Imm without prefix 0x for Imm >= -9 by Nguyen Anh Quynh · 10 years ago
  79. 9df79af systemz: cleanup by Nguyen Anh Quynh · 10 years ago
  80. 2579a3f systemz: add a missing operand for instructions involving PCRel by Nguyen Anh Quynh · 10 years ago
  81. 81a6df4 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 10 years ago
  82. 40f72fd arm: do not update target branch with relative offset by Nguyen Anh Quynh · 10 years ago
  83. 7626808d Merge branch 'x86imm' into next by Nguyen Anh Quynh · 10 years ago
  84. 6d3d800 x86: do not print memory offset in negative form. bug reported by Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  85. 125f504 x86: print offset value in memory reference instruction properly when offset is negative. bug reported by Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  86. 2eb37ee ppc: disable some redundant functions when Diet option is enable by Nguyen Anh Quynh · 10 years ago
  87. d325b1a x86: reduce mode support VMX/SVM instructions now by Nguyen Anh Quynh · 10 years ago
  88. e51cf36 x86: do not print negative immediate. request of Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  89. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  90. a3c9bd6 sparc: more fix to print negative numbers in more friendly way by Nguyen Anh Quynh · 10 years ago
  91. ffff756 arm: more fix to print negative numbers in more friendly way by Nguyen Anh Quynh · 10 years ago
  92. 6211ab8 arm64: fix the rest code printing out negative numbers like big decimal positive numbers by Nguyen Anh Quynh · 10 years ago
  93. 6f48402 arm64: properly print immediate in friendly format in printSImm7ScaledOperand(). bug reported by Amanieu by Nguyen Anh Quynh · 10 years ago
  94. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 10 years ago
  95. 6db860a systemz: indentation by Nguyen Anh Quynh · 10 years ago
  96. d889290 Remove C++ dependency and fix SystemZ initialization by pancake · 11 years ago
  97. 7e92884 systemz: fix for details by Nguyen Anh Quynh · 10 years ago
  98. d04aad7 systemz: support Diet option by Nguyen Anh Quynh · 10 years ago
  99. f0ff961 systemz: print immediates in range [-9, 9] without 0x prefix by Nguyen Anh Quynh · 10 years ago
  100. da1e833 systemz: support accesss register operand by Nguyen Anh Quynh · 11 years ago