1. 99029be target/mips: Add implementation of GINVT instruction by Yongbok Kim · 5 years ago
  2. 5342204 libvixl: remove per-target compiler flags by Paolo Bonzini · 5 years ago
  3. 9739b11 cris: do not leak struct cris_disasm_data by Paolo Bonzini · 5 years ago
  4. 31eb7dd ppc: Add support for 'mffsl' instruction by Paul A. Clarke · 5 years ago
  5. 2e3df91 disas/riscv: Fix `rdinstreth` constraint by Wladimir J. van der Laan · 6 years ago
  6. f88222d disas/riscv: Disassemble reserved compressed encodings as illegal by Michael Clark · 6 years ago
  7. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  8. 58ea30f Clean up header guards that don't match their file name by Markus Armbruster · 6 years ago
  9. 3979fca disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h by Markus Armbruster · 6 years ago
  10. c124c15 RISC-V: Remove unnecessary disassembler constraints by Michael Clark · 6 years ago
  11. ca2b40b disas: nanoMIPS: Add graphical description of pool organization by Aleksandar Markovic · 6 years ago
  12. 5c65eed disas: nanoMIPS: Correct comments to handlers of some DSP instructions by Aleksandar Markovic · 6 years ago
  13. 0f74e61 disas: nanoMIPS: Fix a function misnomer by Aleksandar Markovic · 6 years ago
  14. fc95c24 disas: nanoMIPS: Amend DSP instructions related comments by Aleksandar Markovic · 6 years ago
  15. 72e21db remove space-tab sequences by Paolo Bonzini · 6 years ago
  16. 779bdf4 disas: nanoMIPS: Add a note on documentation by Aleksandar Markovic · 6 years ago
  17. eabf76a disas: nanoMIPS: Reorder declarations and definitions of gpr decoders by Aleksandar Markovic · 6 years ago
  18. dffcf17 disas: nanoMIPS: Comment the decoder of 'gpr1' gpr encoding type by Aleksandar Markovic · 6 years ago
  19. 68d80fd disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding type by Aleksandar Markovic · 6 years ago
  20. a21e052 disas: nanoMIPS: Comment the decoder of 'gpr2.reg2' gpr encoding type by Aleksandar Markovic · 6 years ago
  21. ce0f261 disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding type by Aleksandar Markovic · 6 years ago
  22. 8e2919f disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding type by Aleksandar Markovic · 6 years ago
  23. 4671783 disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding type by Aleksandar Markovic · 6 years ago
  24. afd47ce disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding type by Aleksandar Markovic · 6 years ago
  25. 9980a22 disas: nanoMIPS: Rename the decoder of 'gpr4.zero' gpr encoding type by Aleksandar Markovic · 6 years ago
  26. 4482bed disas: nanoMIPS: Comment the decoder of 'gpr4' gpr encoding type by Aleksandar Markovic · 6 years ago
  27. 131e9b9 disas: nanoMIPS: Rename the decoder of 'gpr4' gpr encoding type by Aleksandar Markovic · 6 years ago
  28. 6ab8abf disas: nanoMIPS: Comment the decoder of 'gpr3.src.store' gpr encoding type by Aleksandar Markovic · 6 years ago
  29. 8191856 disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding type by Aleksandar Markovic · 6 years ago
  30. 01fc255 disas: nanoMIPS: Comment the decoder of 'gpr3' gpr encoding type by Aleksandar Markovic · 6 years ago
  31. 988d6c8 disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding type by Aleksandar Markovic · 6 years ago
  32. 75199b4 disas: nanoMIPS: Fix order of more invocations by Aleksandar Markovic · 6 years ago
  33. d3605cc disas: nanoMIPS: Name more functions in a more descriptive way by Aleksandar Markovic · 6 years ago
  34. 17ce2f0 disas: nanoMIPS: Fix an FP-related misnomer 3 by Aleksandar Markovic · 6 years ago
  35. 52a96d2 disas: nanoMIPS: Fix an FP-related misnomer 2 by Aleksandar Markovic · 6 years ago
  36. d0c60ab disas: nanoMIPS: Fix an FP-related misnomer 1 by Aleksandar Markovic · 6 years ago
  37. 11b9732 disas: nanoMIPS: Name some functions in a more descriptive way by Aleksandar Markovic · 6 years ago
  38. 86b5f80 disas: nanoMIPS: Fix order of some invocations by Aleksandar Markovic · 6 years ago
  39. b4c5d21 disas: nanoMIPS: Fix a function misnomer by Aleksandar Markovic · 6 years ago
  40. e0669ee disas: nanoMIPS: Remove functions that are not used by Aleksandar Markovic · 6 years ago
  41. 8bae150 disas: nanoMIPS: Fix preamble text in nanomips.* files by Aleksandar Markovic · 6 years ago
  42. 8c33ea5 disas: nanoMIPS: Fix types and format strings by Stefan Weil · 6 years ago
  43. 11cee55 disas/microblaze: Remove unused REG_SP macro by Richard Henderson · 6 years ago
  44. 4c5920a target/ppc: tcg: Implement addex instruction by Suraj Jitindar Singh · 6 years ago
  45. 89a955e target/mips: Add disassembler support for nanoMIPS by Aleksandar Markovic · 6 years ago
  46. edd7541 fix "Missing break in switch" coverity reports by Paolo Bonzini · 6 years ago
  47. d9345f1 target/m68k: correctly disassemble move16 by Laurent Vivier · 7 years ago
  48. 1dc34be RISC-V: Fix missing break statement in disassembler by Michael Clark · 7 years ago
  49. 6296a79 RISC-V: Include instruction hex in disassembly by Michael Clark · 7 years ago
  50. 33b4f85 RISC-V: Fix incorrect disassembly for addiw by Michael Clark · 7 years ago
  51. ea10325 RISC-V Disassembler by Michael Clark · 7 years ago
  52. 82de978 Merge remote-tracking branch 'remotes/xtensa/tags/20180122-xtensa' into staging by Peter Maydell · 7 years ago
  53. 847a647 target/xtensa: disas/xtensa: fix coverity warnings by Max Filippov · 7 years ago
  54. 02a2ad2 disas/s390: fix global-buffer-overflow by Marc-André Lureau · 7 years ago
  55. 76302a9 Merge remote-tracking branch 'remotes/xtensa/tags/20180109-xtensa' into staging by Peter Maydell · 7 years ago
  56. 5a6539e target/xtensa: implement disassembler by Max Filippov · 7 years ago
  57. 9d80865 nios2: remove duplicated includes (in code commented out) by Philippe Mathieu-Daudé · 7 years ago
  58. 5f2d910 disas/arm: fix 'instuction' typo in comment by Emilio G. Cota · 7 years ago
  59. 6cd6151 target/arm: Move BE32 disassembler fixup by Richard Henderson · 7 years ago
  60. bbde936 disas/i386: Add disassembly of rorx by Richard Henderson · 7 years ago
  61. a17d3be disas/i386: Add disassembly of vex.0f38.f5 by Richard Henderson · 8 years ago
  62. 980edf4 disas/i386: Fix disassembly of two-byte vex prefixes by Richard Henderson · 8 years ago
  63. a46c124 tcg: Remove support for ia64 as host by Richard Henderson · 7 years ago
  64. 9a32e6f disas/microblaze: Add missing 'const' attributes by Stefan Weil · 9 years ago
  65. 11cde1c configure: split c and cxx extra flags by Bruno Dominguez · 8 years ago
  66. 993063f libvixl: Correct build failures on NetBSD by Kamil Rytarowski · 8 years ago
  67. 230f4c6 disas/cris.c: Avoid unintentional sign extension by Peter Maydell · 8 years ago
  68. bd517b4 disas/microblaze: Remove unused REG_PC define by Peter Maydell · 8 years ago
  69. 43c227f disas/arm: Avoid unintended sign extension by Peter Maydell · 8 years ago
  70. 001ebac disas/cris: Avoid unintended sign extension by Peter Maydell · 8 years ago
  71. 1d153a3 disas/microblaze: Avoid unintended sign extension by Peter Maydell · 8 years ago
  72. 2e3883d disas/m68k: Avoid unintended sign extension in get_field() by Peter Maydell · 8 years ago
  73. 3f168b5 disas/i386: Avoid NULL pointer dereference in error case by Peter Maydell · 8 years ago
  74. 6815a8a disas/hppa: Remove dead code by Peter Maydell · 8 years ago
  75. bd97a59 disas/ppc: Fix indefinite articles in comments by Stefan Weil · 8 years ago
  76. ae5045a Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into staging by Peter Maydell · 8 years ago
  77. 3f0c342 nios2: Add disas entries by Marek Vasut · 8 years ago
  78. e110788 disas/cris.c: Fix Coverity warning about unchecked NULL by Peter Maydell · 8 years ago
  79. 429b31a Revert "Remove remainders of HPPA backend" by Richard Henderson · 8 years ago
  80. 8d8dd79 disas/ppc: Handle popcnt and cnttz by Richard Henderson · 8 years ago
  81. f7749a3 disas/i386.c: Handle tzcnt by Richard Henderson · 8 years ago
  82. 225adf1 Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging by Peter Maydell · 8 years ago
  83. 893dcdb slirp, disas: Replace min/max with MIN/MAX macros by Yuval Shaia · 8 years ago
  84. fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago
  85. 09a245e target-ppc: add vrldnm and vrlwnm instructions by Bharata B Rao · 8 years ago
  86. 3e00884 target-ppc: add vrldnmi and vrlwmi instructions by Gautham R. Shenoy · 8 years ago
  87. d486cca disas/arm.c: Remove unused macro definitions by Peter Maydell · 8 years ago
  88. d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
  89. d41f3c3 Remove remainders of HPPA backend by Thomas Huth · 8 years ago
  90. 5d321734 disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers by Peter Maydell · 9 years ago
  91. ca66f1a disas: Remove unused macro '_' by Lluís Vilanova · 9 years ago
  92. 65603e2 tci: do not include exec/exec-all.h by Paolo Bonzini · 9 years ago
  93. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  94. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  95. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  96. 8ff98f1 Remove unneeded include statements for setjmp.h by Stefan Weil · 9 years ago
  97. 01bc435 target-mips: implement R6 multi-threading by Yongbok Kim · 9 years ago
  98. e78490c disas/arm-a64.cc: Include osdep.h first by Peter Maydell · 9 years ago
  99. 48d4ab2 disas: Clean up includes by Peter Maydell · 9 years ago
  100. 0602f42 libvixl: Avoid std::abs() of 64-bit type by Peter Maydell · 9 years ago