1. 883c333 Fix two missing register operands in X86 AT&T syntax (#791) by Andrew Dutcher · 8 years ago
  2. 45f81ff x86: RET read/write stack register. this fixes issue #790 by Nguyen Anh Quynh · 8 years ago
  3. 1f351e8 add explanation comment for use of CAPSTONE_API by Satoshi Tanda · 8 years ago
  4. bc954d0 fix compile error with capstone_static_winkernel by Satoshi Tanda · 8 years ago
  5. 3730e20 suppress MSVC code analysis (PREfast) warnings for m68k by Satoshi Tanda · 8 years ago
  6. 2df9a8e suppress MSVC code analysis (PREfast) warnings by Satoshi Tanda · 8 years ago
  7. d3155db Fix use of uninitialized value for some instructions by Ole André Vadla Ravnås · 8 years ago
  8. 9b5f404 arm: update imm in printOperand() to fix error reported by @trufae in PR #764 by Nguyen Anh Quynh · 8 years ago
  9. c871c05 AArch64 set good extender by Simorfo · 8 years ago
  10. ddc84bc Merge pull request #764 from akihikodaki/next by Nguyen Anh Quynh · 8 years ago
  11. ae09320 arm: fix issue #767 by Nguyen Anh Quynh · 8 years ago
  12. 958ba65 arm: treat ARM address as unsigned by Akihiko Odaki · 8 years ago
  13. d0e1c5d Merge branch 'fcompi' of https://github.com/mrexodia/capstone into mrexodia-fcompi by Nguyen Anh Quynh · 8 years ago
  14. 8ac54c5 arm: fix issue #760 by Nguyen Anh Quynh · 8 years ago
  15. d1444ca final change for fcomip and fucomip by mrexodia · 8 years ago
  16. f38cc69 changed fcompi to fcomip and fucompi to fucomip by mrexodia · 8 years ago
  17. 87a25bb x86: fast path checking for X86_insn_reg_intel() by Nguyen Anh Quynh · 8 years ago
  18. d7459a0 x86: fix issue #756 by Nguyen Anh Quynh · 8 years ago
  19. e147e3a arm64: add NEGS & NGCS alias instructions. this fixes issue #752 by Nguyen Anh Quynh · 8 years ago
  20. fbd27e2 arm: fix issue #750 by Nguyen Anh Quynh · 8 years ago
  21. 4f29691 cleanup by Nguyen Anh Quynh · 8 years ago
  22. 8e7f1d0 arm: fix issue #747 by Nguyen Anh Quynh · 8 years ago
  23. ba82977 arm: fix issue #746 by Nguyen Anh Quynh · 8 years ago
  24. a0f082d arm: fix issue #744 by Nguyen Anh Quynh · 8 years ago
  25. bf2690a Merge pull request #696 from emoon/m68k-reg-read-write by Nguyen Anh Quynh · 8 years ago
  26. aaf2c49 [M68K] Implemented regs read/write lists by Daniel Collin · 8 years ago
  27. 483e101 arm: fix issue #740 by Nguyen Anh Quynh · 8 years ago
  28. 903aa23 Fix BL, BLR group information by Yuping Li · 8 years ago
  29. 47998be Merge pull request #657 from davidcarne/fix-uninit by Nguyen Anh Quynh · 8 years ago
  30. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  31. 05ddfac Fix mov *ax, addr register access for CAPSTONE_REDUCE files by lucasg · 8 years ago
  32. cffb61e Fix register access for 16-bit mov instructions by lucasg · 8 years ago
  33. 6ee4994 [X86] Fix *ax dst register access on some MOV instructions by lucasg · 8 years ago
  34. e0afaab Update X86Mapping.c by Jeffrey Crowell · 8 years ago
  35. 4750991 fixup qsort by Jeffrey Crowell · 8 years ago
  36. 1555b5b use stdlib's qsort by Jeffrey Crowell · 8 years ago
  37. c975795 add an auxilary array for x86 reg to greatly speedup X86_insn_reg_intel by Jeffrey Crowell · 8 years ago
  38. d9d1052 x86: fix similar bugs with issue #711 for MOV with *AX registers by Nguyen Anh Quynh · 8 years ago
  39. 90f85d4 x86: fix issue #711 by Nguyen Anh Quynh · 8 years ago
  40. fad7078 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  41. 268d00a x86: fix issue #717 by Nguyen Anh Quynh · 8 years ago
  42. 946016d Fixed X86_INS_BTC/X86_INS_BTR/X86_INS_BTS by fvrmatteo · 8 years ago
  43. da06992 Fixed EFLAGS of BT/BTC/BTR/BTS by fvrmatteo · 8 years ago
  44. ef9ef02 Fixed EFLAGS of BT/BTC/BTR/BTS by fvrmatteo · 8 years ago
  45. 647ca2f Changed X86_INS_POP flags by fvrmatteo · 8 years ago
  46. 7d4c660 Fix typo in m68k constant for immediate operand. by Niels Boehm · 8 years ago
  47. da6b5f3 Append LL for all > 32bit numeric immediates by pancake · 8 years ago
  48. c1a16fa x86: fix access right memory operand of of MOVSS. see issue #693 by Nguyen Anh Quynh · 8 years ago
  49. ff428f8 Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  50. f7fe640 port #684 to the next branch by tandasat · 8 years ago
  51. 2f3241d Merge pull request #669 from zachriggle/next-mips by Nguyen Anh Quynh · 8 years ago
  52. e6fd7ac Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  53. 91d4273 Add missing MIPS groups by Zach Riggle · 8 years ago
  54. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  55. 45e5eab port Windows driver support by tandasat · 8 years ago
  56. 914d0a7 Added enum tag setting to FPU handling code for m68k by Inokentiy Babushkin · 8 years ago
  57. 35a3ca1 Adjusted operand printing by Inokentiy Babushkin · 8 years ago
  58. 3581563 Changed register pair handling in M68K header by Inokentiy Babushkin · 8 years ago
  59. 4c6d791 Annotate MIPS insructions JALR and SYSCALL by Zach Riggle · 8 years ago
  60. 5cb3fe3 Add MIPS_GRP_XXX aliases for generic types. by Zach Riggle · 8 years ago
  61. 81f2bcf x86: initialize eaDisplacement in 16-bit mode. Fixes #656 by David Carne · 8 years ago
  62. ab93c00 sparc: fix target address of CALL instruction. issue #653 by Nguyen Anh Quynh · 8 years ago
  63. a4bdbc8 x86: do not print LJMP/LCALL with ptr. this fixes issue #429 by Nguyen Anh Quynh · 8 years ago
  64. 10730fa x86: do not print 'ptr' for fxsave & fxrstor instructions. this fixes issue #492 by Nguyen Anh Quynh · 8 years ago
  65. 9f062e7 m68k: fixed d68000_move_to_sr by jmechnich · 8 years ago
  66. f3b8863 Merge branch 'next' of https://github.com/koutheir/capstone into koutheir-next by Nguyen Anh Quynh · 8 years ago
  67. 1bca054 Various fixes by Daniel Collin · 8 years ago
  68. 988bb63 [M68K] Added basic groups by Daniel Collin · 8 years ago
  69. 75701e8 x86: fix memory operand size of fnstenv/fldenv (issue #613) by Nguyen Anh Quynh · 8 years ago
  70. b914a1b Added support for building binaries for Windows CE 7 on ARMv7 (a.k.a., Windows Embedded Compact 7) and for Windows CE 8 on ARMv7 (a.k.a., Windows Embedded Compact 2013). by Koutheir Attouchi · 8 years ago
  71. 31b4214 Merge pull request #617 from jmechnich/next-m68k-am-pci-index-8-bit-disp-size-missing-fix by Nguyen Anh Quynh · 8 years ago
  72. 840f140 M68KInstPrinter.c: removed space between register name and size indicator by jmechnich · 8 years ago
  73. 97ee61b M68KInstPrinter.c: print size after register in M68K_AM_PCI_INDEX_8_BIT_DISP by jmechnich · 8 years ago
  74. ab10864 M68KDisassembler.c: fixed typo in d68000_roxr_ea by jmechnich · 8 years ago
  75. cea4cb0 Merge branch 'jmechnich-next-m68k-movem-fix' into next by Nguyen Anh Quynh · 8 years ago
  76. 43b69a8 m68k: indentation by Nguyen Anh Quynh · 8 years ago
  77. 97ae4c3 bugfix: use proper order for operands in M68K movem by jmechnich · 8 years ago
  78. 5441d5c Do not truncate branch target address to 32 bit by Per Mildner · 8 years ago
  79. cbb151b fixed MOVABS flags by unknown · 8 years ago
  80. 4a4418a Revert "rename appveyor.yml to .appveyor.yml" by Nguyen Anh Quynh · 8 years ago
  81. 3abf305 rename appveyor.yml to .appveyor.yml by Nguyen Anh Quynh · 8 years ago
  82. 256090a add CS_OPT_UNSIGNED option to print immediate in unsigned form. only ARM is supported for now (issue #585) by Nguyen Anh Quynh · 8 years ago
  83. 846c608 x86: more indentation by Nguyen Anh Quynh · 8 years ago
  84. eba27eb x86: indentation by Nguyen Anh Quynh · 8 years ago
  85. d646220 Merge branch 'next' of https://github.com/bSr43/capstone into bSr43-next by Nguyen Anh Quynh · 8 years ago
  86. 918215d fix some MSVC warnings by Nguyen Anh Quynh · 9 years ago
  87. 658059e arm64: another attempt to fix MSVC warning by Nguyen Anh Quynh · 9 years ago
  88. 586e439 fix some compilation warnings reported by MSVC by Nguyen Anh Quynh · 9 years ago
  89. a93cff8 fix oob write in arch/AArch64/AArch64InstPrinter.c by Álvaro Felipe Melchor · 9 years ago
  90. 4d1f51e x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  91. 33c216e x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  92. e58f878 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  93. 7772716 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  94. fe10f59 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  95. 885e488 arm64: LDR does not write to second operand by Nguyen Anh Quynh · 9 years ago
  96. 0c2e8a2 arm64: LDR instructions do not read target register by Nguyen Anh Quynh · 9 years ago
  97. 13ecd5f Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  98. 4b5dc21 arm64: TBX & TBL have up to 4 registers in vector list by Nguyen Anh Quynh · 9 years ago
  99. aab7f63 arm64: fix some compilation warnings & indentation by Nguyen Anh Quynh · 9 years ago
  100. 6de6425 Merge branch 'arm64_reg_access' of https://github.com/pranith/capstone into pranith-arm64_reg_access by Nguyen Anh Quynh · 9 years ago