1. 24 1月, 2013 1 次提交
  2. 19 12月, 2012 2 次提交
  3. 16 12月, 2012 1 次提交
  4. 16 9月, 2012 2 次提交
  5. 15 6月, 2012 1 次提交
  6. 14 4月, 2012 1 次提交
  7. 15 3月, 2012 1 次提交
  8. 01 10月, 2011 1 次提交
  9. 07 8月, 2011 1 次提交
  10. 30 7月, 2011 1 次提交
    • B
      exec.h cleanup · 3e457172
      Blue Swirl 提交于
      Move softmmu_exec.h include directives from target-*/exec.h to
      target-*/op_helper.c. Move also various other stuff only used in
      op_helper.c there.
      
      Define global env in dyngen-exec.h.
      
      For i386, move wrappers for segment and FPU helpers from user-exec.c
      to op_helper.c. Implement raise_exception_err_env() to handle dynamic
      CPUState. Move the function declarations to cpu.h since they can be
      used outside of op_helper.c context.
      
      LM32, s390x, UniCore32: remove unused cpu_halted(), regs_to_env() and
      env_to_regs().
      
      ARM: make raise_exception() static.
      
      Convert
      #include "exec.h"
      to
      #include "cpu.h"
      #include "dyngen-exec.h"
      and remove now unused target-*/exec.h.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      3e457172
  11. 27 6月, 2011 1 次提交
  12. 20 4月, 2011 1 次提交
  13. 08 10月, 2010 1 次提交
  14. 15 2月, 2010 1 次提交
  15. 17 7月, 2009 1 次提交
  16. 14 5月, 2009 1 次提交
  17. 16 1月, 2009 2 次提交
  18. 08 1月, 2009 1 次提交
  19. 07 1月, 2009 3 次提交
  20. 05 1月, 2009 1 次提交
  21. 29 12月, 2008 1 次提交
  22. 08 12月, 2008 1 次提交
  23. 08 10月, 2008 1 次提交
  24. 07 10月, 2008 1 次提交
  25. 23 9月, 2008 1 次提交
  26. 04 7月, 2008 1 次提交
  27. 30 6月, 2008 1 次提交
  28. 10 6月, 2008 1 次提交
  29. 08 6月, 2008 1 次提交
  30. 06 6月, 2008 1 次提交
  31. 28 5月, 2008 1 次提交
  32. 25 5月, 2008 1 次提交
  33. 13 5月, 2008 1 次提交
  34. 07 5月, 2008 1 次提交
    • E
      CRIS: More TCG conversion. · dceaf394
      edgar_igl 提交于
      * Convert moves to/from support function regs (including TLB updates) to TCG.
      * SCC no longer requires T0 to strictly be 0 or 1, relaxed to 0 or non-zero.
      * Convert the the condition code evaluation to TCG.
      * Convert rfe into a helper and TCG.
      * Convert evaluate_bcc and setf to TCG.
      * Convert clrf to TCG.
      * Convert CRIS exception raising to TCG.
      * Convert btst to TCG.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4376 c046a42c-6fe2-441c-8c8c-71466251a162
      dceaf394
  35. 06 5月, 2008 1 次提交