1. 12 May, 2013 2 commits
  2. 30 Apr, 2013 1 commit
  3. 19 Apr, 2013 1 commit
  4. 12 Apr, 2013 2 commits
  5. 24 Mar, 2013 1 commit
  6. 22 Mar, 2013 1 commit
  7. 17 Mar, 2013 1 commit
  8. 12 Mar, 2013 1 commit
  9. 26 Feb, 2013 1 commit
  10. 25 Feb, 2013 1 commit
  11. 05 Feb, 2013 1 commit
  12. 28 Jan, 2013 1 commit
  13. 26 Jan, 2013 1 commit
  14. 24 Jan, 2013 3 commits
  15. 25 Nov, 2012 2 commits
  16. 05 Nov, 2012 1 commit
  17. 31 Oct, 2012 2 commits
  18. 30 Aug, 2012 1 commit
  19. 28 Aug, 2012 1 commit
  20. 25 Jul, 2012 1 commit
  21. 24 May, 2012 1 commit
  22. 07 Mar, 2012 1 commit
  23. 26 Jul, 2011 1 commit
    • Mans Rullgard's avatar
      x86: fix build with gcc 4.7 · da4c7cce
      Mans Rullgard authored
      The upcoming gcc 4.7 has more advanced constant propagation
      resulting some inline asm operands becoming constants and thus
      emitted as literals, sometimes in contexts where this results
      in invalid instructions.
      
      This patch changes the constraints of the relevant operands
      to "rm" thus forcing a valid type.  While obviously suboptimal,
      this is what older gcc versions already did, and there is no
      change to the code generated with these.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      da4c7cce
  24. 04 Jul, 2011 2 commits
  25. 03 Jul, 2011 1 commit
  26. 21 Jun, 2011 1 commit
  27. 19 Mar, 2011 1 commit
  28. 31 Oct, 2010 1 commit
  29. 30 Oct, 2010 1 commit
  30. 28 Oct, 2010 2 commits
  31. 25 Oct, 2010 1 commit
  32. 01 Sep, 2010 1 commit