History log of /external/capstone/arch/PowerPC/PPCDisassembler.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
06eacaf4c82e93fd6449829fcd6f8955c9e996b4 16-Jun-2015 Nguyen Anh Quynh <aquynh@gmail.com> ppc: return failure when Base>=32 in decodeMemRIOperands()
/external/capstone/arch/PowerPC/PPCDisassembler.c
d49ec461abf84abc7133e33f8680caa72876ce21 16-Jun-2015 Nguyen Anh Quynh <aquynh@gmail.com> ppc: handle invalid CR bits with more than 8 zeros in decodeCRBitMOperand(). bug reported by @felixgr
/external/capstone/arch/PowerPC/PPCDisassembler.c
0c07cc9b06c93ba2d24ac1f3170a5b5c39bbabe0 27-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode
/external/capstone/arch/PowerPC/PPCDisassembler.c
dd3deec1e9714917ca5c6680fdaa886f49118c44 15-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> ppc: update core. this added new instructions, groups & registers. updated Python & Java bindings accordingly
/external/capstone/arch/PowerPC/PPCDisassembler.c
cae09bf54360d94ff4177375f5477f5e5b06d83f 17-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> replace offset_of with offsetof from stddef.h
/external/capstone/arch/PowerPC/PPCDisassembler.c
215e76b2233b3bdb8491a7f55b22dbfcb34eb176 16-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> ppc: use MCInst_insert0() instead of MCInst_insert() to avoid malloc/free
/external/capstone/arch/PowerPC/PPCDisassembler.c
7f945d3655c4f5a98319c89da3cc7474b06f583a 15-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> ppc: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free
/external/capstone/arch/PowerPC/PPCDisassembler.c
69582d71ae47814e9dcd9c3b70af5a3f48788b6b 09-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> initialize cs_insn.detail by properly zero-out right members for each arch
/external/capstone/arch/PowerPC/PPCDisassembler.c
8598a219f303802198439f9fc0884dffe19b3b11 14-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up
/external/capstone/arch/PowerPC/PPCDisassembler.c
42706a39e24b11aed91e309a0a4bf2abc2e0c7fd 09-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> indentation with tab
/external/capstone/arch/PowerPC/PPCDisassembler.c
779d4c75d90b0c0a99319f2f6ce9ec6822926bd1 09-May-2014 Axel 0vercl0k Souchet <0vercl0k@tuxfamily.org> first changes to get a successfully compiled version of capstone on VS2012
/external/capstone/arch/PowerPC/PPCDisassembler.c
958927eb56e67bb9f2114d01dd851b37bc05750c 08-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> clean up after the last removal of SubtargetFeature.h
/external/capstone/arch/PowerPC/PPCDisassembler.c
a5ffdc3a80eb4a09c97a37de7714d7cbdab6ccfb 07-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> x86: properly handle LOCK/REP in the core, so remove buch of hacks
/external/capstone/arch/PowerPC/PPCDisassembler.c
2cff6f61fcb2c41fe4fbd8028ef53fb01abefa06 28-Apr-2014 Nguyen Anh Quynh <aquynh@gmail.com> x86: handle instructions with LOCK/REP/REPNE prefix after other prefixes. bear with this until we have a better approach
/external/capstone/arch/PowerPC/PPCDisassembler.c
b8a57fe285e684a7ae8475a2641f4013aed85621 23-Jan-2014 Alex Ionescu <aionescu+github@gmail.com> Additional MSVC fixes, including to fixed tables (temporary so Quynh can see what to do).
/external/capstone/arch/PowerPC/PPCDisassembler.c
46018db884541cda3d5fe74c511ffc5598f6b4dd 22-Jan-2014 Alex Ionescu <aionescu+github@gmail.com> Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done).
/external/capstone/arch/PowerPC/PPCDisassembler.c
cef6b27e955d334f18df216765c1045a2ec3bf66 31-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> remove -x from PPC files
/external/capstone/arch/PowerPC/PPCDisassembler.c
ec79f401b150f1a14f14d5503b4dff940b440b44 31-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> ppc: rename PPC_getFeatureBits() to getFeatureBits()
/external/capstone/arch/PowerPC/PPCDisassembler.c
bacf4c81563675dc4f6fd496f6aec66db1431187 29-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> add the missing arch/PowerPC directory
/external/capstone/arch/PowerPC/PPCDisassembler.c