1. ad49d1f tcg/mips by Aurelien Jarno · 13 years ago
  2. 6e17d0c tcg: Remove tcg_target_get_call_iarg_regs_count by Stefan Weil · 13 years ago
  3. d73685e tcg/i386: Remove unused registers from tcg_target_call_iarg_regs by Stefan Weil · 13 years ago
  4. b18212c tcg/i386: Add shortcuts for registers used in L constraint by Stefan Weil · 13 years ago
  5. 1b7621a w64: Fix TCG helper functions with 5 arguments by Stefan Weil · 13 years ago
  6. 9bacf41 tcg/README: document tcg_gen_goto_tb restrictions by Max Filippov · 13 years ago
  7. f0da375 tcg-hppa: Implement movcond by Richard Henderson · 13 years ago
  8. 7ef55fc tcg/optimize: add constant folding for deposit by Aurelien Jarno · 13 years ago
  9. fba3161 tcg: remove #ifdef #endif around TCGOpcode tests by Aurelien Jarno · 13 years ago
  10. c2b0e2f tcg/optimize: prefer the "op a, a, b" form for commutative ops by Aurelien Jarno · 13 years ago
  11. b336ceb tcg/optimize: further optimize brcond/movcond/setcond by Aurelien Jarno · 13 years ago
  12. 3c94193 tcg/optimize: optimize "op r, a, a => movi r, 0" by Aurelien Jarno · 13 years ago
  13. 0aba1c7 tcg/optimize: optimize "op r, a, a => mov r, a" by Aurelien Jarno · 13 years ago
  14. 1ff8c54 tcg/optimize: do copy propagation for all operations by Aurelien Jarno · 13 years ago
  15. e590d4e tcg/optimize: rework copy progagation by Aurelien Jarno · 13 years ago
  16. b80bb01 tcg/optimize: check types in copy propagation by Aurelien Jarno · 13 years ago
  17. 48b56ce tcg/optimize: remove TCG_TEMP_ANY by Aurelien Jarno · 13 years ago
  18. 7d7c493 tcg/mips: implement movcond op on MIPS32R2 by Aurelien Jarno · 13 years ago
  19. 04f71aa tcg/mips: implement deposit op on MIPS32R2 by Aurelien Jarno · 13 years ago
  20. 9a15251 tcg/mips: implement rotl/rotr ops on MIPS32R2 by Aurelien Jarno · 13 years ago
  21. c1cf85c tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 by Aurelien Jarno · 13 years ago
  22. 0f46c06 tcg/mips: optimize brcond arg, 0 by Aurelien Jarno · 13 years ago
  23. 0d0b53a tcg/mips: use stack for TCG temps by Aurelien Jarno · 13 years ago
  24. 3314e00 tcg/mips: don't use global pointer by Aurelien Jarno · 13 years ago
  25. 5a0eed3 tcg/mips: use TCGArg or TCGReg instead of int by Aurelien Jarno · 13 years ago
  26. 0834c9e tcg/mips: kill warnings in user mode by Aurelien Jarno · 13 years ago
  27. 2ceb3a9 tcg-mips: fix wrong usage of 'Z' constraint by Aurelien Jarno · 13 years ago
  28. cfb75cb Merge branch 'usb.65' of git://git.kraxel.org/qemu by Aurelien Jarno · 13 years ago
  29. e55f523 tcg-hppa: Fix broken load/store helpers by Richard Henderson · 13 years ago
  30. c08d9ee tcg-hppa: Fix brcond2 and setcond2 by Richard Henderson · 13 years ago
  31. fe7e1d3 tcg: Fix !USE_DIRECT_JUMP by Richard Henderson · 13 years ago
  32. eca5c30 gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES by Aurelien Jarno · 13 years ago
  33. 5d8f536 tcg: Optimize two-address commutative operations by Richard Henderson · 13 years ago
  34. fa01a20 tcg: Optimize movcond for constant comparisons by Richard Henderson · 13 years ago
  35. d0a1629 tcg-i386: Implement movcond by Richard Henderson · 13 years ago
  36. 57e289d target-alpha: Use movcond by Richard Henderson · 13 years ago
  37. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 13 years ago
  38. 080df49 target-sh4: remove useless code by Aurelien Jarno · 13 years ago
  39. 7a64244 target-sh4: cleanup DisasContext by Aurelien Jarno · 13 years ago
  40. 1012740 target-sh4: rework exceptions handling by Aurelien Jarno · 13 years ago
  41. ed22e6f target-sh4: remove gen_clr_t() and gen_set_t() by Aurelien Jarno · 13 years ago
  42. c53b36d target-sh4: optimize swap.w by Aurelien Jarno · 13 years ago
  43. f16640f target-sh4: optimize xtrct by Aurelien Jarno · 13 years ago
  44. ad8d25a target-sh4: implement addv and subv using TCG by Aurelien Jarno · 13 years ago
  45. 22b88fd target-sh4: implement addc and subc using TCG by Aurelien Jarno · 13 years ago
  46. ff2086f target-sh4: use float32_muladd() to implement fmac by Aurelien Jarno · 13 years ago
  47. f8e7343 target-sh4: mark a few helpers const and pure by Aurelien Jarno · 13 years ago
  48. c26032b target-xtensa: don't emit extra tcg_gen_goto_tb by Max Filippov · 13 years ago
  49. f9cb504 target-xtensa: fix extui shift amount by Max Filippov · 13 years ago
  50. a255066 tcg/optimize: fix end of basic block detection by Aurelien Jarno · 13 years ago
  51. bd277fa target-mips: Implement Loongson Multimedia Instructions by Richard Henderson · 13 years ago
  52. fb7729e target-mips: Always evaluate debugging macro arguments by Richard Henderson · 13 years ago
  53. 9fa7748 target-mips: Fix MIPS_DEBUG. by Richard Henderson · 13 years ago
  54. e1050a7 target-mips: Set opn in gen_ldst_multiple. by Richard Henderson · 13 years ago
  55. eb99c9a hw/pflash_cfi0[12]: Use host-utils.h ctz32() by Peter Maydell · 13 years ago
  56. 262e1ea pflash_cfi01: fix vendor specific extended query by Aurelien Jarno · 13 years ago
  57. d104beb revert "TCG: fix copy propagation" by Aurelien Jarno · 13 years ago
  58. 332864b tcg: mark set_label with TCG_OPF_BB_END flag by Aurelien Jarno · 13 years ago
  59. 5c2d2a9 tcg/i386: allow constants in load/store ops by Aurelien Jarno · 13 years ago
  60. 8354cd7 xilinx_timer: Fix a compile error if debug enabled by Chris Wulff · 13 years ago
  61. c9b6e1f xilinx: fix names of ethernet and dma links. by Peter A. G. Crosthwaite · 13 years ago
  62. 4b5e521 xilinx.h: Error check when setting links by Peter A. G. Crosthwaite · 13 years ago
  63. 919f89f xilinx_timer: Fixed "frequency" prop name by Peter A. G. Crosthwaite · 13 years ago
  64. e03377a xilinx_timer: Send dbg msgs to stderr not stdout by Peter A. G. Crosthwaite · 13 years ago
  65. c0a1dcb xilinx_timer: Removed comma in device name by Peter A. G. Crosthwaite · 13 years ago
  66. 55d4fd3 arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs by Peter Maydell · 13 years ago
  67. 6b80f7d Merge remote-tracking branch 'kiszka/queues/slirp' into staging by Anthony Liguori · 13 years ago
  68. 109820d Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  69. 509e9c4 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  70. cd6dcc7 Merge remote-tracking branch 'spice/spice.v60' into staging by Anthony Liguori · 13 years ago
  71. de71bd6 Merge remote-tracking branch 'stefanha/net' into staging by Anthony Liguori · 13 years ago
  72. 31e165f Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  73. 121afa9 Revert "Add ability to disable build of all targets" by Anthony Liguori · 13 years ago
  74. 0b57e28 cpu_physical_memory_write_rom() needs to do TB invalidates by David Gibson · 13 years ago
  75. bbdd2ad qemu-char: BUGFIX, don't call FD_ISSET with negative fd by David Gibson · 13 years ago
  76. 6db0fdc Revert 455aa1e08 and c3767ed0eb by Anthony Liguori · 13 years ago
  77. ed0ec1a pc: Drop practically unused BOCHS BIOS debug ports by Jan Kiszka · 13 years ago
  78. 8490fc7 add -machine mem-merge=on|off option by Luiz Capitulino · 13 years ago
  79. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 13 years ago
  80. 895c2d0 target-mips: switch to AREG0 free mode by Blue Swirl · 13 years ago
  81. 485d003 target-sh4: switch to AREG0 free mode by Blue Swirl · 13 years ago
  82. cf7e0c8 target-cris: Switch to AREG0 free mode by Aurelien Jarno · 13 years ago
  83. febc992 target-cris: Avoid AREG0 for helpers by Aurelien Jarno · 13 years ago
  84. 64254eb target-microblaze: switch to AREG0 free mode by Blue Swirl · 13 years ago
  85. d31dd73 target-arm: final conversion to AREG0 free mode by Blue Swirl · 13 years ago
  86. 9ef3927 target-arm: convert remaining helpers by Blue Swirl · 13 years ago
  87. 1ce94f8 target-arm: convert void helpers by Blue Swirl · 13 years ago
  88. 04a130e target-unicore32: switch to AREG0 free mode by Blue Swirl · 13 years ago
  89. d4d79bb target-m68k: avoid using cpu_single_env by Blue Swirl · 13 years ago
  90. 3187114 target-m68k: switch to AREG0 free mode by Blue Swirl · 13 years ago
  91. 32ac0ca target-lm32: switch to AREG0 free mode by Blue Swirl · 13 years ago
  92. 46ee3d8 target-s390x: avoid cpu_single_env by Blue Swirl · 13 years ago
  93. 8bacde8 configure: properly check if -lrt and -lm is needed by Natanael Copa · 13 years ago
  94. 3cebc3f tcg: Fix MAX_OPC_PARAM_IARGS by Stefan Weil · 13 years ago
  95. e84d595 configure: fix seccomp check by Yann E. MORIN · 13 years ago
  96. 45a7f54 net: EAGAIN handling for net/socket.c TCP by Stefan Hajnoczi · 13 years ago
  97. 213fd50 net: EAGAIN handling for net/socket.c UDP by Stefan Hajnoczi · 13 years ago
  98. 863f678 net: asynchronous send/receive infrastructure for net/socket.c by Stefan Hajnoczi · 13 years ago
  99. 61518a7 net: broadcast hub packets if at least one port can receive by Stefan Hajnoczi · 13 years ago
  100. 190563f net: fix usbnet_receive() packet drops by Stefan Hajnoczi · 13 years ago