History log of /external/capstone/arch/XCore/XCoreInstPrinter.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f177f92a7c9bea2dd7259577175cfa13579ec425 27-Sep-2016 Satoshi Tanda <tanda.sat@gmail.com> suppress MSVC code analysis (PREfast) warnings

Signed-off-by: Satoshi Tanda <tanda.sat@gmail.com>
/external/capstone/arch/XCore/XCoreInstPrinter.c
a6609fede895063c62b2ef5710dbc4e473924347 04-May-2016 tandasat <tanda.sat@gmail.com> address warnings with capstone_static_winkernel
/external/capstone/arch/XCore/XCoreInstPrinter.c
b158b93a7d941a52bedd64ca6b78ff18de9b6ca3 26-Apr-2016 Nguyen Anh Quynh <aquynh@gmail.com> remove myinttypes.h
/external/capstone/arch/XCore/XCoreInstPrinter.c
2a8091beb4ab52dbf61fd0bee4bbf6230ffcb383 05-Jun-2015 Nguyen Anh Quynh <aquynh@gmail.com> xcore: increase op_count in set_mem_access() only on register operand. bug reported by Ben Nagy
/external/capstone/arch/XCore/XCoreInstPrinter.c
7c2f5b615a34513865455d779bb4a47c61476d66 05-Jun-2015 Nguyen Anh Quynh <aquynh@gmail.com> xcore: turn off doing_mem after each printing each instruction. this fixes a memory corruption reported by @felixgr
/external/capstone/arch/XCore/XCoreInstPrinter.c
9d60607645103528e532509fca6cd34e0b25a7cb 29-Mar-2015 Cr4sh <cr4sh0@gmail.com> inttypes.h fix
/external/capstone/arch/XCore/XCoreInstPrinter.c
22278ec937103e3bac09599436e827d309018cb2 17-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> mips & xcore: some safety guards to make sure printOperand() do not overflow Operands[] for some unknown reasons
/external/capstone/arch/XCore/XCoreInstPrinter.c
ced9d24e35f869d6c86a0c053a27c8fbc78aac5a 21-Sep-2014 Yegor Derevenets <yegor.derevenets@gmail.com> Workaround missing <inttypes.h> on MSVC 2010
/external/capstone/arch/XCore/XCoreInstPrinter.c
88fca42a5f7221710f2492595a1062459da2127a 16-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> xcore: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible
/external/capstone/arch/XCore/XCoreInstPrinter.c
b95647d2c164d6d4549bef8129da6a82b164cce9 09-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> systemz & xcore: create details only when detail mode is ON. this fixes some crashes in tests/test
/external/capstone/arch/XCore/XCoreInstPrinter.c
29fd0f640567d3db5e1deacd2f78da75aedb2628 09-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6
/external/capstone/arch/XCore/XCoreInstPrinter.c
3a5965eb05b53714597ab187f46504e8bc487b63 28-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> xcore: fix some warnings with Diet mode
/external/capstone/arch/XCore/XCoreInstPrinter.c
b2e566ac88f4965faccee20592b8a4bdbcafc459 28-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> xcore: use strcpy() rather than strncpy()
/external/capstone/arch/XCore/XCoreInstPrinter.c
2a33afe6e822a36a21402be0df0719bde5a7469f 27-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> msvc: make MSVC shutup on strncpy()
/external/capstone/arch/XCore/XCoreInstPrinter.c
be2b788dc11eac143dd9cfa5075522fd263ec2c9 27-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> xcore: handle details for some special tricky instructions
/external/capstone/arch/XCore/XCoreInstPrinter.c
553bb488d792a4f1ff0777fc2deac5090c791c5c 26-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: support XCore
/external/capstone/arch/XCore/XCoreInstPrinter.c
c80d840ffce9f9bcb1ab0aeb9e890884cad7ebbf 26-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> add XCore architecture
/external/capstone/arch/XCore/XCoreInstPrinter.c