1. 4ab50cc tcg-i386: Tidy initialization of tcg_target_call_clobber_regs. by Richard Henderson · 15 years ago
  2. 6648e29 tcg-i386: Allocate call-saved registers first. by Richard Henderson · 15 years ago
  3. a5ad591 tcg: Add missing 'static' attribute by Stefan Weil · 15 years ago
  4. 70ec48e tcg-hppa: Remove automatically implemented opcodes. by Richard Henderson · 15 years ago
  5. 2d097a8 tcg-hppa: Fix branch offset during retranslation. by Richard Henderson · 15 years ago
  6. 739734c tcg-hppa: Schedule the address masking after the TLB load. by Richard Henderson · 15 years ago
  7. f061b40 tcg-hppa: Fix softmmu loads and stores. by Richard Henderson · 15 years ago
  8. 884d348 tcg-hppa: Fix GUEST_BASE initialization in prologue. by Richard Henderson · 15 years ago
  9. 0085bd5 tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32. by Richard Henderson · 15 years ago
  10. 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
  11. e23886a tcg/arm: fix condition in zero/sign extension functions by Aurelien Jarno · 15 years ago
  12. c66b5c2 tcg/arm: don't try to load constants using pc by Aurelien Jarno · 15 years ago
  13. 914ccf5 tcg/arm: optimize register allocation order by Aurelien Jarno · 15 years ago
  14. bf5675e tcg/arm: fix argument alignment in qemu_st64 by Aurelien Jarno · 15 years ago
  15. 2633a2d tcg/arm: remove useless register tests in qemu_ld/st by Aurelien Jarno · 15 years ago
  16. 67dcab7 tcg/arm: bswap arguments in qemu_ld/st if needed by Aurelien Jarno · 15 years ago
  17. e854b6d tcg/arm: use ext* ops in qemu_ld by Aurelien Jarno · 15 years ago
  18. 7e0d956 tcg/arm: remove conditional argument for qemu_ld/st by Aurelien Jarno · 15 years ago
  19. 244b1e8 tcg/arm: add bswap ops by Aurelien Jarno · 15 years ago
  20. 9517094 tcg/arm: add ext16u op by Aurelien Jarno · 15 years ago
  21. 293579e tcg/arm: add rotation ops by Aurelien Jarno · 15 years ago
  22. 23401b5 tcg/arm: use the blx instruction when possible by Aurelien Jarno · 15 years ago
  23. 8f7f749 tcg/arm: sxtb and sxth are available starting with ARMv6 by Aurelien Jarno · 15 years ago
  24. ac34fb5 tcg/arm: add variables to define the allowed instructions set by Aurelien Jarno · 15 years ago
  25. 2488b41 tcg/arm: align 64-bit arguments in function calls by Aurelien Jarno · 15 years ago
  26. c8d80ce tcg/arm: replace integer values by registers enum by Aurelien Jarno · 15 years ago
  27. f694a27 tcg/arm: remove store signed functions by Aurelien Jarno · 15 years ago
  28. e4a7d5e tcg/arm: explicitely list clobbered/reserved regs by Aurelien Jarno · 15 years ago
  29. 39221a8 tcg/arm: remove SAVE_LR code by Aurelien Jarno · 15 years ago
  30. 606257c tcg/ppc: Remove redundant comparison from brcond2 by malc · 15 years ago
  31. 2d8ebcf Fix --enable-profiler compilation. by Richard Henderson · 15 years ago
  32. 655feed tcg: Add missing static qualifier by malc · 15 years ago
  33. efe72c8 tcg/ppc: Fix signed versions of brcond2 by malc · 15 years ago
  34. 60bf84c tcp/mips: Change TCG_AREG0 (fp -> s0) by Stefan Weil · 15 years ago
  35. 837d987 tcg/README: improve description of bswap* by Aurelien Jarno · 15 years ago
  36. 3e1f46e tcg-hppa: Don't try to calls to non-constant addresses. by Richard Henderson · 15 years ago
  37. 9149363 tcg-hppa: Fix in/out register overlap in add2/sub2. by Richard Henderson · 15 years ago
  38. fd76e73 tcg-hppa: Finish the port. by Richard Henderson · 15 years ago
  39. a175b99 tcg/ia64: fix tlb addend read by Aurelien Jarno · 15 years ago
  40. 98926b0 tcg/ppc64: Fix typo by malc · 15 years ago
  41. f7e2aca tcg/ppc: Fix typo by malc · 15 years ago
  42. a884dcb tcg/ppc: Implment bswap16/32 by malc · 15 years ago
  43. 116348d tcg/mips: use seb/seh instructions on MIPS32R2 by Aurelien Jarno · 15 years ago
  44. ba0d89b tcg/mips: fix 64-bit linux-user on big endian MIPS by Aurelien Jarno · 15 years ago
  45. aa77beb tcg/ppc: Implement eqv, nand and nor by malc · 15 years ago
  46. 355b194 Split TLB addend and target_phys_addr_t by Paul Brook · 15 years ago
  47. 36368cf tcg/ppc: Fix not_i32 by malc · 15 years ago
  48. a18f844 tcg/TODO: remove setcond by Aurelien Jarno · 15 years ago
  49. 477ba62 tcg: initial ia64 support by Aurelien Jarno · 15 years ago
  50. 6d8ff4d tcg/mips: fix branch offset during retranslation by Aurelien Jarno · 15 years ago
  51. 1584c84 tcg/arm: Replace qemu_ld32u (left over from previous commit) by Stefan Weil · 15 years ago
  52. cc01cc8 tcg-mips: add guest base support by Aurelien Jarno · 15 years ago
  53. 489722c tcg/mips: implement the not_i32 op the same way as gcc by Aurelien Jarno · 15 years ago
  54. 2b79487 tcg-mips: implement nor by Aurelien Jarno · 15 years ago
  55. 86feb1c tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. by Richard Henderson · 15 years ago
  56. 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
  57. 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
  58. 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
  59. a10f9f4 tcg: Use not_i32 to implement not_i64. by Richard Henderson · 15 years ago
  60. c02244a tcg: Change TCGType to an enumeration. by Richard Henderson · 15 years ago
  61. 8a56e84 tcg: Use TCGCond where appropriate. by Richard Henderson · 15 years ago
  62. a975160 tcg: Name the opcode enumeration. by Richard Henderson · 15 years ago
  63. a63b582 remove remaining occurrences AREG[1-9] and TCG_AREG[1-9] by Paolo Bonzini · 15 years ago
  64. 3f90f25 tcg-hppa: Fix 64-bit argument ordering by Richard Henderson · 15 years ago
  65. 9e97d8e tcg/arm: don't save/restore r7 in prologue/epilogue by Aurelien Jarno · 15 years ago
  66. 26c5d37 tcg/arm: fix load/store definitions for 32-bit targets by Aurelien Jarno · 15 years ago
  67. 30138f2 tcg: protect div2 in tcg/tcg-opc.h by Aurelien Jarno · 15 years ago
  68. dbfff4d tcg: declare internal helpers as const and pure by Aurelien Jarno · 15 years ago
  69. 2b71cd7 tcg/arm: use helpers for divu/remu by Aurelien Jarno · 15 years ago
  70. 31d6655 tcg: add div/rem 32-bit helpers by Aurelien Jarno · 15 years ago
  71. a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
  72. 932234f tcg/arm: implement andc op by Aurelien Jarno · 15 years ago
  73. a3f5054 tcg: update README with const and pure helpers by Aurelien Jarno · 15 years ago
  74. 4e17eae tcg/arm: correctly save/restore registers in prologue/epilogue by Aurelien Jarno · 15 years ago
  75. 65850a0 Fix Sparc host build breakage by Blue Swirl · 15 years ago
  76. 35f6b59 tcg/ppc[64]: Only define addend load helpers in softmmu case by malc · 15 years ago
  77. 20cb400 Remove TLB from userspace by Paul Brook · 15 years ago
  78. d3f137e tcg/arm: merge the two sets of #define for optional ops by Aurelien Jarno · 15 years ago
  79. 023e77f tcg/arm: accept immediate arguments for brcond/setcond by Aurelien Jarno · 15 years ago
  80. b525f0a Add a missing break by Andrzej Zaborowski · 15 years ago
  81. e040476 tcg/arm: implement setcond2 by Aurelien Jarno · 15 years ago
  82. f72a6cd tcg/arm: implement setcond by Aurelien Jarno · 15 years ago
  83. 6b65861 tcg/arm: fix div2/divu2 by Aurelien Jarno · 15 years ago
  84. d616cf1 tcg/ppc: Fix right rotation by malc · 15 years ago
  85. 98b8d95 tcg/ppc: Fix typo by malc · 15 years ago
  86. d34f4ba tcg/ppc64: Use C90 style comments by malc · 15 years ago
  87. 65fe043 tcg/ppc: Implement some of the optional ops by malc · 15 years ago
  88. 30c0c76 tcg: fix build on 32-bit hppa, ppc and sparc hosts by Jay Foad · 15 years ago
  89. 2c92d62 tcg: fix assertion with --enable-debug by Jay Foad · 15 years ago
  90. 3682825 tcg: Add comments for all optional instructions not implemented. by Richard Henderson · 15 years ago
  91. 18c8f7a tcg-sparc: Implement ORC. by Richard Henderson · 15 years ago
  92. dc69960 tcg-sparc: Implement ANDC. by Richard Henderson · 15 years ago
  93. 791d126 tcg: Optional target implementation of ORC. by Richard Henderson · 15 years ago
  94. 241cbed tcg: Optional target implementation of ANDC. by Richard Henderson · 15 years ago
  95. be6551b tcg-sparc: Implement not. by Richard Henderson · 15 years ago
  96. 4b5a85c tcg-sparc: Implement neg. by Richard Henderson · 15 years ago
  97. 6ec8523 tcg/ppc: Consistently use calling convention selection macros by malc · 15 years ago
  98. 5da79c8 Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET}. by Juergen Lock · 15 years ago
  99. c68aaa1 tcg: Add consistency checks for op definitions by Stefan Weil · 15 years ago
  100. dbfe80e tcg-sparc: Implement setcond, setcond2. by Richard Henderson · 15 years ago