1. 03 May, 2011 1 commit
  2. 02 May, 2011 1 commit
  3. 29 Apr, 2011 1 commit
  4. 26 Apr, 2011 1 commit
  5. 20 Apr, 2011 1 commit
    • kmillikin@chromium.org's avatar
      Change the Hydrogen representation of uses. · 4d1b2b1d
      kmillikin@chromium.org authored
      Rather than representing a use as a pointer to an HValue and then searching
      for the specific (ambiguous) operand, we now represent a use as a pair of an
      HValue and the input operand index.  Additionally, use a linked list instead
      of a growable array list since we never use random access.
      
      This allows us to remove a bunch of similarly named and subtly different
      functions from the HValue API.  The cost in extra zone allocation per use is
      partially offset by reusing use list nodes when replacing a use of one value
      with another.
      
      R=danno@chromium.org,fschneider@chromium.org
      
      Review URL: http://codereview.chromium.org/6881044
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7674 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      4d1b2b1d
  6. 15 Apr, 2011 2 commits
  7. 13 Apr, 2011 3 commits
  8. 08 Apr, 2011 1 commit
  9. 07 Apr, 2011 3 commits
  10. 05 Apr, 2011 3 commits
  11. 04 Apr, 2011 1 commit
  12. 01 Apr, 2011 4 commits
  13. 28 Mar, 2011 1 commit
  14. 25 Mar, 2011 1 commit
  15. 24 Mar, 2011 2 commits
  16. 23 Mar, 2011 1 commit
  17. 21 Mar, 2011 2 commits
  18. 18 Mar, 2011 3 commits
  19. 17 Mar, 2011 6 commits
  20. 14 Mar, 2011 1 commit
  21. 11 Mar, 2011 1 commit