1. 65da43d Declare global arch arrays with contents (next branch) (#1186) by Travis Finkenauer · 6 years ago
  2. 1958fe8 SystemZ MIN_INT right print (#1182) by Catena cyber · 6 years ago
  3. 5c30212 prefix cs_ to global variables to avoid link problems (#1108) by Alberto Garcia Illera · 7 years ago
  4. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  5. 45e5eab port Windows driver support by tandasat · 8 years ago
  6. 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 · 9 years ago
  7. 1182d25 simplify ARCH_group_name() by using lookup table as suggested by @learn_more. also added the missing group name for GRP_PRIVILEGE by Nguyen Anh Quynh · 10 years ago
  8. 19ee2d1 inttypes.h fix by Cr4sh · 10 years ago
  9. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 10 years ago
  10. fcde1e1 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  11. 21b0bdd Fix indent issue by pancake · 10 years ago
  12. a7837a4 sparc, systemz, xcore: getInstruction() should return boolean instead of DecodeStatus by Nguyen Anh Quynh · 10 years ago
  13. 037e01f core: remove unused Subregister indices for Sparc, PPC, SystemZ & Mips by Nguyen Anh Quynh · 10 years ago
  14. bb5dcce core: put insns[] into separate .inc files to make it easier to manage by Nguyen Anh Quynh · 10 years ago
  15. bfcaba5 2015 by Nguyen Anh Quynh · 10 years ago
  16. 603a32e systemz: upgrade core by Nguyen Anh Quynh · 10 years ago
  17. c87ccd1 mips: fix bugs in the last update by Nguyen Anh Quynh · 10 years ago
  18. 9c10ace Make pkg-config and source consistent with installation by pancake · 10 years ago
  19. c2ea812 fix cs_group_name() after the change on generic group ids by Nguyen Anh Quynh · 10 years ago
  20. d7e42b7 rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly by Nguyen Anh Quynh · 10 years ago
  21. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  22. 0c07cc9 zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode by Nguyen Anh Quynh · 10 years ago
  23. a7792ae systemz: update core. also update Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  24. 5d80678 Merge branch 'next' of https://github.com/flyingsymbols/capstone into arm by Nguyen Anh Quynh · 10 years ago
  25. 298d413 * added a test file to suite for testing invalid and valid instruction sequences by flyingsymbols · 10 years ago
  26. 4d2eba7 systemz: initialize detail->sysz in SystemZ_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  27. 39d6b2f systemz: initialize detail->sysz in SystemZ_getInstruction. bug reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  28. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  29. cae09bf replace offset_of with offsetof from stddef.h by Nguyen Anh Quynh · 10 years ago
  30. 7062988 systemz: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free by Nguyen Anh Quynh · 10 years ago
  31. bddd215 systemz: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible by Nguyen Anh Quynh · 10 years ago
  32. 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
  33. 69582d7 initialize cs_insn.detail by properly zero-out right members for each arch by Nguyen Anh Quynh · 10 years ago
  34. 29fd0f6 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6 by Nguyen Anh Quynh · 10 years ago
  35. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  36. 3dc080c systemz: cleanup SystemZGenDisassemblerTables.inc by Nguyen Anh Quynh · 10 years ago
  37. 6380446 Add `r0l` register to SystemZMapping.c by Jason Oster · 10 years ago
  38. 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
  39. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  40. 805fed5 make checkDecoderPredicate() handle boolean casting for MSVC by Nguyen Anh Quynh · 10 years ago
  41. 043702e more fixes for warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  42. 6893ec5 more warnings fixed reported by MSVC by Nguyen Anh Quynh · 10 years ago
  43. 638835a fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  44. 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
  45. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  46. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  47. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 11 years ago
  48. 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 · 11 years ago
  49. 9df79af systemz: cleanup by Nguyen Anh Quynh · 11 years ago
  50. 2579a3f systemz: add a missing operand for instructions involving PCRel by Nguyen Anh Quynh · 11 years ago
  51. 6db860a systemz: indentation by Nguyen Anh Quynh · 11 years ago
  52. d889290 Remove C++ dependency and fix SystemZ initialization by pancake · 11 years ago
  53. 7e92884 systemz: fix for details by Nguyen Anh Quynh · 11 years ago
  54. d04aad7 systemz: support Diet option by Nguyen Anh Quynh · 11 years ago
  55. f0ff961 systemz: print immediates in range [-9, 9] without 0x prefix by Nguyen Anh Quynh · 11 years ago
  56. da1e833 systemz: support accesss register operand by Nguyen Anh Quynh · 11 years ago
  57. b3d000a fix SystemZ on Op by Nguyen Anh Quynh · 11 years ago
  58. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 11 years ago