1. bb3daca disas/nanomips: Tidy read for 48-bit opcodes by Richard Henderson · 2 years, 2 months ago
  2. 1414e3f disas/nanomips: Split out read_u16 by Richard Henderson · 2 years, 2 months ago
  3. ad12061 disas/nanomips: Merge insn{1,2,3} into words[3] by Richard Henderson · 2 years, 2 months ago
  4. 24449fc disas/nanomips: Move setjmp into nanomips_dis by Richard Henderson · 2 years, 2 months ago
  5. e9ebb66 disas/nanomips: Remove headers already included by "qemu/osdep.h" by Philippe Mathieu-Daudé · 2 years, 2 months ago
  6. d03a008 disas/nanomips: Use G_GNUC_PRINTF to avoid invalid string formats by Philippe Mathieu-Daudé · 2 years, 2 months ago
  7. 50fc094 disas/nanomips: Fix invalid PRIx64 format calling img_format() by Philippe Mathieu-Daudé · 2 years, 2 months ago
  8. 04849c9 disas/nanomips: Fix invalid PRId64 format calling img_format() by Philippe Mathieu-Daudé · 2 years, 2 months ago
  9. 2413e00 disas/nanomips: Rename nanomips.cpp to nanomips.c by Milica Lazarevic · 2 years, 3 months ago[Renamed from disas/nanomips.cpp]
  10. a0fee12 disas/nanomips: Remove argument passing by ref by Milica Lazarevic · 2 years, 3 months ago
  11. e8ba8ef disas/nanomips: Replace Cpp enums for C enums by Milica Lazarevic · 2 years, 3 months ago
  12. 39399c3 disas/nanomips: Replace exception handling by Milica Lazarevic · 2 years, 3 months ago
  13. 3f2aec0 disas/nanomips: Expand Dis_info struct by Milica Lazarevic · 2 years, 3 months ago
  14. 49ec1c9 disas/nanomips: Remove function overloading by Milica Lazarevic · 2 years, 3 months ago
  15. 22e7b52 disas/nanomips: Prevent memory leaking by Milica Lazarevic · 2 years, 3 months ago
  16. 043dc73 disas/nanomips: Remove CPR function by Milica Lazarevic · 2 years, 3 months ago
  17. 4066c15 disas/nanomips: Remove IMMEDIATE functions by Milica Lazarevic · 2 years, 3 months ago
  18. 7def8a4 disas/nanomips: Replace std::string type by Milica Lazarevic · 2 years, 3 months ago
  19. afc47e0 disas/nanomips: Delete wrapper functions by Milica Lazarevic · 2 years, 3 months ago
  20. b5cc052 disas/nanomips: Delete copy functions by Milica Lazarevic · 2 years, 3 months ago
  21. 912c95b disas/nanomips: Remove #include <sstream> by Milica Lazarevic · 2 years, 3 months ago
  22. f1cb3bd disas/nanomips: Move typedefs etc to nanomips.cpp by Milica Lazarevic · 2 years, 3 months ago
  23. beebf65 disas/nanomips: Remove NMD class by Milica Lazarevic · 2 years, 3 months ago
  24. a146549 disas/nanomips: Remove Pool tables from the class by Milica Lazarevic · 2 years, 3 months ago
  25. 8d416f6 disas/nanomips: Remove disasm methods from class by Milica Lazarevic · 2 years, 3 months ago
  26. 655fc22 disas/nanomips: Remove __cond methods from class by Milica Lazarevic · 2 years, 3 months ago
  27. 2dc0c17 disas/nanomips: Remove helper methods from class by Milica Lazarevic · 2 years, 3 months ago
  28. 9972c8f disas/nanomips: Delete NMD class second field by Milica Lazarevic · 2 years, 3 months ago
  29. 0c2a3b4 disas/nanomips: Delete NMD class field by Milica Lazarevic · 2 years, 3 months ago
  30. bfffba1 disas/nanomips: Extract enums out of the NMD class by Milica Lazarevic · 2 years, 3 months ago
  31. c523169 disas/nanomips: Remove namespace img by Milica Lazarevic · 2 years, 3 months ago
  32. 2c316f9 include/disas/dis-asm.h: Handle being included outside 'extern "C"' by Peter Maydell · 3 years, 8 months ago
  33. 875df03 osdep: protect qemu/osdep.h with extern "C" by Paolo Bonzini · 3 years, 8 months ago
  34. cba42d6 Various spelling fixes by Michael Tokarev · 3 years, 10 months ago
  35. 3979fca disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h by Markus Armbruster · 6 years ago
  36. ca2b40b disas: nanoMIPS: Add graphical description of pool organization by Aleksandar Markovic · 6 years ago
  37. 5c65eed disas: nanoMIPS: Correct comments to handlers of some DSP instructions by Aleksandar Markovic · 6 years ago
  38. 0f74e61 disas: nanoMIPS: Fix a function misnomer by Aleksandar Markovic · 6 years ago
  39. fc95c24 disas: nanoMIPS: Amend DSP instructions related comments by Aleksandar Markovic · 6 years ago
  40. 779bdf4 disas: nanoMIPS: Add a note on documentation by Aleksandar Markovic · 6 years ago
  41. eabf76a disas: nanoMIPS: Reorder declarations and definitions of gpr decoders by Aleksandar Markovic · 6 years ago
  42. dffcf17 disas: nanoMIPS: Comment the decoder of 'gpr1' gpr encoding type by Aleksandar Markovic · 6 years ago
  43. 68d80fd disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding type by Aleksandar Markovic · 6 years ago
  44. a21e052 disas: nanoMIPS: Comment the decoder of 'gpr2.reg2' gpr encoding type by Aleksandar Markovic · 6 years ago
  45. ce0f261 disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding type by Aleksandar Markovic · 6 years ago
  46. 8e2919f disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding type by Aleksandar Markovic · 6 years ago
  47. 4671783 disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding type by Aleksandar Markovic · 6 years ago
  48. afd47ce disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding type by Aleksandar Markovic · 6 years ago
  49. 9980a22 disas: nanoMIPS: Rename the decoder of 'gpr4.zero' gpr encoding type by Aleksandar Markovic · 6 years ago
  50. 4482bed disas: nanoMIPS: Comment the decoder of 'gpr4' gpr encoding type by Aleksandar Markovic · 6 years ago
  51. 131e9b9 disas: nanoMIPS: Rename the decoder of 'gpr4' gpr encoding type by Aleksandar Markovic · 6 years ago
  52. 6ab8abf disas: nanoMIPS: Comment the decoder of 'gpr3.src.store' gpr encoding type by Aleksandar Markovic · 6 years ago
  53. 8191856 disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding type by Aleksandar Markovic · 6 years ago
  54. 01fc255 disas: nanoMIPS: Comment the decoder of 'gpr3' gpr encoding type by Aleksandar Markovic · 6 years ago
  55. 988d6c8 disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding type by Aleksandar Markovic · 6 years ago
  56. 75199b4 disas: nanoMIPS: Fix order of more invocations by Aleksandar Markovic · 6 years ago
  57. d3605cc disas: nanoMIPS: Name more functions in a more descriptive way by Aleksandar Markovic · 6 years ago
  58. 17ce2f0 disas: nanoMIPS: Fix an FP-related misnomer 3 by Aleksandar Markovic · 6 years ago
  59. 52a96d2 disas: nanoMIPS: Fix an FP-related misnomer 2 by Aleksandar Markovic · 6 years ago
  60. d0c60ab disas: nanoMIPS: Fix an FP-related misnomer 1 by Aleksandar Markovic · 6 years ago
  61. 11b9732 disas: nanoMIPS: Name some functions in a more descriptive way by Aleksandar Markovic · 6 years ago
  62. 86b5f80 disas: nanoMIPS: Fix order of some invocations by Aleksandar Markovic · 6 years ago
  63. b4c5d21 disas: nanoMIPS: Fix a function misnomer by Aleksandar Markovic · 6 years ago
  64. e0669ee disas: nanoMIPS: Remove functions that are not used by Aleksandar Markovic · 6 years ago
  65. 8bae150 disas: nanoMIPS: Fix preamble text in nanomips.* files by Aleksandar Markovic · 6 years ago
  66. 8c33ea5 disas: nanoMIPS: Fix types and format strings by Stefan Weil · 6 years ago
  67. 89a955e target/mips: Add disassembler support for nanoMIPS by Aleksandar Markovic · 6 years ago