1. 15 5月, 2014 3 次提交
  2. 13 5月, 2014 3 次提交
  3. 19 4月, 2014 2 次提交
  4. 01 2月, 2014 1 次提交
  5. 30 11月, 2013 1 次提交
  6. 11 10月, 2013 1 次提交
  7. 03 9月, 2013 3 次提交
  8. 05 6月, 2013 1 次提交
  9. 06 4月, 2013 13 次提交
  10. 19 12月, 2012 1 次提交
  11. 07 10月, 2012 3 次提交
  12. 22 9月, 2012 1 次提交
  13. 16 9月, 2012 1 次提交
  14. 10 9月, 2012 1 次提交
    • A
      tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0 · 6845df48
      Aurelien Jarno 提交于
      The load/store slow path has been broken in e141ab52:
      - We need to move 4 registers for store functions and 3 registers for
        load functions and not the reverse.
      - According to the s390x calling convention the arguments of a function
        should be zero extended. This means that the register shift should be
        done with TCG_TYPE_I64 to ensure the higher word is correctly zero
        extended when needed.
      
      I am aware that CONFIG_TCG_PASS_AREG0 is being removed and thus that
      this patch can be improved, but doing so means it can also be applied to
      the 1.1 and 1.2 stable branches.
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      6845df48
  15. 18 3月, 2012 1 次提交
  16. 15 3月, 2012 1 次提交
  17. 08 10月, 2011 1 次提交
  18. 18 9月, 2011 1 次提交
  19. 27 6月, 2011 1 次提交