1. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
  2. 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 5 years ago
  3. 2b434dd tcg: Search includes in the parent source directory by Philippe Mathieu-Daudé · 5 years ago
  4. 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 6 years ago
  5. 269bd5d cpu: Move the softmmu tlb to CPUNegativeOffsetState by Richard Henderson · 6 years ago
  6. a40ec84 tcg: Create struct CPUTLB by Richard Henderson · 6 years ago
  7. 78113e8 tcg: Return bool success from tcg_out_mov by Richard Henderson · 6 years ago
  8. fce1296 tcg: Add INDEX_op_extract2_{i32,i64} by Richard Henderson · 6 years ago
  9. e77c89f cputlb: Remove static tlb sizing by Richard Henderson · 6 years ago
  10. 17ff9f7 tcg/sparc: enable dynamic TLB sizing by Richard Henderson · 6 years ago
  11. 86e1eff tcg: introduce dynamic TLB sizing by Emilio G. Cota · 6 years ago
  12. e1dcf35 tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP by Richard Henderson · 6 years ago
  13. 6ac1778 tcg: Return success from patch_reloc by Richard Henderson · 6 years ago
  14. 791645f tcg/sparc: Remove retranslation code by Richard Henderson · 6 years ago
  15. f6823cb target/sparc: Remove the constant pool by Richard Henderson · 6 years ago
  16. 9f75462 tcg: Reduce max TB opcode count by Richard Henderson · 7 years ago
  17. 9be44a1 tcg/sparc: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  18. f46934d tcg: Remove tcg_regset_set32 by Richard Henderson · 7 years ago
  19. ccb1bb6 tcg: Remove tcg_regset_clear by Richard Henderson · 7 years ago
  20. e9823b4 tcg/sparc: Use constant pool for movi by Richard Henderson · 8 years ago
  21. ab20bdc tcg/sparc: Introduce TCG_REG_TB by Richard Henderson · 8 years ago
  22. 659ef5c tcg: Rearrange ldst label tracking by Richard Henderson · 8 years ago
  23. a858339 tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h by Richard Henderson · 8 years ago
  24. 71650df tcg: Add tcg target default memory ordering by Pranith Kumar · 8 years ago
  25. 38f81dc tcg/sparc: Implement goto_ptr by Richard Henderson · 8 years ago
  26. cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 8 years ago
  27. 5c32be5 tcg/sparc: Zero extend address argument to ld/st helpers by Peter Maydell · 8 years ago
  28. 709a340 tcg/sparc: Zero extend data argument to store helpers by Peter Maydell · 8 years ago
  29. a768e4e tcg: Add opcode for ctpop by Richard Henderson · 8 years ago
  30. 0e28d00 tcg: Add clz and ctz opcodes by Richard Henderson · 8 years ago
  31. 069ea73 tcg: Pass the opcode width to target_parse_constraint by Richard Henderson · 8 years ago
  32. f69d277 tcg: Transition flat op_defs array to a target callback by Richard Henderson · 8 years ago
  33. 7ec8bab tcg: Add field extraction primitives by Richard Henderson · 8 years ago
  34. f8f03b3 tcg/sparc: Add support for fence by Pranith Kumar · 9 years ago
  35. 85aa808 tcg: Support arbitrary size + alignment by Richard Henderson · 9 years ago
  36. 14e54f8 tcg: Clean up tcg-target.h header guards by Markus Armbruster · 9 years ago
  37. 59d7c14 tcg: Optimize spills of constants by Richard Henderson · 9 years ago
  38. f309101 tcg: Clean up direct block chaining data fields by Sergey Fedorov · 9 years ago
  39. 84f79fb tcg/sparc: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  40. 8d8fdba tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG by Aurelien Jarno · 9 years ago
  41. eabb7b9 tcg: use tcg_debug_assert instead of assert (fix performance regression) by Aurelien Jarno · 9 years ago
  42. c3b7f66 tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c by Peter Maydell · 9 years ago
  43. ce15110 tcg: Rename tcg-target.c to tcg-target.inc.c by Peter Maydell · 9 years ago
  44. 757e725 tcg: Clean up includes by Peter Maydell · 9 years ago
  45. b76f21a linux-user: remove useless macros GUEST_BASE and RESERVED_VA by Laurent Vivier · 10 years ago
  46. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 10 years ago
  47. 609ad70 tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 by Richard Henderson · 10 years ago
  48. 4f2331e tcg: implement real ext_i32_i64 and extu_i32_i64 ops by Aurelien Jarno · 10 years ago
  49. 0632e55 tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 by Aurelien Jarno · 10 years ago
  50. 2b7ec66 tcg: Mask TCGMemOp appropriately for indexing by Richard Henderson · 10 years ago
  51. 006f863 tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS by Paolo Bonzini · 10 years ago
  52. 3972ef6 tcg: Push merged memop+mmu_idx parameter to softmmu routines by Richard Henderson · 10 years ago
  53. 59227d5 tcg: Merge memop and mmu_idx parameters to qemu_ld/st by Richard Henderson · 10 years ago
  54. bec1631 tcg: Change generator-side labels to a pointer by Richard Henderson · 10 years ago
  55. de8301e tcg-sparc: Use UMULXHI instruction by Richard Henderson · 11 years ago
  56. c470b66 tcg-sparc: Rename ADDX/SUBX insns by Richard Henderson · 11 years ago
  57. 9d6a7a8 tcg-sparc: Use ADDXC in setcond_i64 by Richard Henderson · 11 years ago
  58. 321b6c0 tcg-sparc: Fix setcond_i32 uninitialized value by Richard Henderson · 11 years ago
  59. 90379ca tcg-sparc: Use ADDXC in addsub2_i64 by Richard Henderson · 11 years ago
  60. 609ac1e tcg-sparc: Support addsub2_i64 by Richard Henderson · 11 years ago
  61. 3d1b2ff tcg: Remove TCG_TARGET_HAS_new_ldst by Richard Henderson · 11 years ago
  62. ae18b28 tcg-sparc: Make debug_frame const by Richard Henderson · 11 years ago
  63. 96d0ee7 tcg: Remove unreachable code in tcg_out_op and op_defs by Richard Henderson · 11 years ago
  64. 4e9cf84 tcg-sparc: Create tcg_out_call by Richard Henderson · 11 years ago
  65. abce596 tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZE by Richard Henderson · 11 years ago
  66. ebd0c61 tcg-sparc: Accept stores of zero by Richard Henderson · 11 years ago
  67. 035b239 tcg-sparc: Fix small 32-bit movi by Richard Henderson · 11 years ago
  68. 35e2da1 tcg-sparc: Fixup function argument types by Richard Henderson · 11 years ago
  69. b357f90 tcg-sparc: Hoist common argument loads in tcg_out_op by Richard Henderson · 11 years ago
  70. 98b90ba tcg-sparc: Don't handle mov/movi in tcg_out_op by Richard Henderson · 11 years ago
  71. 425532d tcg-sparc: Tidy check_fit_* tests by Richard Henderson · 11 years ago
  72. f4c1666 tcg-sparc: Implement muls2_i32 by Richard Henderson · 11 years ago
  73. 8b66eef tcg-sparc: Use the RETURN instruction by Richard Henderson · 11 years ago
  74. 34b1a49 tcg-sparc: Use 64-bit registers with sparcv8plus by Richard Henderson · 11 years ago
  75. a24fba9 tcg-sparc: Support trunc_shr_i32 by Richard Henderson · 11 years ago
  76. 9f44adc tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS by Richard Henderson · 12 years ago
  77. 4bb7a41 tcg: Add INDEX_op_trunc_shr_i32 by Richard Henderson · 12 years ago
  78. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  79. 4b304cf tcg-sparc: Use the type parameter to tcg_target_const_match by Richard Henderson · 11 years ago
  80. f6c6afc tcg: Add TCGType parameter to tcg_target_const_match by Richard Henderson · 11 years ago
  81. cab0a7e tcg-sparc: Convert to new ldst opcodes by Richard Henderson · 12 years ago
  82. 7ea5d72 tcg-sparc: Convert to new ldst helpers by Richard Henderson · 11 years ago
  83. a8b12c1 tcg-sparc: Tidy tcg_out_tlb_load interface by Richard Henderson · 12 years ago
  84. eef0d9e tcg-sparc: Use TCGMemOp within qemu_ldst routines by Richard Henderson · 12 years ago
  85. a9c7d27 tcg-sparc: Improve tcg_out_movi by Richard Henderson · 12 years ago
  86. 1d0a606 tcg-sparc: Dont handle constant arguments to ext32 ops by Richard Henderson · 11 years ago
  87. 5f9eb02 tcg-sparc: Don't handle remainder by Richard Henderson · 12 years ago
  88. c8fc56c tcg-sparc: Use intptr_t as appropriate by Richard Henderson · 12 years ago
  89. aad2f06 tcg-sparc: Tidy call+jump patterns by Richard Henderson · 12 years ago
  90. d801a8f tcg-sparc: Fix tlb read by Richard Henderson · 12 years ago
  91. e7bc900 tcg-sparc: Fix ld64 for 32-bit mode by Richard Henderson · 12 years ago
  92. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 12 years ago
  93. 3cf246f tcg: Add tcg-be-null.h by Richard Henderson · 11 years ago
  94. 387e417 tcg-sparc: Fix parenthesis warning by Richard Henderson · 12 years ago
  95. e58eb53 exec: Split softmmu_defs.h by Richard Henderson · 12 years ago
  96. a05b5b9 tcg: Change tcg_out_ld/st offset to intptr_t by Richard Henderson · 12 years ago
  97. 2ba7fae2 tcg: Change relocation offsets to intptr_t by Richard Henderson · 12 years ago
  98. 78cd7b8 tcg: Allow TCG_TARGET_REG_BITS to be specified independantly by Richard Henderson · 12 years ago
  99. b93949e tcg: Change flush_icache_range arguments to uintptr_t by Richard Henderson · 12 years ago
  100. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 12 years ago