1. 28 10月, 2012 11 次提交
  2. 17 10月, 2012 2 次提交
  3. 12 10月, 2012 1 次提交
  4. 08 10月, 2012 1 次提交
  5. 07 10月, 2012 1 次提交
  6. 26 9月, 2012 1 次提交
  7. 22 9月, 2012 4 次提交
  8. 20 9月, 2012 1 次提交
    • A
      tcg: mark set_label with TCG_OPF_BB_END flag · 332864bd
      Aurelien Jarno 提交于
      set_label is effectively the end of a basic block, as no optimization
      can be made accross it. It was treated as such in the liveness analysis
      code, but as a special case.
      
      Mark it with TCG_OPF_BB_END flag so that this information can be used
      by other parts of the TCG code, and remove the special case in the liveness
      analysis code.
      
      Cc: Blue Swirl <blauwirbel@gmail.com>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      332864bd
  9. 12 9月, 2012 1 次提交
  10. 22 6月, 2012 1 次提交
  11. 25 3月, 2012 2 次提交
  12. 24 3月, 2012 1 次提交
  13. 18 3月, 2012 1 次提交
  14. 17 3月, 2012 1 次提交
  15. 11 3月, 2012 1 次提交
    • S
      tcg: Improve tcg_out_label and fix its usage for w64 · 9d6fca70
      Stefan Weil 提交于
      tcg_out_label is always called with a third argument of pointer type
      which was casted to tcg_target_long.
      
      These casts can be avoided by changing the prototype of tcg_out_label.
      
      There was also a cast to long. For most hosts with
      sizeof(long) == sizeof(tcg_target_long) == sizeof(void *) this did not
      matter, but for w64 it was wrong. This is fixed now.
      
      Cc: Blue Swirl <blauwirbel@gmail.com>
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      9d6fca70
  16. 04 3月, 2012 1 次提交
  17. 23 2月, 2012 1 次提交
  18. 02 12月, 2011 1 次提交
  19. 15 11月, 2011 1 次提交
  20. 01 11月, 2011 1 次提交
  21. 01 10月, 2011 2 次提交
  22. 24 8月, 2011 1 次提交
  23. 22 8月, 2011 2 次提交