1. c4dbf07 ppc: make sure alias mnememonic is not empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  2. 4e732c7 Populate PowerPC slwi/srwi instruction details with SH operand. by Peter Mackay · 10 years ago
  3. e07bc91 ppc: fix a stupid mistake on printing operands of MR instruction by Nguyen Anh Quynh · 10 years ago
  4. d82b28a ppc: do not print a dot in front of absolute address. issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  5. 5c0d9a4 Add '4*cri+cond' to operand list by kratolp · 10 years ago
  6. f2b699a Don't add cr0 to the operand list as it's not displayed by the disassembly by kratolp · 10 years ago
  7. e96935e ppc: remove duplicate op_addReg() in printAliasInstrEx() by Nguyen Anh Quynh · 10 years ago
  8. 48eb13c ppc: add detail for alias instructions introduced in the latest change by @kratolp by Nguyen Anh Quynh · 10 years ago
  9. 6b731a0 fix conflicts when merging by Nguyen Anh Quynh · 10 years ago
  10. 630bcd6 ppc: c99 by Nguyen Anh Quynh · 10 years ago
  11. 70fa90f ppc: coding style by Nguyen Anh Quynh · 10 years ago
  12. 7383510 Merge branch 'next' of https://github.com/aquynh/capstone into next by kratolp · 10 years ago
  13. a3f0aef PPC: Fix absolute/relative offset for branch instruction by kratolp · 10 years ago
  14. 7e644f0 ppc: initialize needComma to false. issue reported by Coverity by Nguyen Anh Quynh · 10 years ago
  15. 6756edd ppc: alias instructions handled by printAliasInstrEx() miss CR* registers in detail mode. fixed by Nguyen Anh Quynh · 10 years ago
  16. ca44c48 ppc: coding style for PPCInstPrinter.c by Nguyen Anh Quynh · 10 years ago
  17. f0221a2 * Fix pcc branch offset in a better way by kratolp · 10 years ago
  18. 7e57e79 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  19. 9d63839 ppc: move our own alias instructions to PPCInstPrinter.c to isolate them from auto-gen code of LLVM by Nguyen Anh Quynh · 10 years ago
  20. 05d4b83 Extend sign of the branch destination operand by kratolp · 10 years ago
  21. f46ef2e ppc: alias instruction for 'gBC 4, 2, target' to 'bne target'. issue reported by @kratolp by Nguyen Anh Quynh · 10 years ago
  22. 721d07f ppc: support alias instructions. update Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  23. 1ce5dea ppc: fix an unused variable warning by Nguyen Anh Quynh · 10 years ago
  24. dd3deec ppc: update core. this added new instructions, groups & registers. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  25. 7f15f67 ppc: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible by Nguyen Anh Quynh · 10 years ago
  26. 29fd0f6 fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6 by Nguyen Anh Quynh · 10 years ago
  27. 2c20a1b ppc: wrong comparison in printOperand(). bug found by Coverity by Nguyen Anh Quynh · 10 years ago
  28. 6456481 x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax by Nguyen Anh Quynh · 10 years ago
  29. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  30. bb0744d do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC by Nguyen Anh Quynh · 10 years ago
  31. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  32. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  33. 2eb37ee ppc: disable some redundant functions when Diet option is enable by Nguyen Anh Quynh · 10 years ago
  34. 1514d5c ppc: cleaning up by Nguyen Anh Quynh · 10 years ago
  35. ca9a7ab ppc: fix a segfault in Diet mode by Nguyen Anh Quynh · 10 years ago
  36. a82a089 more more fixes on C coding style by Nguyen Anh Quynh · 11 years ago
  37. 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
  38. 3732725 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  39. e51e227 ppc & x86: add third dummy MRI argument to printInstruction() to make it consistent with other archs by Nguyen Anh Quynh · 11 years ago
  40. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 11 years ago
  41. 2b14fcd ppc: update ppc.bh in post-printer by Nguyen Anh Quynh · 11 years ago
  42. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  43. cef6b27 remove -x from PPC files by Nguyen Anh Quynh · 11 years ago
  44. 19b0de3 moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands by Nguyen Anh Quynh · 11 years ago
  45. 9c5b328 ppc: rename ppc_cc to ppc_bc by Nguyen Anh Quynh · 11 years ago
  46. bacf4c8 add the missing arch/PowerPC directory by Nguyen Anh Quynh · 11 years ago