1. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  2. bfcaba5 2015 by Nguyen Anh Quynh · 9 years ago
  3. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  4. e19490e arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 by Nguyen Anh Quynh · 9 years ago
  5. ff7bba3 x86: print out immediate as positive number for logic arithmetic operations: AND, OR, XOR. only works for x86 Intel syntax so far. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  6. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  7. 1085073 x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas by Nguyen Anh Quynh · 10 years ago
  8. b287301 bump number of operands supported by MCInst to 48. this fixes a segfault in ARM by Nguyen Anh Quynh · 10 years ago
  9. 495295e MCInst_Init() is arch-independent by Nguyen Anh Quynh · 10 years ago
  10. 370b7d7 remove unused MCInst/MCOperand functions by Nguyen Anh Quynh · 10 years ago
  11. 264ca37 MCInst_addOperand2() does not need to return value by Nguyen Anh Quynh · 10 years ago
  12. 215e76b ppc: use MCInst_insert0() instead of MCInst_insert() to avoid malloc/free by Nguyen Anh Quynh · 10 years ago
  13. 0f648ea arm: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free to improve performance by Nguyen Anh Quynh · 10 years ago
  14. 29fd0f6 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6 by Nguyen Anh Quynh · 10 years ago
  15. 5329a6f directly update cs_insn from MCInst interface to avoid multiple memcpy() by Nguyen Anh Quynh · 10 years ago
  16. 30c0659 optimize memset() of MCInst_Init() by Nguyen Anh Quynh · 10 years ago
  17. 99e69e1 remove a redundant call to memset() in cs_disasm_ex() by Nguyen Anh Quynh · 10 years ago
  18. cf08138 x86: more simplification on managing MCOperand. this also fixes a bug in handling memory reference instructions by Nguyen Anh Quynh · 10 years ago
  19. 937e483 x86: avoid malloc/free MCOperand with new API of MCInst: MCInst_addOperand0, MCInst_CreateReg0, MCInst_CreateImm0 by Nguyen Anh Quynh · 10 years ago
  20. 46b6693 x86: save prefixes to avoid expensive copying loop. based on idea of Dang Hoang Vu by Nguyen Anh Quynh · 10 years ago
  21. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  22. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  23. 45c77ae x86: handle tricky instructions related to MULPD at http://habrahabr.ru/company/intel/blog/200658/ by Nguyen Anh Quynh · 10 years ago
  24. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  25. 6023ef7 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  26. e51cf36 x86: do not print negative immediate. request of Le Dinh Long by Nguyen Anh Quynh · 10 years ago
  27. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 10 years ago
  28. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 10 years ago
  29. 13f40d2 x86: upgrade core by Nguyen Anh Quynh · 10 years ago
  30. 0636f68 increase size of @op_str to 160 to contain long operand string of some Neon Arm instructions by Nguyen Anh Quynh · 10 years ago
  31. 3d56b82 extend @op_str of cs_insn_flat following the core change by Nguyen Anh Quynh · 10 years ago
  32. ae3649f rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring by Nguyen Anh Quynh · 11 years ago
  33. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  34. 4fe224b change API cs_disasm_dyn(): break cs_insn into 2 structures, and put all details into new structure cs_detail. this break API compatibility by Nguyen Anh Quynh · 11 years ago
  35. a209e67 support to turn on/off building instruction details by Nguyen Anh Quynh · 11 years ago
  36. 6b7abe3 arm64: handle alias insn in a better way, and add support for MNEG. bug reported by Patroklos Argyroudis by Nguyen Anh Quynh · 11 years ago
  37. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago