1. 6b625fd disas: cris: QOMify target specific disas setup by Peter Crosthwaite · 10 years ago
  2. efc6674 disas: microblaze: QOMify target specific disas setup by Peter Crosthwaite · 10 years ago
  3. 4844062 disas: arm: QOMify target specific disas setup by Peter Crosthwaite · 10 years ago
  4. 37b9de4 disas: QOMify target specific setup by Peter Crosthwaite · 10 years ago
  5. 2de295c disas: Add print_insn to disassemble info by Peter Crosthwaite · 10 years ago
  6. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  7. 1c38f84 monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode by Tom Musta · 11 years ago
  8. e13951f target-ppc: Fix target_disas by Tom Musta · 11 years ago
  9. 999b53e disas: Implement disassembly output for A64 by Claudio Fontana · 11 years ago
  10. c46ffd5 disas: Implement fallback to dump object code as hex by Richard Henderson · 11 years ago
  11. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  12. 88770fe disas: Disassemble all ppc insns for the guest by Aurelien Jarno · 12 years ago
  13. 66d4f6a disas: Disassemble all ppc insns for the host by Richard Henderson · 12 years ago
  14. bd86a88 Add moxie disassembler by Anthony Green · 12 years ago
  15. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  16. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  17. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  18. 9b9c37c tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. by Richard Henderson · 12 years ago
  19. 636bd28 disas: Fix printing of addresses in disassembly by Peter Maydell · 13 years ago
  20. a31f053 fix some common typos by Jim Meyering · 13 years ago
  21. b0b0f1c disas: Replace 'unsigned long' by 'uintptr_t' by Stefan Weil · 13 years ago
  22. d8fd295 Userspace ARM BE8 support by Paul Brook · 13 years ago
  23. 79368f4 target-lm32: add simple disassembler by Michael Walle · 13 years ago
  24. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  25. 5826e51 tcg: Add tci disassembler by Stefan Weil · 13 years ago
  26. e99722f disasm: update comment by Frediano Ziglio · 13 years ago
  27. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  28. b9bec75 target-alpha: Disassemble EV6 PALcode instructions. by Richard Henderson · 14 years ago
  29. 54f7b4a Replace cpu_physical_memory_rw were possible by Stefan Weil · 14 years ago
  30. db50060 s390x: Enable disassembler for s390x by Ulrich Hecht · 14 years ago
  31. 0f136d9 disas: remove opcode printing on ARM hosts by Aurelien Jarno · 14 years ago
  32. b09cd07 cris: Support disassembly of crisv10 by Edgar E. Iglesias · 14 years ago
  33. 8b7968f Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  34. 903ec55 ia64 disas support by Aurelien Jarno · 15 years ago
  35. b4e1f07 sh4 disasm fixes by Magnus Damm · 15 years ago
  36. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  37. e90e390 microblaze: Add disassembler. by Edgar E. Iglesias · 16 years ago
  38. e612a1f Fix disassembler memory accesses by Blue Swirl · 16 years ago
  39. 754d00a Safety net for the cases where disassembler/translator disagree over instruction decoding by malc · 16 years ago
  40. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  41. 7e000c2 Allow disassembling last addresses of the address space by blueswir1 · 16 years ago
  42. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  43. 3a742b7 Update old fashioned function prototypes. by pbrook · 16 years ago
  44. 49918a7 * Use function pointers for symbol lookup (currently for elf32 and elf64, by pbrook · 16 years ago
  45. a5f1b96 Fix warnings that would be generated by gcc -Wstrict-prototypes by blueswir1 · 16 years ago
  46. f54b3f9 HPPA (PA-RISC) host support by aurel32 · 17 years ago
  47. cbd669d One more bit of alpha support. by ths · 17 years ago
  48. a25fd13 Wire up CRIS disassembler, by Edgar E. Iglesias. by ths · 17 years ago
  49. 237c0af Define the proper bfd_mach to be used by the disassembler for each by j_mayer · 17 years ago
  50. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  51. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  52. 8f860bb s390 disassembler support, by Ulrich Hecht. by ths · 17 years ago
  53. a8fcf88 One day we might support MIPS16... by ths · 18 years ago
  54. e91c8a7 Spelling fixes, by Stefan Weil. by ths · 18 years ago
  55. 682c4f1 Fix monitor disasm output for Sparc64 target by blueswir1 · 18 years ago
  56. 6ecd453 Fix generated code disasm output on Sparc64 host by blueswir1 · 18 years ago
  57. eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
  58. 04e897e Remove duplicate TARGET_M68K case. by pbrook · 18 years ago
  59. e6e5906 ColdFire target. by pbrook · 18 years ago
  60. 4615218 Rewrite Arm host support. by pbrook · 18 years ago
  61. 26a7646 C99 64 bit printf by bellard · 19 years ago
  62. fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago
  63. 76b3030 mipsel disas fix by bellard · 19 years ago
  64. 6a00d60 SMP support by bellard · 19 years ago
  65. 48024e4 m68k disassembler (Paul Brook) by bellard · 19 years ago
  66. b3ecf62 Thumb symbol lookup (Paul Brook) by bellard · 19 years ago
  67. a245862 ppc64 target by bellard · 19 years ago
  68. 6af0bf9 MIPS target (Jocelyn Mayer) by bellard · 20 years ago
  69. 3475187 sparc64 marge (Blue Swirl) by bellard · 20 years ago
  70. c2d551f ARM thumb disassembly (Paul Brook) by bellard · 20 years ago
  71. 111bfab This patch adds little-endian mode support to PPC emulation. by bellard · 20 years ago
  72. b8076a7 ia64 host support (David Mosberger) by bellard · 20 years ago
  73. fa15e03 64 bit disas fix by bellard · 20 years ago
  74. 83b34f8 more consistent type for size (still a bug in wrapping) by bellard · 20 years ago
  75. c27004e 64 bit target support by bellard · 20 years ago
  76. e80cfcf SPARC merge by bellard · 20 years ago
  77. 7fe4848 monitor fixes by bellard · 20 years ago
  78. 3d2cfdf output disassembled code to monitor console by bellard · 20 years ago
  79. 9307c4c improved monitor: type check, expression evaluator, memory dump, disassembly by bellard · 21 years ago
  80. bc51c5c initial x86-64 host support (Gwenole Beauchesne) by bellard · 21 years ago
  81. 6786730 PowerPC target support (Jocelyn Mayer) - added better support for uid16 by bellard · 21 years ago
  82. baf8ebf fixed virtual memory access by bellard · 21 years ago
  83. c6105c0 added correct memory access code for system emulation by bellard · 21 years ago
  84. 93ac68b sparc emulation target (thanx to Thomas M. Ogrisegg) by bellard · 21 years ago
  85. d44b29c address printing fix by bellard · 21 years ago
  86. 95cbfc6 changed disas() prototype for multi target support by bellard · 22 years ago
  87. 5bbe929 disas endian fix by bellard · 22 years ago
  88. aa0aa4f added ARM and Sparc disassemblers by bellard · 22 years ago
  89. 08351fb fixed cast by bellard · 22 years ago
  90. a993ba8 alpha disas (Falk Hueffner) by bellard · 22 years ago
  91. b9adb4a PowerPC disas code by bellard · 22 years ago