1. 19 Dec, 2014 1 commit
  2. 17 Dec, 2014 2 commits
  3. 16 Dec, 2014 2 commits
    • arv's avatar
      Revert of ES6 computed property names (patchset #1 id:1 of... · 5f22fdd5
      arv authored
      Revert of ES6 computed property names (patchset #1 id:1 of https://codereview.chromium.org/807173002/)
      
      Reason for revert:
      Crashes Win32. It was not flake.
      
      Original issue's description:
      > ES6 computed property names
      >
      > This adds support for computed property names, under the flag
      > --harmony-computed-property-names, for both object literals and
      > classes.
      >
      > This is a revert of the revert, a76419f0 with
      > no changes. I cannot reproduce the issue on Win8.1 or WinXP. Letting the bots
      > try again.
      >
      > BUG=v8:3754
      > LOG=Y
      > TBR=dslomov@chromium.org
      
      TBR=dslomov@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      BUG=v8:3754
      
      Review URL: https://codereview.chromium.org/807033003
      
      Cr-Commit-Position: refs/heads/master@{#25853}
      5f22fdd5
    • arv's avatar
      ES6 computed property names · a235b107
      arv authored
      This adds support for computed property names, under the flag
      --harmony-computed-property-names, for both object literals and
      classes.
      
      This is a revert of the revert, a76419f0 with
      no changes. I cannot reproduce the issue on Win8.1 or WinXP. Letting the bots
      try again.
      
      BUG=v8:3754
      LOG=Y
      TBR=dslomov@chromium.org
      
      Review URL: https://codereview.chromium.org/807173002
      
      Cr-Commit-Position: refs/heads/master@{#25851}
      a235b107
  4. 15 Dec, 2014 4 commits
  5. 12 Dec, 2014 1 commit
  6. 10 Dec, 2014 3 commits
  7. 08 Dec, 2014 2 commits
  8. 05 Dec, 2014 4 commits
  9. 04 Dec, 2014 3 commits
  10. 03 Dec, 2014 1 commit
    • wingo's avatar
      Move more don't-crankshaft computation to numbering pass · 21b23e69
      wingo authored
      The "do I inline?" decision needs many of the same inputs as the "should
      I even try to crankshaft?" decision.  This change consolidates these
      checks in the numbering pass.  It also removes the is_generator() check,
      as that's already handled when visiting the initial Yield expression.
      
      R=svenpanne@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/775693003
      
      Cr-Commit-Position: refs/heads/master@{#25642}
      21b23e69
  11. 02 Dec, 2014 1 commit
  12. 26 Nov, 2014 2 commits
  13. 21 Nov, 2014 3 commits
  14. 20 Nov, 2014 1 commit
  15. 19 Nov, 2014 1 commit
  16. 18 Nov, 2014 4 commits
  17. 13 Nov, 2014 2 commits
  18. 12 Nov, 2014 1 commit
  19. 11 Nov, 2014 2 commits