1. 11 Mar, 2014 1 commit
  2. 05 Mar, 2014 1 commit
  3. 28 Sep, 2013 1 commit
  4. 28 Jun, 2013 1 commit
  5. 27 Jun, 2013 1 commit
  6. 26 Jun, 2013 1 commit
  7. 25 Jun, 2013 1 commit
  8. 03 May, 2013 2 commits
  9. 30 Apr, 2013 1 commit
  10. 16 Apr, 2013 1 commit
  11. 15 Mar, 2013 1 commit
  12. 14 Mar, 2013 1 commit
  13. 06 Mar, 2013 1 commit
  14. 04 Feb, 2013 1 commit
  15. 04 Jan, 2013 1 commit
  16. 18 Dec, 2012 1 commit
  17. 10 Dec, 2012 1 commit
  18. 05 Dec, 2012 1 commit
  19. 03 Dec, 2012 2 commits
  20. 30 Nov, 2012 2 commits
  21. 12 Jul, 2012 2 commits
  22. 11 Jun, 2012 1 commit
  23. 22 Feb, 2012 1 commit
  24. 21 Feb, 2012 1 commit
  25. 03 Feb, 2012 1 commit
  26. 10 Nov, 2011 1 commit
  27. 06 Jun, 2011 1 commit
  28. 06 May, 2011 1 commit
  29. 03 May, 2011 1 commit
  30. 18 Mar, 2011 3 commits
  31. 10 Mar, 2011 1 commit
  32. 23 Feb, 2011 1 commit
  33. 04 Feb, 2011 1 commit
    • fschneider@chromium.org's avatar
      Remove instruction summaries. · 17da434b
      fschneider@chromium.org authored
      Instead of constructing a temporary container for all LOperands of each
      instruction, the register works directly on the LIR instructions that
       provide an abstract interface for input/output/temp operands.
      
      This saves allocation of zone memory and speeds up LIR construction,
      but makes iterating over all uses in the register allocator slightly
      more expensive because environment uses are stored in a linked list of
      environments. We can fix this by using a flat representation of LOperands.
      
      
      Review URL: http://codereview.chromium.org/6352006
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6638 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      17da434b
  34. 20 Jan, 2011 1 commit