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