1. 3d1b2ff tcg: Remove TCG_TARGET_HAS_new_ldst by Richard Henderson · 11 years ago
  2. 1695974 tcg-arm: Make debug_frame const by Richard Henderson · 11 years ago
  3. 96d0ee7 tcg: Remove unreachable code in tcg_out_op and op_defs by Richard Henderson · 11 years ago
  4. 267c931 tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZE by Richard Henderson · 11 years ago
  5. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  6. df9ebea tcg: Relax requirement for mulu2_i32 on 32-bit hosts by Richard Henderson · 11 years ago
  7. f6c6afc tcg: Add TCGType parameter to tcg_target_const_match by Richard Henderson · 11 years ago
  8. ad5171d tcg: Fix warning (1 bit signed bitfield entry) and replace int by bool by Stefan Weil · 11 years ago
  9. 1a8e80d tcg-arm: Avoid ldrd/strd for user-only emulation by Richard Henderson · 11 years ago
  10. 7a3a009 tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1]. by Huw Davies · 11 years ago
  11. 41d9ea8 tcg-arm: Use qemu_getauxval by Richard Henderson · 12 years ago
  12. 091d567 tcg-arm: Improve GUEST_BASE qemu_ld/st by Richard Henderson · 11 years ago
  13. 15ecf6e tcg-arm: Convert to new ldst opcodes by Richard Henderson · 11 years ago
  14. a485cff tcg-arm: Tidy variable naming convention in qemu_ld/st by Richard Henderson · 11 years ago
  15. 0315c51 tcg-arm: Convert to le/be ldst helpers by Richard Henderson · 11 years ago
  16. 099fcf2 tcg-arm: Use TCGMemOp within qemu_ldst routines by Richard Henderson · 11 years ago
  17. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 11 years ago
  18. 9ecefc8 tcg: Add tcg-be-ldst.h by Richard Henderson · 11 years ago
  19. ee06e23 tcg-arm: Move the tlb addend load earlier by Richard Henderson · 11 years ago
  20. 66c2056 tcg-arm: Remove restriction on qemu_ld output register by Richard Henderson · 11 years ago
  21. d3e440b tcg-arm: Return register containing tlb addend by Richard Henderson · 11 years ago
  22. d0ebde2 tcg-arm: Move load of tlb addend into tcg_out_tlb_read by Richard Henderson · 11 years ago
  23. f248873 tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlb by Richard Henderson · 11 years ago
  24. e5e2e4a tcg-arm: Use strd for tcg_out_arg_reg64 by Richard Henderson · 11 years ago
  25. d9f4dde tcg-arm: Rearrange slow-path qemu_ld/st by Richard Henderson · 11 years ago
  26. 23bbc25 tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64 by Richard Henderson · 11 years ago
  27. e58eb53 exec: Split softmmu_defs.h by Richard Henderson · 11 years ago
  28. a05b5b9 tcg: Change tcg_out_ld/st offset to intptr_t by Richard Henderson · 11 years ago
  29. 2ba7fae2 tcg: Change relocation offsets to intptr_t by Richard Henderson · 11 years ago
  30. b93949e tcg: Change flush_icache_range arguments to uintptr_t by Richard Henderson · 11 years ago
  31. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 11 years ago
  32. 0caa91f tcg-arm: Implement tcg_register_jit by Richard Henderson · 12 years ago
  33. 1e709f3 tcg-arm: Use AT_PLATFORM to detect the host ISA by Richard Henderson · 12 years ago
  34. cb91021 tcg-arm: Simplify logic in detecting the ARM ISA in use by Richard Henderson · 12 years ago
  35. fb82273 tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions by Richard Henderson · 11 years ago
  36. 72e1ccf tcg-arm: Make use of conditional availability of opcodes for divide by Richard Henderson · 12 years ago
  37. 5e1108b tcg-arm: Don't implement rem by Richard Henderson · 12 years ago
  38. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  39. 56bbc2f tcg: Remove redundant tcg_target_init checks by Richard Henderson · 12 years ago
  40. c9e53a4 tcg-arm: Use movi32 in exit_tb by Richard Henderson · 12 years ago
  41. 8ddaeb1 tcg-arm: Fix 64-bit tlb load for pre-v6 by Richard Henderson · 12 years ago
  42. 96fbd7d tcg-arm: Remove long jump from tcg_out_goto_label by Richard Henderson · 12 years ago
  43. df5e0ef tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION by Richard Henderson · 12 years ago
  44. 302fdde tcg-arm: Use movi32 + blx for calls on v7 by Richard Henderson · 12 years ago
  45. 595b539 tcg-arm: Delete the 'S' constraint by Richard Henderson · 12 years ago
  46. 702b33b tcg-arm: Improve scheduling of tcg_out_tlb_read by Richard Henderson · 12 years ago
  47. cee87be tcg-arm: Split out tcg_out_tlb_read by Richard Henderson · 12 years ago
  48. 9feac1d tcg-arm: Cleanup most primitive load store subroutines by Richard Henderson · 12 years ago
  49. 34358a1 tcg-arm: Cleanup multiply subroutines by Richard Henderson · 12 years ago
  50. 13dd6fb tcg-arm: Use R12 for the tcg temporary by Richard Henderson · 12 years ago
  51. 4346457 tcg-arm: Use TCG_REG_TMP name for the tcg temporary by Richard Henderson · 12 years ago
  52. 0637c56 tcg-arm: Implement division instructions by Richard Henderson · 12 years ago
  53. b6b24cb tcg-arm: Implement deposit for armv7 by Richard Henderson · 12 years ago
  54. e86e0f2 tcg-arm: Improve constant generation by Richard Henderson · 12 years ago
  55. 2df3f1e tcg-arm: Handle constant arguments to add2/sub2 by Richard Henderson · 12 years ago
  56. 5d53b4c tcg-arm: Use tcg_out_dat_rIN for compares by Richard Henderson · 12 years ago
  57. d9fda57 tcg-arm: Allow constant first argument to sub by Richard Henderson · 12 years ago
  58. a9a86ae tcg-arm: Handle negated constant arguments to and/sub by Richard Henderson · 12 years ago
  59. 19b62bf tcg-arm: Use bic to implement and with constant by Richard Henderson · 12 years ago
  60. fc4d60e tcg-arm: Fix local stack frame by Richard Henderson · 12 years ago
  61. d693e14 tcg-arm: Implement muls2_i32 by Richard Henderson · 12 years ago
  62. 4d3203f tcg: Add signed multiword multiplication operations by Richard Henderson · 12 years ago
  63. 5256a72 tcg/target-arm: Add missing parens to assertions by Peter Maydell · 12 years ago
  64. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  65. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  66. 7aab08a tcg/arm: fix cross-endian qemu_st16 by Aurelien Jarno · 12 years ago
  67. d17bd1d tcg/arm: fix TLB access in qemu-ld/st ops by Aurelien Jarno · 12 years ago
  68. 41a05a4 Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu by Aurelien Jarno · 12 years ago
  69. 4a1d241 tcg/arm: Implement movcond_i32 by Peter Maydell · 12 years ago
  70. 7fc645b tcg/arm: Factor out code to emit immediate or reg-reg op by Peter Maydell · 12 years ago
  71. 07e10e5 tcg: Remove TCG_TARGET_HAS_GUEST_BASE define by Peter Maydell · 12 years ago
  72. 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
  73. 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 12 years ago
  74. 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 12 years ago
  75. f97713f tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code by Peter Maydell · 12 years ago
  76. 6e17d0c tcg: Remove tcg_target_get_call_iarg_regs_count by Stefan Weil · 12 years ago
  77. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 12 years ago
  78. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 12 years ago
  79. 9716ef3 tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code by Peter Maydell · 12 years ago
  80. e141ab5 softmmu templates: optionally pass CPUState to memory access functions by Blue Swirl · 13 years ago
  81. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  82. dba4f1b w64: Change data type of parameters for flush_icache_range by Stefan Weil · 13 years ago
  83. 5c84bd9 tcg-arm: fix a typo in comments by Aurelien Jarno · 13 years ago
  84. 05b922d tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointer by Peter Maydell · 13 years ago
  85. 222f23f tcg/arm: remove fixed map code buffer restriction by Dr. David Alan Gilbert · 13 years ago
  86. 2a534af tcg: Use TCGReg for standard tcg-target entry points. by Richard Henderson · 13 years ago
  87. 771142c tcg: Standardize on TCGReg as the enum for hard registers by Richard Henderson · 13 years ago
  88. df0eda9 tcg/arm: Remove unused tcg_out_addi() by Peter Maydell · 13 years ago
  89. 840f586 tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h by Stefan Weil · 13 years ago
  90. 25c4d9c tcg: Always define all of the TCGOpcode enum members. by Richard Henderson · 13 years ago
  91. 614f104 Delegate setup of TCG temporaries to targets by Blue Swirl · 14 years ago
  92. cea5f9a cpu-exec.c: avoid AREG0 use by Blue Swirl · 14 years ago
  93. 24e838b tcg/arm: Support host code being compiled for Thumb by Peter Maydell · 14 years ago
  94. 5677903 tcg arm/mips/ia64: add a comment about retranslation and caches by Aurelien Jarno · 14 years ago
  95. 0f11f25 tcg/arm: improve constant loading by Aurelien Jarno · 14 years ago
  96. 9a3abc2 tcg/arm: fix qemu_st64 for big endian targets by Aurelien Jarno · 14 years ago
  97. c69806a tcg/arm: fix branch target change during code retranslation by Aurelien Jarno · 14 years ago
  98. e4d58b4 tcg: Make some tcg-target.c routines static. by Richard Henderson · 15 years ago
  99. 3b6dac3 tcg: Add TYPE parameter to tcg_out_mov. by Richard Henderson · 15 years ago
  100. e23886a tcg/arm: fix condition in zero/sign extension functions by Aurelien Jarno · 15 years ago