1. 629ae66 Fix pp field in readPrefix for VEX3 and EVEX (#1015) (#1016) by Richard Henderson · 7 years ago
  2. 394cdfc Resolve some casting issues with Visual Studio. by Matt Suiche · 7 years ago
  3. c10a631 x86: fix an warning on unintialized vars by Nguyen Anh Quynh · 7 years ago
  4. eeceed2 Bug fix for incorrect operand type in certain load/store instructions on AArch64. (#952) by Andrew Calvano · 7 years ago
  5. 9f6b28c Add name to relative branch group in supported architectures. (#982) by Alfredo Beaumont · 7 years ago
  6. 27f03c1 Fixed bug in memory operand decoding. (#981) by Fotis Loukos · 7 years ago
  7. 26cb22a arm: UADD8 updates flags. fix #980 by Nguyen Anh Quynh · 7 years ago
  8. a09a818 Relative branch group (#964) by Alfredo Beaumont · 7 years ago
  9. 532bc3f Fixes DATA REX_W CALL_PC_REL IMM32 issue (decoded as IMM16) (#883) by Snarpix · 7 years ago
  10. 1fb2b53 Add CS_MODE_MIPS2 to opt-in for COP3 instructions (#939) by Francesco Tamagni · 7 years ago
  11. 9af9742 Honor CS_OPT_UNSIGNED on x86 and add cstool -u (#945) by radare · 7 years ago
  12. 7982670 Next (#918) by echotyh · 7 years ago
  13. 4cd0857 Added qsort implementation for OS X kernel mode (#934) by vit9696 · 7 years ago
  14. a8c7e4a Merge #929 with some changes to get things compile (#930) by vit9696 · 7 years ago
  15. 79194cc x86: indentation by Nguyen Anh Quynh · 7 years ago
  16. d4345d9 x86: attempt to fix uninitialized memory, probably by introduction of UD0 by Nguyen Anh Quynh · 7 years ago
  17. 7ee4581 x86: LDS is invalid in x64. see #904 by Nguyen Anh Quynh · 7 years ago
  18. 2b84c0c x86: handle f2/f3 prefix for 16bit. see issue #452 by Nguyen Anh Quynh · 7 years ago
  19. 64328e3 x86: add UD0 instruction by Nguyen Anh Quynh · 7 years ago
  20. d5f075a x86: LES is invalid in x64. see #904 by Nguyen Anh Quynh · 7 years ago
  21. c0b9f86 x86: AT&T syntax bug with zero offset segment register. see #884 by Nguyen Anh Quynh · 7 years ago
  22. ed1dab2 arm: another fix for #913 by Nguyen Anh Quynh · 7 years ago
  23. 6cd1ab1 arm: POP {reg} read/write SP register. this fixes #913 by Nguyen Anh Quynh · 7 years ago
  24. ec76b6f x86: lock nop is a valid instruction. #915 by Nguyen Anh Quynh · 7 years ago
  25. 6fbb0ed fix compiling error in MS VS2015 (#869) by noword · 7 years ago
  26. 6beb6ad Bugfix : setting all fields to insns cache (#899) by Simorfo · 7 years ago
  27. cd7b282 Fix undefined behaviour produced by disassembling 6662dcbc615a (#898) by radare · 7 years ago
  28. 2c1c1b1 Fix assigned value with undefined (#893) by radare · 8 years ago
  29. ae34c9b Merge branch 'next2' into next by Nguyen Anh Quynh · 8 years ago
  30. 47d0478 Merge branch 'next' of https://github.com/fotisl/capstone into fotisl-next by Nguyen Anh Quynh · 8 years ago
  31. a6111df Fixed group name getting function by Fotis Loukos · 8 years ago
  32. d09f565 fix merged conflicts by el2ro · 8 years ago
  33. 5cdc9c3 replace if-s in AArch64_AM_decodeAdvSIMDModImmType10 with lookup table (#552) by szt · 8 years ago
  34. 4cebdb2 Merge branch 'next' of https://github.com/fotisl/capstone into fotisl-next by Nguyen Anh Quynh · 8 years ago
  35. 03de8c6 Corrected a bug by Fotis Loukos · 8 years ago
  36. f20a0a0 Fix UB when accessing un-initialized array (#890) by radare · 8 years ago
  37. bbc5fe3 Fixed myinttypes.h by Fotis Loukos · 8 years ago
  38. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  39. a28ae7d x86: support BND prefix. issue #872 by Nguyen Anh Quynh · 8 years ago
  40. 5b84c69 x86: consistent register names ST0-ST7 with the asm output by Nguyen Anh Quynh · 8 years ago
  41. a1422bd arm: add IMM operand for printPostIdxImm8s4Operand(). issue #861 by Nguyen Anh Quynh · 8 years ago
  42. 2fa3f02 ppc: print 0 offset for memory operand. see issue #856 by Nguyen Anh Quynh · 8 years ago
  43. bd2077c switch endian mode with cs_option() for Arm/Arm64/Mips/Sparc. fix issue #849 by Nguyen Anh Quynh · 8 years ago
  44. 9271db7 Fixes truncated immediate value in operand details by Vincent Bénony · 8 years ago
  45. 18e8cee Fixed incorrect 8-bit displacement by Daniel Collin · 8 years ago
  46. fca6fe4 arm: groups for Thumb SETEND instruction. ported from #843 by Nguyen Anh Quynh · 8 years ago
  47. dd56985 x86: Fix the operand encoding in the test instruction for reduce set, issue #702 by Nguyen Anh Quynh · 8 years ago
  48. c00d644 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  49. 7339846 x86: Fix the operand encoding in the test instruction, issue #702 by Nguyen Anh Quynh · 8 years ago
  50. 35c9623 (M68k) make displacements signed (#836) by BartmanAbyss · 8 years ago
  51. 0237e4c arm: fix operand access info for Bcc & BL. see issue #826 by Nguyen Anh Quynh · 8 years ago
  52. 1814c7e arm: fix access info for RET. see issue #825 by Nguyen Anh Quynh · 8 years ago
  53. df24131 arm: fix decoding Thumb big-endian instructions. ported from PR #813 by Nguyen Anh Quynh · 8 years ago
  54. 61a5031 x86: fix instruction MOVAPS & MOVAPD. see issue #809 by Nguyen Anh Quynh · 8 years ago
  55. b8bc95a x86: fix (AT&T) instruction SLDT for issue #807 by Nguyen Anh Quynh · 8 years ago
  56. dcfd572 x86: fix (AT&T) instruction lgs for issue #805 by Nguyen Anh Quynh · 8 years ago
  57. 1af41d2 x86: fix (AT&T) ROL instruction in issue #804 by Nguyen Anh Quynh · 8 years ago
  58. 3ca6b0d x86: fix movw instruction in #789 by Nguyen Anh Quynh · 8 years ago
  59. ae360ea x86: fix sysexit in #806 by Nguyen Anh Quynh · 8 years ago
  60. c36a479 Add X86_REG_EFLAGS to X86_CLC, X86_CLD, X86_CMC (#801) by Samuel Chevet · 8 years ago
  61. 31378e5 add X86_REG_EFLAGS for X86_STC (#797) by Samuel Chevet · 8 years ago
  62. 883c333 Fix two missing register operands in X86 AT&T syntax (#791) by Andrew Dutcher · 8 years ago
  63. 45f81ff x86: RET read/write stack register. this fixes issue #790 by Nguyen Anh Quynh · 8 years ago
  64. 1f351e8 add explanation comment for use of CAPSTONE_API by Satoshi Tanda · 8 years ago
  65. bc954d0 fix compile error with capstone_static_winkernel by Satoshi Tanda · 8 years ago
  66. 3730e20 suppress MSVC code analysis (PREfast) warnings for m68k by Satoshi Tanda · 8 years ago
  67. 2df9a8e suppress MSVC code analysis (PREfast) warnings by Satoshi Tanda · 8 years ago
  68. d3155db Fix use of uninitialized value for some instructions by Ole André Vadla Ravnås · 8 years ago
  69. 9b5f404 arm: update imm in printOperand() to fix error reported by @trufae in PR #764 by Nguyen Anh Quynh · 8 years ago
  70. c871c05 AArch64 set good extender by Simorfo · 8 years ago
  71. ddc84bc Merge pull request #764 from akihikodaki/next by Nguyen Anh Quynh · 8 years ago
  72. ae09320 arm: fix issue #767 by Nguyen Anh Quynh · 8 years ago
  73. 958ba65 arm: treat ARM address as unsigned by Akihiko Odaki · 8 years ago
  74. d0e1c5d Merge branch 'fcompi' of https://github.com/mrexodia/capstone into mrexodia-fcompi by Nguyen Anh Quynh · 8 years ago
  75. 8ac54c5 arm: fix issue #760 by Nguyen Anh Quynh · 8 years ago
  76. d1444ca final change for fcomip and fucomip by mrexodia · 8 years ago
  77. f38cc69 changed fcompi to fcomip and fucompi to fucomip by mrexodia · 8 years ago
  78. 87a25bb x86: fast path checking for X86_insn_reg_intel() by Nguyen Anh Quynh · 8 years ago
  79. d7459a0 x86: fix issue #756 by Nguyen Anh Quynh · 8 years ago
  80. e147e3a arm64: add NEGS & NGCS alias instructions. this fixes issue #752 by Nguyen Anh Quynh · 8 years ago
  81. fbd27e2 arm: fix issue #750 by Nguyen Anh Quynh · 8 years ago
  82. 4f29691 cleanup by Nguyen Anh Quynh · 8 years ago
  83. 8e7f1d0 arm: fix issue #747 by Nguyen Anh Quynh · 8 years ago
  84. ba82977 arm: fix issue #746 by Nguyen Anh Quynh · 8 years ago
  85. a0f082d arm: fix issue #744 by Nguyen Anh Quynh · 8 years ago
  86. bf2690a Merge pull request #696 from emoon/m68k-reg-read-write by Nguyen Anh Quynh · 8 years ago
  87. aaf2c49 [M68K] Implemented regs read/write lists by Daniel Collin · 8 years ago
  88. 483e101 arm: fix issue #740 by Nguyen Anh Quynh · 8 years ago
  89. 903aa23 Fix BL, BLR group information by Yuping Li · 8 years ago
  90. 47998be Merge pull request #657 from davidcarne/fix-uninit by Nguyen Anh Quynh · 8 years ago
  91. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  92. 05ddfac Fix mov *ax, addr register access for CAPSTONE_REDUCE files by lucasg · 8 years ago
  93. cffb61e Fix register access for 16-bit mov instructions by lucasg · 8 years ago
  94. 6ee4994 [X86] Fix *ax dst register access on some MOV instructions by lucasg · 8 years ago
  95. e0afaab Update X86Mapping.c by Jeffrey Crowell · 8 years ago
  96. 4750991 fixup qsort by Jeffrey Crowell · 8 years ago
  97. 1555b5b use stdlib's qsort by Jeffrey Crowell · 8 years ago
  98. c975795 add an auxilary array for x86 reg to greatly speedup X86_insn_reg_intel by Jeffrey Crowell · 8 years ago
  99. d9d1052 x86: fix similar bugs with issue #711 for MOV with *AX registers by Nguyen Anh Quynh · 8 years ago
  100. 90f85d4 x86: fix issue #711 by Nguyen Anh Quynh · 8 years ago