1. 12 Feb, 2015 2 commits
  2. 10 Feb, 2015 1 commit
    • arv's avatar
      Remove Function.prototype.toMethod · 68e48975
      arv authored
      Function.prototype.toMethod was removed from ES6.
      
      This removes the function and updates the tests to either
      use %ToMethod or a dedicated syntax (using concise method
      or a class).
      
      BUG=v8:3330
      LOG=N
      R=dslomov@chromium.org, adamk
      
      Review URL: https://codereview.chromium.org/914713002
      
      Cr-Commit-Position: refs/heads/master@{#26559}
      68e48975
  3. 04 Feb, 2015 1 commit
  4. 02 Feb, 2015 1 commit
  5. 30 Jan, 2015 1 commit
  6. 29 Jan, 2015 2 commits
  7. 26 Jan, 2015 2 commits
  8. 20 Jan, 2015 1 commit
  9. 18 Jan, 2015 2 commits
  10. 16 Jan, 2015 2 commits
  11. 15 Jan, 2015 1 commit
  12. 14 Jan, 2015 1 commit
  13. 12 Jan, 2015 2 commits
  14. 07 Jan, 2015 1 commit
    • bmeurer's avatar
      [turbofan] Cleanup Graph and related classes. · e53845d4
      bmeurer authored
      - Move NodeMarker to its own file, and introduce a non
        templatized base class.
      - Cleanup the include hell.
      - Sanitize the Node construction methods now that we
        got rid of that GenericNode/GenericGraph stuff.
      - Protect against NodeId overflow in Graph.
      - Various minor cleanups.
      
      TEST=cctest,mjsunit,unittests
      
      Review URL: https://codereview.chromium.org/838783002
      
      Cr-Commit-Position: refs/heads/master@{#25977}
      e53845d4
  15. 23 Dec, 2014 3 commits
  16. 22 Dec, 2014 1 commit
    • Benedikt Meurer's avatar
      [turbofan] Introduce CommonOperatorReducer. · ee98a1d7
      Benedikt Meurer authored
      The CommonOperatorReducer currently takes care of redundant Phis,
      EffectPhis and Selects. This functionality overlaps with ControlReducer,
      but is required to make certain optimizations effective, since the
      ControlReducer only runs really early and really late in the pipeline
      and therefore other reducers aren't reapplied properly after redundant
      phi/select elimination.
      
      TEST=unittests
      R=hpayer@chromium.org
      
      Review URL: https://codereview.chromium.org/817243003
      
      Cr-Commit-Position: refs/heads/master@{#25922}
      ee98a1d7
  17. 16 Dec, 2014 2 commits
  18. 10 Dec, 2014 3 commits
  19. 09 Dec, 2014 2 commits
  20. 05 Dec, 2014 1 commit
  21. 02 Dec, 2014 2 commits
  22. 28 Nov, 2014 6 commits