Sign in
android
/
platform
/
external
/
capstone
/
64564815081383385309135f6ae5b8502d28a9aa
/
arch
/
PowerPC
/
PPCInstPrinter.c
6456481
x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax
by Nguyen Anh Quynh
· 11 years ago
8598a21
enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up
by Nguyen Anh Quynh
· 11 years ago
bb0744d
do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC
by Nguyen Anh Quynh
· 11 years ago
42706a3
indentation with tab
by Nguyen Anh Quynh
· 11 years ago
779d4c7
first changes to get a successfully compiled version of capstone on VS2012
by Axel 0vercl0k Souchet
· 11 years ago
2eb37ee
ppc: disable some redundant functions when Diet option is enable
by Nguyen Anh Quynh
· 11 years ago
1514d5c
ppc: cleaning up
by Nguyen Anh Quynh
· 11 years ago
ca9a7ab
ppc: fix a segfault in Diet mode
by Nguyen Anh Quynh
· 11 years ago
a82a089
more more fixes on C coding style
by Nguyen Anh Quynh
· 11 years ago
46018db
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).
by Alex Ionescu
· 11 years ago
3732725
rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu
by Nguyen Anh Quynh
· 11 years ago
e51e227
ppc & x86: add third dummy MRI argument to printInstruction() to make it consistent with other archs
by Nguyen Anh Quynh
· 11 years ago
c740407
move internal memory management declarations from utils.h to cs_priv.h
by Nguyen Anh Quynh
· 11 years ago
2b14fcd
ppc: update ppc.bh in post-printer
by Nguyen Anh Quynh
· 11 years ago
f1d489b
ppc: support details information
by Nguyen Anh Quynh
· 11 years ago
cef6b27
remove -x from PPC files
by Nguyen Anh Quynh
· 11 years ago
19b0de3
moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands
by Nguyen Anh Quynh
· 11 years ago
9c5b328
ppc: rename ppc_cc to ppc_bc
by Nguyen Anh Quynh
· 11 years ago
bacf4c8
add the missing arch/PowerPC directory
by Nguyen Anh Quynh
· 11 years ago