1. be2b788 xcore: handle details for some special tricky instructions by Nguyen Anh Quynh · 10 years ago
  2. 8c1c36f update TODO by Nguyen Anh Quynh · 10 years ago
  3. 4d00986 java: add Xcore support by Nguyen Anh Quynh · 10 years ago
  4. 2eff6a3 msvc: support XCore by Nguyen Anh Quynh · 10 years ago
  5. f721e31 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  6. 8f50ba8 Merge branch 'next' into xcore by Nguyen Anh Quynh · 10 years ago
  7. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  8. 2cf9c52 x86: MOV64rr belongs to GRP_MODE64 group. bug reported by Jason Oster by Nguyen Anh Quynh · 10 years ago
  9. d0f3e15 python: fix Xcore bug by Nguyen Anh Quynh · 10 years ago
  10. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  11. 52a8d2a enable disabled archs by Nguyen Anh Quynh · 10 years ago
  12. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  13. 3dc080c systemz: cleanup SystemZGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  14. 5a5d8a7 python & java: fix Sparc's CC constants after the last change in the core by Nguyen Anh Quynh · 10 years ago
  15. 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
  16. 708d151 Merge pull request #127 from parasyte/bug/SystemZ/r0l-reg by Nguyen Anh Quynh · 10 years ago
  17. 6380446 Add `r0l` register to SystemZMapping.c by Jason Oster · 10 years ago
  18. 0ebbf1e python: ArmOpValue.imm uses int32 type after the last change in the core by Nguyen Anh Quynh · 10 years ago
  19. eddf47c Merge pull request #125 from parasyte/ticket-124 by Nguyen Anh Quynh · 10 years ago
  20. aa60b8c [#124] ARM: Make `imm` detail field signed. by Jason Oster · 10 years ago
  21. e96e34d python: test_x86.py print prefixes with a space between consecutive bytes by Nguyen Anh Quynh · 10 years ago
  22. 4ebd062 x86: cleanup unused code by Nguyen Anh Quynh · 10 years ago
  23. fed098f x86: eliminate irrelevant prefixes in x86.prefix[] - such as f2/f3 prefixed irrelevant instructions by Nguyen Anh Quynh · 10 years ago
  24. 1e93adf x86: add CL operand into details for 'SHL *, CL' instruction by Nguyen Anh Quynh · 10 years ago
  25. 7a65ad7 x86: detail operands for 'fstpnce st(0), st(0)' & 'fstpst(7), st(0)' by Nguyen Anh Quynh · 10 years ago
  26. 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
  27. 3a86d92 x86: correct instructions related to REP prefix by Nguyen Anh Quynh · 10 years ago
  28. 1d6f7ee x86: prefix REP/REPNE are only relevant for MOVS/CMPS/SCAS/LDOS/STOS/INS/OUTS instructions by Nguyen Anh Quynh · 10 years ago
  29. 7a75baa Merge pull request #122 from parasyte/next by Nguyen Anh Quynh · 10 years ago
  30. 984ed7e MIPS: Add HI, LO, and PC registers to MipsMapping.c by Jason Oster · 10 years ago
  31. 2c61656 tests: correct the prototype of mycallback() in test_skipdata by Nguyen Anh Quynh · 10 years ago
  32. 50fdc6c Merge with upstream by danghvu · 10 years ago
  33. 69a7c2d Make test_skipdata performs tests by default by danghvu · 10 years ago
  34. 7b91574 TODO: remove Python3 & MSVC from wanted features by Nguyen Anh Quynh · 10 years ago
  35. 6f9b113 update COMPILE_MSVC.TXT by Nguyen Anh Quynh · 10 years ago
  36. 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
  37. f338657 x86: set syntax variable when changing syntax with cs_option() by Nguyen Anh Quynh · 10 years ago
  38. f260c20 fix some conflicts when merging msvc2 into next by Nguyen Anh Quynh · 10 years ago
  39. 1922b2f arm64: clean reg_name_maps[] by Nguyen Anh Quynh · 10 years ago
  40. 61882e5 msvc: update documentation for VS2010 by Nguyen Anh Quynh · 10 years ago
  41. 9693450 arm64: do not consider WZR & XZR alias registers by Nguyen Anh Quynh · 10 years ago
  42. cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
  43. 688efe3 python: properly handle SIB's registers on irrelevant cases (zero value) of test_x86.py by Nguyen Anh Quynh · 10 years ago
  44. 1aa60d0 python: handle invalid argument (zero) for reg_name() & insn_name() of class CsInsn by Nguyen Anh Quynh · 10 years ago
  45. 1098329 python: refactor tests, so it is possible to reuse print_insn_detail() of all archs by Nguyen Anh Quynh · 10 years ago
  46. fc3636a python: update test_all.py by Nguyen Anh Quynh · 10 years ago
  47. 7dcb1dd Merge branch 'test' into msvc2 by Nguyen Anh Quynh · 10 years ago
  48. 015849d update .gitignore for VS2010 by Nguyen Anh Quynh · 10 years ago
  49. c3d0d22 msvc: fix for VS2010 by Nguyen Anh Quynh · 10 years ago
  50. 0273468 msvc: support VS2010 by Nguyen Anh Quynh · 10 years ago
  51. bf7df4b update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  52. cb59106 remove some more forgotten stdbool.h by Nguyen Anh Quynh · 10 years ago
  53. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  54. e2d9416 msvc: add inttypes.h for pre-VS2012 compiler (without C99 support) by Nguyen Anh Quynh · 10 years ago
  55. 9389353 tests: fix warnings caused by unused variable/function in test_skipdata.c by Nguyen Anh Quynh · 10 years ago
  56. 171eb75 stdbool.h is only available in C99-supported compiler by Nguyen Anh Quynh · 10 years ago
  57. e76abf4 move prototype of strcasecmp for MSVC into utils.h, and remove platform.h by Nguyen Anh Quynh · 10 years ago
  58. e079f10 remove more redundant code in platform.h by Nguyen Anh Quynh · 10 years ago
  59. 8d8cd79 remove redundant code in platform.h by Nguyen Anh Quynh · 10 years ago
  60. dcc6ebe msvc: add included directory by Nguyen Anh Quynh · 10 years ago
  61. 1d2e69b msvc: remove headers/ directory & replace it with include/platform.h by Nguyen Anh Quynh · 10 years ago
  62. 35713b1 Merge branch 'msvc2' of https://github.com/aquynh/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  63. 01f4839 update instructions in COMPILE* by Nguyen Anh Quynh · 10 years ago
  64. 1127504 msvc: rename msvc-2012.sln to capstone.sln by Nguyen Anh Quynh · 10 years ago
  65. d0c38d5 msvc: rename libraries: capstone.lib to libcapstone.lib, capstone.dll to libcapstone.dll. this is to be consistent with the libs generated by cross-platform compilation on *nix by Nguyen Anh Quynh · 10 years ago
  66. 78a7d36 Merge branch 'msvc2' of https://github.com/aquynh/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  67. e27d101 msvc: bool date type should have 1 byte size, not 4. C++ compiler exposed this issue. bug reported by Axel Souchet by Nguyen Anh Quynh · 10 years ago
  68. 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
  69. f785026 x86: enable AT&T code only when DIET mode is off by Nguyen Anh Quynh · 10 years ago
  70. 16d9c6c update .gitignore by Nguyen Anh Quynh · 10 years ago
  71. 811963e msvc: replace - with _ in filenames & dirs for consistency by Nguyen Anh Quynh · 10 years ago
  72. 897379f Merge pull request #119 from danghvu/next by Nguyen Anh Quynh · 10 years ago
  73. 461ab82 Fix broken java binding by danghvu · 10 years ago
  74. cdf6b82 Fix mismatch tests' output of python binding by danghvu · 10 years ago
  75. e1c7a21 Avoid modifying the raw LDFLAGS directly by danghvu · 10 years ago
  76. 7cc5e9b Makefile: clean target should delete libs created by all ways of building by Nguyen Anh Quynh · 10 years ago
  77. 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
  78. 0ffd811 merge next branch by Nguyen Anh Quynh · 10 years ago
  79. 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
  80. 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
  81. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  82. 9c02b27 update COMPILE_MSVC.TXT by Nguyen Anh Quynh · 10 years ago
  83. ba37f33 msvc: update COMPILE_MSVC.TXT for more detail instructions by Nguyen Anh Quynh · 10 years ago
  84. 8c2e2db fix an warning on unused local variable in fill-insn() when CAPSTONE_DIET is defined by Nguyen Anh Quynh · 10 years ago
  85. 928e113 msvc: add 2 predefined macros CAPSTONE_DIET_NO & CAPSTONE_X86_REDUCE_NO by Nguyen Anh Quynh · 10 years ago
  86. d8301d6 rename the project names in order to be consisten with *nix's ones by Axel 0vercl0k Souchet · 10 years ago
  87. 0c478ab Fix Makefile to use && as well in bindings by danghvu · 10 years ago
  88. ad66420 Switch to cd && make from make -C by danghvu · 10 years ago
  89. 0a9a9df added capstone-dll, renamed the static lib output (capstone.lib now) by Axel 0vercl0k Souchet · 10 years ago
  90. 1f0615f the tests won't build if the library hasn't been generated now by Axel 0vercl0k Souchet · 10 years ago
  91. eb2e840 x86: fix C89 issues for X86GenAsmWriter1_reduce.inc & X86GenAsmWriter_reduce.inc by Nguyen Anh Quynh · 10 years ago
  92. cfcace3 arm: make checkDecoderPredicate() handle boolean casting for MSVC (redone in more systematic way for autogen code) by Nguyen Anh Quynh · 10 years ago
  93. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  94. ef3e450 arm: checkDecoderPredicate() needs to handle Bool data type in the way that MSVC can understand by Nguyen Anh Quynh · 10 years ago
  95. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  96. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  97. 638835a fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  98. 3878ff0 skipdata: change data type of callback's offset to uint64_t by Nguyen Anh Quynh · 10 years ago
  99. abffe02 sparc: recover autogen code in arch/Sparc/SparcGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  100. 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