History log of /external/capstone/arch/Sparc/SparcInstPrinter.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/Sparc/SparcInstPrinter.c
a6609fede895063c62b2ef5710dbc4e473924347 04-May-2016 tandasat <tanda.sat@gmail.com> address warnings with capstone_static_winkernel
/external/capstone/arch/Sparc/SparcInstPrinter.c
40e6a999f0cfbcc381b061c90cf658e958348dd4 11-Apr-2015 NighterMan <jpenalbae@gmail.com> Improved displacement decoding for sparc banching instructions
/external/capstone/arch/Sparc/SparcInstPrinter.c
27a22f8633178df25120782c936dceb5f08d4fd5 10-Apr-2015 NighterMan <jpenalbae@gmail.com> Sparc conditional branches displacement fix
/external/capstone/arch/Sparc/SparcInstPrinter.c
273c6f4a9eca38e949a9a47ea96830c8da4f1b2d 13-Jan-2015 Nguyen Anh Quynh <aquynh@gmail.com> arm64 & sparc: fix some warnings reported by MSVC
/external/capstone/arch/Sparc/SparcInstPrinter.c
b6f4c1da05a76cc349ff3df850a990ea666bbb89 11-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: add missing ICC/XCC registers in operands[] for some alias instructions. bug reported by @pancake
/external/capstone/arch/Sparc/SparcInstPrinter.c
1caeee48aa7a5ceec2d9dbba854beea6046ce622 10-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: absolute address for Bxx instructions. issue reported by @pancake
/external/capstone/arch/Sparc/SparcInstPrinter.c
e16813d8e8357a5e42acbbc96048c213a971e3ce 10-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: get absolute address for CALL. issue reported by @pancake
/external/capstone/arch/Sparc/SparcInstPrinter.c
1738a3e6bfefcae4efce3bbcf557702ac7a44843 16-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: handle some alias instructions & more details for some special instructions. update Python & Java bindings accordingly with new instructions & registers
/external/capstone/arch/Sparc/SparcInstPrinter.c
4b6b15fcb1e9824e1d298899882a61122286e282 26-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> fix more MSVC warnings
/external/capstone/arch/Sparc/SparcInstPrinter.c
a726402513883fb8cec45958c457c788e128f353 15-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly
/external/capstone/arch/Sparc/SparcInstPrinter.c
159ddbd99fae8c435f815aa5251bb6466160cb91 15-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> ppc: add new groups to group_name_maps[]
/external/capstone/arch/Sparc/SparcInstPrinter.c
9b91de0ae349c5e9be25c40dd5901483d76a0939 15-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible
/external/capstone/arch/Sparc/SparcInstPrinter.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/Sparc/SparcInstPrinter.c
5d6383e335bdc98b0f14c43e7221ad61b85f8d08 25-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: SPARC_CC_ICC_N should not have the same value as SPARC_CC_INVALID. bug reported by Jason Oster
/external/capstone/arch/Sparc/SparcInstPrinter.c
64564815081383385309135f6ae5b8502d28a9aa 19-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax
/external/capstone/arch/Sparc/SparcInstPrinter.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/Sparc/SparcInstPrinter.c
a3c9bd678faed15a0f8c3463933c79b541246317 26-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: more fix to print negative numbers in more friendly way
/external/capstone/arch/Sparc/SparcInstPrinter.c
641be49c2f44ab71268fa6ccca74d7c7bd3d7497 10-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> sparc: fix mnemnonic for some alias instructions
/external/capstone/arch/Sparc/SparcInstPrinter.c
05e27138aef5dea54576d2916d92d2f7bd1f3956 10-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> core: add Sparc arch
/external/capstone/arch/Sparc/SparcInstPrinter.c