1. 17 Jun, 2016 1 commit
    • 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
  2. 16 Jun, 2016 2 commits
  3. 01 Jun, 2016 1 commit
  4. 26 Apr, 2016 1 commit
  5. 31 Mar, 2016 1 commit
    • mythria's avatar
      [Interpreter] Changes GenerateDoubleToObject to push and pop rsi value. · e6b6e554
      mythria authored
      In the earlier implementation of GenerateDoubleToObject the context
      is loaded from the parent's frame. rsi is clobbered because it is used
      to store kHoleNan constnat. It is not always safe to peek at
      the parents frame. Bytecode handlers have TypedFrame and the type of
      frame is stored at FP + 1. GenerateDoubleToObject expects context
      to be store at that place. In the current implementation rsi is pushed
      onto the stack and is popped when exiting this function.
      
      BUG=v8:4280,chromium:597565
      LOG=N
      
      Review URL: https://codereview.chromium.org/1848473002
      
      Cr-Commit-Position: refs/heads/master@{#35163}
      e6b6e554
  6. 21 Mar, 2016 1 commit
  7. 27 Nov, 2015 1 commit
  8. 26 Nov, 2015 1 commit
  9. 25 Nov, 2015 3 commits
  10. 24 Nov, 2015 1 commit
  11. 11 Sep, 2015 1 commit
  12. 03 Sep, 2015 1 commit
  13. 17 Aug, 2015 1 commit
  14. 01 Jun, 2015 1 commit
  15. 09 Oct, 2014 1 commit
  16. 10 Sep, 2014 1 commit
  17. 06 Aug, 2014 1 commit
  18. 05 Aug, 2014 1 commit
  19. 04 Aug, 2014 1 commit
  20. 14 Jul, 2014 1 commit
  21. 30 Jun, 2014 1 commit
  22. 03 Jun, 2014 1 commit
  23. 27 May, 2014 2 commits
  24. 26 May, 2014 2 commits
  25. 09 May, 2014 1 commit
  26. 06 May, 2014 1 commit
  27. 29 Apr, 2014 1 commit
  28. 09 Apr, 2014 2 commits
  29. 14 Jan, 2014 1 commit
  30. 18 Dec, 2013 1 commit
  31. 04 Dec, 2013 1 commit
  32. 05 Nov, 2013 1 commit
  33. 24 Oct, 2013 1 commit
  34. 23 Oct, 2013 1 commit