1. 03 Jun, 2016 1 commit
    • bmeurer's avatar
      [builtins] Migrate Math.log to TurboFan. · f2da19fe
      bmeurer authored
      Introduce a dedicated Float64Log machine operator, that is either
      implemented by a direct C call or by platform specific code, i.e.
      using the FPU on x64 and ia32.
      
      This operator is used to implement Math.log as a proper TurboFan
      builtin on top of the CodeStubAssembler.
      
      Also introduce a NumberLog simplified operator on top of Float64Log
      and use that for the fast inline path of Math.log inside TurboFan
      optimized code.
      
      BUG=v8:5065
      
      Review-Url: https://codereview.chromium.org/2029413005
      Cr-Commit-Position: refs/heads/master@{#36703}
      f2da19fe
  2. 03 Nov, 2015 1 commit
  3. 02 Nov, 2015 5 commits
  4. 22 Oct, 2015 1 commit
  5. 16 Oct, 2015 1 commit
  6. 15 Oct, 2015 1 commit
  7. 30 Sep, 2015 1 commit
  8. 19 Aug, 2015 1 commit
  9. 01 Jun, 2015 1 commit
  10. 26 May, 2015 1 commit
  11. 22 May, 2015 4 commits
  12. 21 May, 2015 1 commit
  13. 20 May, 2015 3 commits
  14. 11 May, 2015 1 commit
  15. 05 May, 2015 1 commit
  16. 04 May, 2015 2 commits
  17. 30 Apr, 2015 2 commits
  18. 28 Apr, 2015 1 commit
  19. 14 Apr, 2015 1 commit
  20. 10 Apr, 2015 1 commit
  21. 12 Mar, 2015 1 commit
  22. 11 Mar, 2015 1 commit
  23. 09 Mar, 2015 2 commits
  24. 06 Feb, 2015 1 commit
  25. 21 Jan, 2015 1 commit
  26. 11 Dec, 2014 1 commit
  27. 20 Nov, 2014 1 commit
  28. 03 Nov, 2014 1 commit