1. 2df9a8e suppress MSVC code analysis (PREfast) warnings by Satoshi Tanda · 8 years ago
  2. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  3. 45e5eab port Windows driver support by tandasat · 8 years ago
  4. 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
  5. 22bc86f xcore: increase op_count in set_mem_access() only on register operand. bug reported by Ben Nagy by Nguyen Anh Quynh · 9 years ago
  6. f16c9bd xcore: turn off doing_mem after each printing each instruction. this fixes a memory corruption reported by @felixgr by Nguyen Anh Quynh · 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. bb5dcce core: put insns[] into separate .inc files to make it easier to manage by Nguyen Anh Quynh · 10 years ago
  14. bfcaba5 2015 by Nguyen Anh Quynh · 10 years ago
  15. 338f2ea xcore: update core by Nguyen Anh Quynh · 10 years ago
  16. c87ccd1 mips: fix bugs in the last update by Nguyen Anh Quynh · 10 years ago
  17. 9c10ace Make pkg-config and source consistent with installation by pancake · 10 years ago
  18. 22278ec mips & xcore: some safety guards to make sure printOperand() do not overflow Operands[] for some unknown reasons by Nguyen Anh Quynh · 10 years ago
  19. 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
  20. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  21. 0c07cc9 zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode by Nguyen Anh Quynh · 10 years ago
  22. ed1234a xcore: update core by Nguyen Anh Quynh · 10 years ago
  23. 4db4d9b xcore: fix an warning of unused array when DIET mode is enable by Nguyen Anh Quynh · 10 years ago
  24. 650f96c add new API cs_group_name() to return group name in string, given the group id by Nguyen Anh Quynh · 10 years ago
  25. cae09bf replace offset_of with offsetof from stddef.h by Nguyen Anh Quynh · 10 years ago
  26. d06f3d6 xcore: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free by Nguyen Anh Quynh · 10 years ago
  27. 88fca42 xcore: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible by Nguyen Anh Quynh · 10 years ago
  28. 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
  29. 69582d7 initialize cs_insn.detail by properly zero-out right members for each arch by Nguyen Anh Quynh · 10 years ago
  30. 29fd0f6 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6 by Nguyen Anh Quynh · 10 years ago
  31. d002319 cmake: support Sparc, SystemZ & XCore by Nguyen Anh Quynh · 10 years ago
  32. 3a5965e xcore: fix some warnings with Diet mode by Nguyen Anh Quynh · 10 years ago
  33. b2e566a xcore: use strcpy() rather than strncpy() by Nguyen Anh Quynh · 10 years ago
  34. 2a33afe msvc: make MSVC shutup on strncpy() by Nguyen Anh Quynh · 10 years ago
  35. dc1af54 msvc: fix warnings by Nguyen Anh Quynh · 10 years ago
  36. be2b788 xcore: handle details for some special tricky instructions by Nguyen Anh Quynh · 10 years ago
  37. 04f2ec6 cleanup redundant headers included by Nguyen Anh Quynh · 10 years ago
  38. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  39. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago