1. 29 Jun, 2016 1 commit
  2. 27 Jun, 2016 2 commits
  3. 20 Jun, 2016 2 commits
  4. 17 Jun, 2016 2 commits
    • bmeurer's avatar
      [builtins] Introduce proper Float64Cos and Float64Sin. · c781e831
      bmeurer authored
      Import base::ieee754::cos() and base::ieee754::sin() from fdlibm and
      introduce Float64Cos and Float64Sin TurboFan operator based on that,
      similar to what we do for Float64Log. Rewrite Math.cos() and Math.sin()
      as TurboFan builtins and use those operators to also inline Math.cos()
      and Math.sin() into optimized TurboFan functions.
      
      CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
      R=mvstanton@chromium.org
      BUG=v8:5086,v8:5118
      
      Review-Url: https://codereview.chromium.org/2073123002
      Cr-Commit-Position: refs/heads/master@{#37072}
      c781e831
    • bmeurer's avatar
      [builtins] Introduce proper Float64Exp operator. · d5f2ac5e
      bmeurer authored
      Import base::ieee754::exp() from FreeBSD msun and introduce a Float64Exp
      TurboFan operator based on that, similar to what we do for Float64Log.
      Rewrite Math.exp() as TurboFan builtin and use that operator to also
      inline Math.exp() into optimized TurboFan functions.
      
      CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
      BUG=v8:3266,v8:3468,v8:3493,v8:5086,v8:5108,chromium:620786
      R=mvstanton@chromium.org
      
      Committed: https://crrev.com/93e26314afc9da9b5b8bd998688262444ed73260
      Review-Url: https://codereview.chromium.org/2077533002
      Cr-Original-Commit-Position: refs/heads/master@{#37037}
      Cr-Commit-Position: refs/heads/master@{#37047}
      d5f2ac5e
  5. 16 Jun, 2016 2 commits
  6. 14 Jun, 2016 2 commits
  7. 10 Jun, 2016 2 commits
  8. 09 Jun, 2016 2 commits
  9. 06 Jun, 2016 2 commits
  10. 01 Jun, 2016 2 commits
  11. 30 May, 2016 1 commit
  12. 17 May, 2016 2 commits
  13. 13 May, 2016 1 commit
  14. 11 May, 2016 2 commits
  15. 10 May, 2016 1 commit
  16. 06 May, 2016 2 commits
  17. 04 May, 2016 1 commit
    • mstarzinger's avatar
      [compiler] Remove dangerous language mode accessors. · db1b27e8
      mstarzinger authored
      The language mode is no longer constant accross a compilation unit. For
      example the extends clause of a class literal can be in strict mode even
      though the surrounding function is in sloppy mode. This makes any global
      language mode predicate that reasons over an entire function inherently
      dangerous. Instead one should use the appropriate predicate on scopes or
      literals directly.
      
      R=bmeurer@chromium.org
      
      Review-Url: https://codereview.chromium.org/1949013002
      Cr-Commit-Position: refs/heads/master@{#36010}
      db1b27e8
  18. 26 Apr, 2016 1 commit
  19. 14 Apr, 2016 1 commit
  20. 07 Apr, 2016 2 commits
  21. 01 Apr, 2016 1 commit
  22. 31 Mar, 2016 1 commit
  23. 30 Mar, 2016 1 commit
  24. 22 Mar, 2016 3 commits
  25. 21 Mar, 2016 1 commit