1. 87221fa Add support for the MOS65XX family such as the MOS 6502. by Sebastian Macke · 6 years ago
  2. ed1246d add Ethereum VM architecture by Nguyen Anh Quynh · 6 years ago
  3. 22b4d0e M680X: Target ready for pull request (#1034) by Wolfgang Schwotzer · 7 years ago
  4. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  5. fce4977 Added CAPSTONE_HAS_OSXKERNEL to config.mk by Pb · 9 years ago
  6. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  7. a34fc3a do not modify config.mk by Nguyen Anh Quynh · 9 years ago
  8. 86e8450 renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt by baguette · 10 years ago
  9. 52a8d2a enable disabled archs by Nguyen Anh Quynh · 10 years ago
  10. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  11. 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 10 years ago
  12. e31327d rename USE_SYS_DYN_MEM to CAPSTONE_USE_SYS_DYN_MEM for consistency with other options by Nguyen Anh Quynh · 10 years ago
  13. dc09a9a allow user to customize USE_SYS_DYN_MEM, DIET & X86_REDUCE when compile with make.sh, so there is no need to edit config.mk by Nguyen Anh Quynh · 10 years ago
  14. 4f2049b allow to set archs to be compiled in from environment variable CAPSTONE_ARCHS by Nguyen Anh Quynh · 10 years ago
  15. 6d3c711 correct config.mk since X86-reduce now supports VMX/SVM by Nguyen Anh Quynh · 10 years ago
  16. 477c568 config.mk: set X86_REDUCE back to 'no' as default value by Nguyen Anh Quynh · 10 years ago
  17. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  18. 5fbcc9e config.mk: add more instruction for X86 compact mode by Nguyen Anh Quynh · 10 years ago
  19. 01d8a49 config.mk: explain all the shortnames of X86 instruction sets to be removed for x86-compact by Nguyen Anh Quynh · 10 years ago
  20. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 10 years ago
  21. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 10 years ago
  22. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 10 years ago
  23. b6ece8d fix typo for vsnprintf in config.mk by Nguyen Anh Quynh · 10 years ago
  24. 838b378 minor fixes for config.mk by Nguyen Anh Quynh · 10 years ago
  25. d03edf4 add more instructions to config.mk by Nguyen Anh Quynh · 10 years ago
  26. 833823a config.mk: add missing vnsprintf() to list of dyn memory management functions by Nguyen Anh Quynh · 10 years ago
  27. 951e8e5 minor fix on instructions for config.mk by Nguyen Anh Quynh · 10 years ago
  28. 3b53fc4 Add a comment for config.mk saying we build all archs by default by Nguyen Anh Quynh · 10 years ago
  29. d5ca145 minor fix for config.mk by Nguyen Anh Quynh · 10 years ago
  30. 86ac7ea fix for config.mk by Nguyen Anh Quynh · 10 years ago
  31. 7e5a6b5 config.mk: move more popular options to the top, less to the bottom by Nguyen Anh Quynh · 10 years ago
  32. a1b740f more comment updated in config.mk regarding the 'diet' mode by Nguyen Anh Quynh · 10 years ago
  33. 9ff0990 fix comments in config.mk regarding the 'diet' mode by Nguyen Anh Quynh · 10 years ago
  34. fc83a43 add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40% by Nguyen Anh Quynh · 10 years ago
  35. f6060b8 x86: compress Opcode tables to make data size 3 times smaller. this is without performance sacrifice by using some extra index tables by Nguyen Anh Quynh · 10 years ago
  36. cf4df4b some minor fixes for config.mk by Nguyen Anh Quynh · 10 years ago
  37. 59492c2 enable system's my_malloc/calloc/realloc/free via compile time option by Nguyen Anh Quynh · 10 years ago
  38. 0f9cb0f fix English in config.mk by Nguyen Anh Quynh · 10 years ago
  39. f954f87 initialize all_arch in constructors by Nguyen Anh Quynh · 10 years ago
  40. 0877747 cs_version() can accept NULL arguments. this is useful if you dont care about major/minor, but only want to get returned combined version by Nguyen Anh Quynh · 10 years ago
  41. 5219f64 make it less error-prone to handle config.mk by Nguyen Anh Quynh · 10 years ago
  42. 2c5ba2a Revert to allow multiple arch compilations by danghvu · 10 years ago
  43. 00f01f1 add comments for config.mk by Nguyen Anh Quynh · 10 years ago
  44. 02db488 Either all arch or only one of them by danghvu · 10 years ago
  45. 6f52bf9 Move arch config into config.mk by danghvu · 10 years ago