1. 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
  2. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  3. cb6fc59 remove redundant return in MCInst_Init() by Nguyen Anh Quynh · 10 years ago
  4. 495295e MCInst_Init() is arch-independent by Nguyen Anh Quynh · 10 years ago
  5. 370b7d7 remove unused MCInst/MCOperand functions by Nguyen Anh Quynh · 10 years ago
  6. 264ca37 MCInst_addOperand2() does not need to return value by Nguyen Anh Quynh · 10 years ago
  7. 215e76b ppc: use MCInst_insert0() instead of MCInst_insert() to avoid malloc/free by Nguyen Anh Quynh · 10 years ago
  8. 0f648ea arm: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free to improve performance by Nguyen Anh Quynh · 10 years ago
  9. 5329a6f directly update cs_insn from MCInst interface to avoid multiple memcpy() by Nguyen Anh Quynh · 10 years ago
  10. 30c0659 optimize memset() of MCInst_Init() by Nguyen Anh Quynh · 10 years ago
  11. cf08138 x86: more simplification on managing MCOperand. this also fixes a bug in handling memory reference instructions by Nguyen Anh Quynh · 10 years ago
  12. 937e483 x86: avoid malloc/free MCOperand with new API of MCInst: MCInst_addOperand0, MCInst_CreateReg0, MCInst_CreateImm0 by Nguyen Anh Quynh · 10 years ago
  13. 30e4d7f Disassembler -> Disassembly. also delete an orphaned file by Nguyen Anh Quynh · 10 years ago
  14. a8eb7a5 rename memory function pointer types to have cs_ prefix. also rename internal function pointers my_* to have cs_mem_ prefix - suggested by Pancake by Nguyen Anh Quynh · 11 years ago
  15. 24bf0d9 add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic memory management. idea proposed by Pancake by Nguyen Anh Quynh · 11 years ago
  16. 39da426 arm: fix a memory leaking bug by Nguyen Anh Quynh · 11 years ago
  17. 173ed2b arm: upgrade core engine by Nguyen Anh Quynh · 11 years ago
  18. 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
  19. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago