21 Commits (cd18208f49fc9b70919071828ec5a0910f2fc315)

Author SHA1 Message Date
Nguyen Anh Quynh d7e42b7d36 rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly 10 years ago
Yegor Derevenets ced9d24e35 Workaround missing <inttypes.h> on MSVC 2010 10 years ago
Nguyen Anh Quynh 0c07cc9b06 zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode 10 years ago
Nguyen Anh Quynh ed1234a892 xcore: update core 10 years ago
Nguyen Anh Quynh 4db4d9bdd7 xcore: fix an warning of unused array when DIET mode is enable 10 years ago
Nguyen Anh Quynh 650f96ce43 add new API cs_group_name() to return group name in string, given the group id 10 years ago
Nguyen Anh Quynh cae09bf543 replace offset_of with offsetof from stddef.h 10 years ago
Nguyen Anh Quynh d06f3d662b xcore: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free 10 years ago
Nguyen Anh Quynh 88fca42a5f xcore: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible 10 years ago
Nguyen Anh Quynh b95647d2c1 systemz & xcore: create details only when detail mode is ON. this fixes some crashes in tests/test 10 years ago
Nguyen Anh Quynh 69582d71ae initialize cs_insn.detail by properly zero-out right members for each arch 10 years ago
Nguyen Anh Quynh 29fd0f6405 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd4 10 years ago
Nguyen Anh Quynh d0023197eb cmake: support Sparc, SystemZ & XCore 10 years ago
Nguyen Anh Quynh 3a5965eb05 xcore: fix some warnings with Diet mode 10 years ago
Nguyen Anh Quynh b2e566ac88 xcore: use strcpy() rather than strncpy() 10 years ago
Nguyen Anh Quynh 2a33afe6e8 msvc: make MSVC shutup on strncpy() 10 years ago
Nguyen Anh Quynh dc1af545c0 msvc: fix warnings 10 years ago
Nguyen Anh Quynh be2b788dc1 xcore: handle details for some special tricky instructions 10 years ago
Nguyen Anh Quynh 04f2ec6d0f cleanup redundant headers included 10 years ago
Nguyen Anh Quynh 553bb488d7 python: support XCore 10 years ago
Nguyen Anh Quynh c80d840ffc add XCore architecture 10 years ago