1. 11 1月, 2017 8 次提交
  2. 10 1月, 2017 1 次提交
  3. 21 9月, 2016 1 次提交
  4. 16 9月, 2016 2 次提交
  5. 06 7月, 2016 2 次提交
    • S
      tcg: Improve the alignment check infrastructure · 1f00b27f
      Sergey Sorokin 提交于
      Some architectures (e.g. ARMv8) need the address which is aligned
      to a size more than the size of the memory access.
      To support such check it's enough the current costless alignment
      check implementation in QEMU, but we need to support
      an alignment size specifying.
      Signed-off-by: NSergey Sorokin <afarallax@yandex.ru>
      Message-Id: <1466705806-679898-1-git-send-email-afarallax@yandex.ru>
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      [rth: Assert in tcg_canonicalize_memop.  Leave get_alignment_bits
      available for, though unused by, user-mode.  Retain logging difference
      based on ALIGNED_ONLY.]
      1f00b27f
    • R
      tcg: Optimize spills of constants · 59d7c14e
      Richard Henderson 提交于
      While we can store constants via constrants on INDEX_op_st_i32 et al,
      we weren't able to spill constants to backing store.
      
      Add a new backend interface, tcg_out_sti, which may store the constant
      (and is allowed to fail).  Rearrange the temp_* helpers so that we only
      attempt to directly store a constant when the temp is becoming dead/free.
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      59d7c14e
  6. 13 5月, 2016 2 次提交
  7. 21 4月, 2016 2 次提交
  8. 24 2月, 2016 2 次提交
  9. 29 1月, 2016 1 次提交
    • P
      tcg: Clean up includes · 757e725b
      Peter Maydell 提交于
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1453832250-766-16-git-send-email-peter.maydell@linaro.org
      757e725b
  10. 03 9月, 2015 1 次提交
  11. 25 8月, 2015 3 次提交
  12. 24 7月, 2015 1 次提交
  13. 09 6月, 2015 1 次提交
  14. 15 5月, 2015 2 次提交
  15. 14 3月, 2015 2 次提交
  16. 05 6月, 2014 1 次提交
  17. 29 5月, 2014 1 次提交
  18. 13 5月, 2014 4 次提交
  19. 19 4月, 2014 2 次提交
  20. 21 2月, 2014 1 次提交