1. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  2. cca8298 tcg: make sure NDEBUG is defined before including <assert.h> by aurel32 · 15 years ago
  3. f839394 Add a --enable-debug-tcg option to configure by aurel32 · 15 years ago
  4. 2ffebe2 Remove reserved registers from tcg_target_reg_alloc_order by malc · 15 years ago
  5. 9de187a Whack [LS]MW by malc · 15 years ago
  6. e23f2f3 Remove reserved registers from tcg_target_reg_alloc_order by malc · 15 years ago
  7. 3e00b3f tcg/tcg.h: fix a few typos by aurel32 · 16 years ago
  8. b9c18f5 tcg: add a CONST flag to TCG helpers by aurel32 · 16 years ago
  9. 34d5a9f tcg: improve comment about pure functions by aurel32 · 16 years ago
  10. 79d342d tcg/x86_64: optimize register allocation order by aurel32 · 16 years ago
  11. 1da92db Fix branches and TLB matches for 64 bit targets by blueswir1 · 16 years ago
  12. f843e52 Allocate space for static call args, increase stack frame size on Sparc64 by blueswir1 · 16 years ago
  13. 864951a tcg: fix _tl aliases for divu/remu by aurel32 · 16 years ago
  14. ab36421 tcg: add _tl aliases for div/divu/rem/remu by aurel32 · 16 years ago
  15. 604457d tcg/README: fix description of bswap32_i32/i64 by aurel32 · 16 years ago
  16. 86dbdd4 tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 ops by aurel32 · 16 years ago
  17. 5d40cd6 tcg/x86: add bswap16_i32 ops by aurel32 · 16 years ago
  18. 4ad4ce1 tcg: update README wrt recent bswap changes by aurel32 · 16 years ago
  19. 911d79b tcg: add _tl aliases to bswap16/32/64 TCG ops by aurel32 · 16 years ago
  20. 9a5c57f tcg: add bswap16_i64 and bswap32_i64 TCG ops by aurel32 · 16 years ago
  21. dfa1a3f tcg: optimize tcg_gen_bswap16_i32 by aurel32 · 16 years ago
  22. 84aafb0 tcg: allow bswap16_i32 to be implemented by TCG backends by aurel32 · 16 years ago
  23. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  24. 0dd0dd5 tcg: move {not,neg}_i{32,64} definitions at the right place by aurel32 · 16 years ago
  25. e510508 tcg: fix commit r6805 by aurel32 · 16 years ago
  26. 419bafa tcg-arm: fix qemu_ld64 by aurel32 · 16 years ago
  27. 506bfcb tcg: update TODO by aurel32 · 16 years ago
  28. 9619376 tcg/x86: add not/neg/extu/bswap/rot i32 ops by aurel32 · 16 years ago
  29. 7fc8105 tcg: optimize logical operations by aurel32 · 16 years ago
  30. 43e860e Fix tcg after commit 6800 by aurel32 · 16 years ago
  31. fe75bcf tcg: use TCGV_EQUAL_I{32,64} by aurel32 · 16 years ago
  32. 44e6acb tcg: define TCGV_EQUAL_I{32,64} by aurel32 · 16 years ago
  33. c29d0de tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) by aurel32 · 16 years ago
  34. d260428 Implement TCG not ops for x86-64 by aurel32 · 16 years ago
  35. f31e937 tcg: don't define TCG rotation ops if they are not supported by aurel32 · 16 years ago
  36. d42f183 Implement TCG rotation ops for x86-64 by aurel32 · 16 years ago
  37. e63d7ab Prune unused TCG_AREGs by blueswir1 · 16 years ago
  38. 9e622b1 Sparse fixes: truncation by cast by blueswir1 · 16 years ago
  39. 9c22bc6 TCG: remove obsolete old_op_count profiler field by blueswir1 · 16 years ago
  40. 095271d Add missing r24..r26 to callee save registers by malc · 16 years ago
  41. eb2eb1d Add missing r24..r26 to calle save registers by malc · 16 years ago
  42. 2edd089 Add "static" by blueswir1 · 16 years ago
  43. a747723 Fix DEBUG_TCGV compile error. by aurel32 · 16 years ago
  44. 5db3ee7 R13 is reserved for small data area pointer by SVR4 PPC ABI by malc · 16 years ago
  45. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  46. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  47. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  48. 5d04f23 tcg: remove tcg_global_reg2_new_hack() by aurel32 · 16 years ago
  49. f53bca1 TCG: Fix documentation of qemu_ld/st ops by aurel32 · 16 years ago
  50. df9247b tcg_temp_local_new should take no parameter by aurel32 · 16 years ago
  51. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  52. 3e9a474 tcg: kill two warnings by aurel32 · 16 years ago
  53. 9db3ba4 TCG x86/x86-64: use move with zero-extend for loads/stores by aurel32 · 16 years ago
  54. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  55. 7a3a514 Fix TARGET_LONG_BITS warning in TCG by blueswir1 · 16 years ago
  56. 902b3d5 Introduce and use cache-utils.[ch] by malc · 16 years ago
  57. aef3a28 Fix 64-bit targets compilation on ARM host. by balrog · 16 years ago
  58. 54604f7 Some cleanups after dyngen removal by aurel32 · 16 years ago
  59. 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
  60. a810a2d Some fixes for TCG debugging by blueswir1 · 16 years ago
  61. 86e840e Remove a few dyngen and dyngen related code by aurel32 · 16 years ago
  62. 0c9c3a9 arm: Don't potentially overwrite input registers in add2, sub2. by balrog · 16 years ago
  63. fe33867 Don't rely on ARM tcg_out_goto() generating just a single insn. by balrog · 16 years ago
  64. 3233f0d Use libgcc __clear_cache to clean icache, when available. by balrog · 16 years ago
  65. ebd486d Fix alignment of 64bit args by malc · 16 years ago
  66. b29fe3e Preliminary AIX support by malc · 16 years ago
  67. a7812ae TCG variable type checking. by pbrook · 16 years ago
  68. 2946898 Rename misnamed BACK_CHAIN_OFFSET to LR_OFFSET by malc · 16 years ago
  69. 8421d9e Avoid compiler warning by malc · 16 years ago
  70. 828808f Fix alignment problem with some 64bit load/store instructions by malc · 16 years ago
  71. 0c5f3c8 Mention output overlaps. by pbrook · 16 years ago
  72. de3526b Fix rotri_i64 typo. by pbrook · 16 years ago
  73. 1582457 tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions by aurel32 · 16 years ago
  74. f02bb95 tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targets by aurel32 · 16 years ago
  75. 10460c8 64-bit target subfi fix. by pbrook · 16 years ago
  76. 0045734 tcg-ops.h: add a subfi wrapper by aurel32 · 16 years ago
  77. 6359706 tcg-ops.h: _i64 TCG immediate instructions cleanup by aurel32 · 16 years ago
  78. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  79. bdffd4a TCG: add tcg_const_local_tl() by aurel32 · 16 years ago
  80. f24cb33 TCG: add logical operations found on alpha and powerpc processors by aurel32 · 16 years ago
  81. d4a9eb1 Add some missing static and const qualifiers, reg_names only used if NDEBUG set by blueswir1 · 16 years ago
  82. 3ee1b85 Optimize 64 bit bswap by malc · 16 years ago
  83. 88422e2 Fix tcg_gen_concat32_i64 on 64-bit hosts. by pbrook · 16 years ago
  84. f8edcba Avoid clobbering input register in qemu_ld64+bswap+useronly case by malc · 16 years ago
  85. 945ca82 Add concat32_i64 and concat_tl_i64 ops by blueswir1 · 16 years ago
  86. 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
  87. f48f3ed Display TCGCond name in tcg dumper (original patch by Tristan Gingold) by blueswir1 · 16 years ago
  88. 9d0efc8 Use 64 bit loads for tlb addend only if addend size is 64 bits by blueswir1 · 16 years ago
  89. baf8cc5 Fix stack alignment on Sparc32 host by blueswir1 · 16 years ago
  90. 733fef0 TCG: Use x86-64 zero extension instructions. by pbrook · 16 years ago
  91. b6d1715 Implement TCG sign extension ops for x86-64. by pbrook · 16 years ago
  92. 00dbbb0 Revert "TCG: enable debug" by aurel32 · 16 years ago
  93. b24a39f TCG: enable debug by aurel32 · 16 years ago
  94. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  95. 70fa887 Relax qemu_ld/st constraints for !SOFTMMU case by malc · 16 years ago
  96. 735ee40 Relax qemu_ld/st constraints for !SOFTMMU case by malc · 16 years ago
  97. 109719e Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap case by malc · 16 years ago
  98. 0b7c1d8 Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 case by malc · 16 years ago
  99. a2a546b Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning by malc · 16 years ago
  100. 8fcd369 Fix some warnings that would be generated by gcc -Wmissing-prototypes by blueswir1 · 16 years ago