1. b95647d systemz & xcore: create details only when detail mode is ON. this fixes some crashes in tests/test by Nguyen Anh Quynh · 10 years ago
  2. 69582d7 initialize cs_insn.detail by properly zero-out right members for each arch by Nguyen Anh Quynh · 10 years ago
  3. 29fd0f6 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6 by Nguyen Anh Quynh · 10 years ago
  4. 5329a6f directly update cs_insn from MCInst interface to avoid multiple memcpy() by Nguyen Anh Quynh · 10 years ago
  5. 8cae86c x86: copy prefix back after updating it in X86_lockrep() by Nguyen Anh Quynh · 10 years ago
  6. 22a5a76 x86: simplify byteReader_t by Nguyen Anh Quynh · 10 years ago
  7. 30c0659 optimize memset() of MCInst_Init() by Nguyen Anh Quynh · 10 years ago
  8. 5474d87 x86: optimize struct InternalInstruction for memset(). this improve performance by around 4% by Nguyen Anh Quynh · 10 years ago
  9. 0ad226e x86: fix a conflict when merging -next to -optimize branch by Nguyen Anh Quynh · 10 years ago
  10. cf08138 x86: more simplification on managing MCOperand. this also fixes a bug in handling memory reference instructions by Nguyen Anh Quynh · 10 years ago
  11. 0e534bf x86: correct the related comment of the last commit by Nguyen Anh Quynh · 10 years ago
  12. 9417ad6 x86: printDstIdx() should only print segment in non-64bit mode. bug reported by Filipe Cabecinhas (@filcab) by Nguyen Anh Quynh · 10 years ago
  13. e70a043 x86: more simplification for better performance by Nguyen Anh Quynh · 10 years ago
  14. 937e483 x86: avoid malloc/free MCOperand with new API of MCInst: MCInst_addOperand0, MCInst_CreateReg0, MCInst_CreateImm0 by Nguyen Anh Quynh · 10 years ago
  15. a62b9a0 x86: use SStream_concat0() where possible to improve performance - for AT&T and X86_REDUCE by Nguyen Anh Quynh · 10 years ago
  16. 46b6693 x86: save prefixes to avoid expensive copying loop. based on idea of Dang Hoang Vu by Nguyen Anh Quynh · 10 years ago
  17. b76233c avoid using vsnprintf when possible for SStream_concat() to improve performance. based on the idea of Dang Hoang Vu. by Nguyen Anh Quynh · 10 years ago
  18. 368c45b x86 instruction groups: Add SYSEXIT and SYSRET to the X86_GRP_IRET group by Jay Oster · 10 years ago
  19. a19d3f0 Merge branch 'feature/x86-groups' of https://github.com/parasyte/capstone into test by Nguyen Anh Quynh · 10 years ago
  20. 6b00344 x86 instruction groups: Fix RET/IRET mapping. by Jay Oster · 10 years ago
  21. 0577bb7 x86: ATT syntax does not print word size pointer like Intel syntax by Nguyen Anh Quynh · 10 years ago
  22. 6f74ccc Add new x86 instruction groups by Jay Oster · 10 years ago
  23. c70442e arm: shift info associates with the right op in LDR instruction. bug reported by Daniel Colascione by Nguyen Anh Quynh · 10 years ago
  24. a04ee4f arm: add missing the check for detail mode in the last commit by Nguyen Anh Quynh · 10 years ago
  25. b79d915 arm: add missing operand info for Thumb instruction vldr. bug reported by Daniel Colascione by Nguyen Anh Quynh · 10 years ago
  26. bb71c13 arm: add missing operand info for Thumb instruction LDR involving label. bug reported by Daniel Colascione by Nguyen Anh Quynh · 10 years ago
  27. 6eb55cf arm: add operand details for 'mov pc, lr'. bug reported by Daniel Colascione by Nguyen Anh Quynh · 10 years ago
  28. 48b6cb4 arm: CC_AL is the default code condition for instructions without CC. bug reported by Daniel Colascione by Nguyen Anh Quynh · 10 years ago
  29. 5e2e660 fix some warnings reported by Coverity by Nguyen Anh Quynh · 10 years ago
  30. 2c20a1b ppc: wrong comparison in printOperand(). bug found by Coverity by Nguyen Anh Quynh · 10 years ago
  31. b70e121 x86: FP instructions are only available when X86_REDUCE mode is off by Nguyen Anh Quynh · 10 years ago
  32. d002319 cmake: support Sparc, SystemZ & XCore by Nguyen Anh Quynh · 10 years ago
  33. 3a5965e xcore: fix some warnings with Diet mode by Nguyen Anh Quynh · 10 years ago
  34. 0150f06 x86: fix a warning on Diet mode by Nguyen Anh Quynh · 10 years ago
  35. 9148420 replace strcasecmp() with strcmp() by Nguyen Anh Quynh · 10 years ago
  36. d69f9de x86: delete dead code by Nguyen Anh Quynh · 10 years ago
  37. b2e566a xcore: use strcpy() rather than strncpy() by Nguyen Anh Quynh · 10 years ago
  38. 2a33afe msvc: make MSVC shutup on strncpy() by Nguyen Anh Quynh · 10 years ago
  39. dc1af54 msvc: fix warnings by Nguyen Anh Quynh · 10 years ago
  40. be2b788 xcore: handle details for some special tricky instructions by Nguyen Anh Quynh · 10 years ago
  41. f721e31 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  42. 8f50ba8 Merge branch 'next' into xcore by Nguyen Anh Quynh · 10 years ago
  43. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  44. 2cf9c52 x86: MOV64rr belongs to GRP_MODE64 group. bug reported by Jason Oster by Nguyen Anh Quynh · 10 years ago
  45. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  46. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  47. 3dc080c systemz: cleanup SystemZGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  48. 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
  49. 6380446 Add `r0l` register to SystemZMapping.c by Jason Oster · 10 years ago
  50. 4ebd062 x86: cleanup unused code by Nguyen Anh Quynh · 10 years ago
  51. fed098f x86: eliminate irrelevant prefixes in x86.prefix[] - such as f2/f3 prefixed irrelevant instructions by Nguyen Anh Quynh · 10 years ago
  52. 1e93adf x86: add CL operand into details for 'SHL *, CL' instruction by Nguyen Anh Quynh · 10 years ago
  53. 7a65ad7 x86: detail operands for 'fstpnce st(0), st(0)' & 'fstpst(7), st(0)' by Nguyen Anh Quynh · 10 years ago
  54. 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
  55. 3a86d92 x86: correct instructions related to REP prefix by Nguyen Anh Quynh · 10 years ago
  56. 1d6f7ee x86: prefix REP/REPNE are only relevant for MOVS/CMPS/SCAS/LDOS/STOS/INS/OUTS instructions by Nguyen Anh Quynh · 10 years ago
  57. 984ed7e MIPS: Add HI, LO, and PC registers to MipsMapping.c by Jason Oster · 10 years ago
  58. 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
  59. f338657 x86: set syntax variable when changing syntax with cs_option() by Nguyen Anh Quynh · 10 years ago
  60. 1922b2f arm64: clean reg_name_maps[] by Nguyen Anh Quynh · 10 years ago
  61. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  62. 1d2e69b msvc: remove headers/ directory & replace it with include/platform.h by Nguyen Anh Quynh · 10 years ago
  63. 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
  64. f785026 x86: enable AT&T code only when DIET mode is off by Nguyen Anh Quynh · 10 years ago
  65. 0ffd811 merge next branch by Nguyen Anh Quynh · 10 years ago
  66. 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
  67. 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
  68. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  69. eb2e840 x86: fix C89 issues for X86GenAsmWriter1_reduce.inc & X86GenAsmWriter_reduce.inc by Nguyen Anh Quynh · 10 years ago
  70. cfcace3 arm: make checkDecoderPredicate() handle boolean casting for MSVC (redone in more systematic way for autogen code) by Nguyen Anh Quynh · 10 years ago
  71. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  72. ef3e450 arm: checkDecoderPredicate() needs to handle Bool data type in the way that MSVC can understand by Nguyen Anh Quynh · 10 years ago
  73. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  74. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  75. 638835a fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  76. abffe02 sparc: recover autogen code in arch/Sparc/SparcGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  77. 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
  78. 2d34251 x86: handle 16bit segment bound for JMP. bug reported by Pancake & Anton Kochkov by Nguyen Anh Quynh · 10 years ago
  79. 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
  80. 35c8467 still want that to compile on other systems by Axel 0vercl0k Souchet · 10 years ago
  81. 605faf1 moved the hardcoded macros in the vcproj & just disable the warning for the crt by Axel 0vercl0k Souchet · 10 years ago
  82. b5e7db5 Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  83. d27b015 arm: add BLX_pred into the list of relative branch instructions by Nguyen Anh Quynh · 10 years ago
  84. bc80b3d arm: fix some more Thumb relative branch instructions. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  85. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  86. 336bf29 Merge branch 'next' of https://github.com/0vercl0k/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  87. d43187d arm: BLXi is another relative branch instruction to be fixed. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  88. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  89. 49a1cb3 arm: fix another relative jump issue. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  90. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  91. 79e1dcb arm: update target branch having relative offset. issue reported by Giovanni Condello by Nguyen Anh Quynh · 10 years ago
  92. e68ee70 x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it by Nguyen Anh Quynh · 10 years ago
  93. 16837f8 x86: MULPD instruction is unavailable in X86_REDUCE mode by Nguyen Anh Quynh · 10 years ago
  94. 288d6b3 x86: properly handle lock/rep prefixes when DIET option is enable by Nguyen Anh Quynh · 10 years ago
  95. 9bcca47 x86: avoid duplicating code when handling prefixes in X86_getInstruction() by Nguyen Anh Quynh · 10 years ago
  96. 45c77ae x86: handle tricky instructions related to MULPD at http://habrahabr.ru/company/intel/blog/200658/ by Nguyen Anh Quynh · 10 years ago
  97. 5c7f0c3 x86: REP & REPNE are mutually exclusive prefixes by Nguyen Anh Quynh · 10 years ago
  98. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  99. e106f70 x86: only handle 3DNow instructions when X86_REDUCE mode is disable by Nguyen Anh Quynh · 10 years ago
  100. 13d8c6f x86: support 3DNow instructions by Nguyen Anh Quynh · 10 years ago