1. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  2. 1ad2134 Hardware convenience library by Paul Brook · 16 years ago
  3. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  4. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  5. 6bb72b1 target-mips: proper sign extension for 'SUBU rd, zero, rt' by Aurelien Jarno · 16 years ago
  6. 88cbb98 target-mips: fix comments about SUB/DSUB by Aurelien Jarno · 16 years ago
  7. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  8. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago
  9. df357f0 Enable access to SYNCI_Step register in usermode emulation. by pbrook · 16 years ago
  10. 8c0ab41 Revert "target-mips: fix call to check_*() functions" by aurel32 · 16 years ago
  11. aefbc83 target-mips: simplify exception generation by aurel32 · 16 years ago
  12. a603585 target-mips: fix revision r7126 by aurel32 · 16 years ago
  13. 007ac6f target-mips: fix call to check_*() functions by aurel32 · 16 years ago
  14. 585c88d target-mips: optimize gen_flt3_ldst() by aurel32 · 16 years ago
  15. c407df8 target-mips: optimize gen_flt_ldst() by aurel32 · 16 years ago
  16. 8e0f950 Stop translation after a syscall instruciton. by pbrook · 16 years ago
  17. f2c94b9 target-mips: mark zero register as unused. by aurel32 · 16 years ago
  18. d9bea11 target-mips: variable names consistency by aurel32 · 16 years ago
  19. 867abc7 target-mips: fix commits 7040 and 7042 by aurel32 · 16 years ago
  20. 30a3848 target-mips: fix commit 7046 by aurel32 · 16 years ago
  21. bb928db target-mips: don't map zero register as a TCG global by aurel32 · 16 years ago
  22. d66c713 target-mips: optimize gen_ldst() by aurel32 · 16 years ago
  23. 324d9e3 target-mips: optimize gen_arith_imm() by aurel32 · 16 years ago
  24. 52a0e9e target-mips: fix commit r7076 by aurel32 · 16 years ago
  25. 11f9425 target-mips: optimize gen_movcf_d() by aurel32 · 16 years ago
  26. a4e8338 target-mips: optimize a few tcg_temp_free() by aurel32 · 16 years ago
  27. c9297f4 target-mips: optimize gen_farith() by aurel32 · 16 years ago
  28. c905fda target-mips: optimize gen_flt3_arith() by aurel32 · 16 years ago
  29. 4e2474d target-mips: optimize gen_flt3_ldst() by aurel32 · 16 years ago
  30. 460f00c target-mips: optimize gen_arith() by aurel32 · 16 years ago
  31. 35fbce2 target-mips: optimize decode_opc() by aurel32 · 16 years ago
  32. 72c3a3e target-mips: optimize gen_cp1() by aurel32 · 16 years ago
  33. 1fc7bf6 target-mips: optimize gen_cp0() by aurel32 · 16 years ago
  34. e7a6965 target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers by aurel32 · 16 years ago
  35. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  36. cbc37b2 target-mips: optimize gen_movcf_*() by aurel32 · 16 years ago
  37. af58f9c target-mips: optimize gen_movci() by aurel32 · 16 years ago
  38. d94536f target-mips: optimize gen_compute_branch1() by aurel32 · 16 years ago
  39. 6d06627 target-mips: don't map FP registers as TCG global variables by aurel32 · 16 years ago
  40. 0c0ed03 target-mips: fix divu instruction by aurel32 · 16 years ago
  41. 41db460 target-mips: optimize write to env->hflags by aurel32 · 16 years ago
  42. d45f89f target-mips: optimize gen_muldiv() by aurel32 · 16 years ago
  43. f129981 target-mips: optimize gen_HILO() by aurel32 · 16 years ago
  44. cdc0faa target-mips: optimize gen_trap() by aurel32 · 16 years ago
  45. 1ba74fb target-mips: optimize gen_compute_branch() by aurel32 · 16 years ago
  46. 92e9044 target-mips: don't mix result and arguments in gen_op_* by aurel32 · 16 years ago
  47. 3a55fa4 target-mips: gen_bshfl() by aurel32 · 16 years ago
  48. f157bfe target-mips: optimize gen_mul_vr54xx() by aurel32 · 16 years ago
  49. 20e1fb5 target-mips: optimize gen_cl() by aurel32 · 16 years ago
  50. f364515 target-mips: fix FPU in 64-bit mode by aurel32 · 16 years ago
  51. 41e0c70 target-mips: implement FPU Flush-To-Zero mode by aurel32 · 16 years ago
  52. a3fe901 target-mips: use nor instead of or + not by aurel32 · 16 years ago
  53. a1f6684 target-mips: optimize mflo and mfhi by aurel32 · 16 years ago
  54. d5575a3 target-mips: remove dead code by aurel32 · 16 years ago
  55. c01fccd target-mips: rename helpers from do_ to helper_ by aurel32 · 16 years ago
  56. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  57. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  58. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  59. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  60. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  61. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  62. e920348 target-mips: optimize some gpr accesses by aurel32 · 16 years ago
  63. 6958549 target-mips: fix indentation by aurel32 · 16 years ago
  64. 932e71c target-mips: get rid of tests on env->user_mode_only by aurel32 · 16 years ago
  65. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  66. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  67. 33a8476 A first attempt on supporting snapshots for the MIPS target. by ths · 16 years ago
  68. f9480ff Fix remaining compiler warnings for mips targets. by ths · 16 years ago
  69. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  70. cd5158e MIPS: remove a few warnings by aurel32 · 16 years ago
  71. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  72. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  73. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  74. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  75. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  76. a7812ae TCG variable type checking. by pbrook · 16 years ago
  77. da80682 target-mips: avoid tcg internal error in mfc0/dmfc0 by aurel32 · 16 years ago
  78. de9a95f Revert commits 5685 to 5688 committed by mistake by aurel32 · 16 years ago
  79. 1c58b16 Don't stop translation for mtc0 compare by aurel32 · 16 years ago
  80. a6e92a6 target-mips: gen_compute_branch1() by aurel32 · 16 years ago
  81. 9bf3eb2 target-mips: optimize movc*() by aurel32 · 16 years ago
  82. 2a0ab99 target-mips: optimize gen_farith() by aurel32 · 16 years ago
  83. b10fa3c target-mips: optimize gen_muldiv() by aurel32 · 16 years ago
  84. 507563e target-mips: optimize gen_arith()/gen_arith_imm() by aurel32 · 16 years ago
  85. 49bcf33 target-mips: convert bit shuffle ops to TCG by aurel32 · 16 years ago
  86. 505ad7c target-mips: convert bitfield ops to TCG by aurel32 · 16 years ago
  87. 2623c1e target-mips: optimize gen_op_addr_add() (2/2) by aurel32 · 16 years ago
  88. d144d1d target-mips: optimize gen_op_addr_add() (1/2) by aurel32 · 16 years ago
  89. 1eb75d4 target-mips: optimize gen_save_pc() by aurel32 · 16 years ago
  90. add6906 target-mips: fix mft* helpers/call by aurel32 · 16 years ago
  91. c24135f target-mips: fix temporary variable freeing in op_ldst_##insn() by aurel32 · 16 years ago
  92. e00fcff target-mips: use the new rotr/rotri instructions by aurel32 · 16 years ago
  93. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  94. cb2c992 Use concet TCG instructions in the MIPS target. by ths · 17 years ago
  95. 9c67ef0 Fix Xcontext fill, by Here Poussineau. by ths · 17 years ago
  96. 36aa55d Add concat_i32_i64 op. by pbrook · 17 years ago
  97. 4b2eb8d Use TCG registers for most CPU register accesses. by ths · 17 years ago
  98. f01be15 Move the active FPU registers into env again, and use more TCG registers by ths · 17 years ago
  99. bbc0d79 MIPS: Fix tlbwi/tlbwr by aurel32 · 17 years ago
  100. 75973fa MIPS: remove empty cpu_mips_irqctrl_init() by aurel32 · 17 years ago