1. 22 Nov, 2016 1 commit
  2. 17 Oct, 2016 1 commit
  3. 14 Jul, 2016 2 commits
  4. 13 Jul, 2016 4 commits
  5. 12 Jul, 2016 2 commits
  6. 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
  7. 16 Jun, 2016 2 commits
  8. 10 Mar, 2016 1 commit
    • joransiu's avatar
      S390: Platform specific includes in common files · daea0e75
      joransiu authored
      Add S390 platform specific \#includes across various common files.
      Add S390 CPU features to enum.
      Add S390 implementation to extract sp/fp/pc from signal context.
      
      R=danno@chromium.org,jkummerow@chromium.org,jochen@chromium.org,jyan@ca.ibm.com,michael_dawson@ca.ibm.com,mbrandy@us.ibm.com
      BUG=
      
      Review URL: https://codereview.chromium.org/1777593003
      
      Cr-Commit-Position: refs/heads/master@{#34674}
      daea0e75
  9. 26 Nov, 2015 1 commit
  10. 25 Nov, 2015 2 commits
  11. 24 Nov, 2015 1 commit
  12. 30 Sep, 2015 1 commit
  13. 21 Aug, 2015 1 commit
  14. 13 Jul, 2015 1 commit
  15. 06 Jul, 2015 1 commit
  16. 25 Jun, 2015 3 commits
  17. 23 Jun, 2015 1 commit
  18. 19 Jun, 2015 1 commit
    • yangguo's avatar
      Keep a canonical list of shared function infos. · c1669450
      yangguo authored
      Each Script object now keeps a WeakFixedArray of SharedFunctionInfo
      objects created from this script.
      
      This way, when compiling a function, we do not create duplicate shared
      function info objects when recompiling with either compiler.
      
      This fixes a class of issues in the debugger, where we set break points
      on one shared function info, but functions from duplicate shared function
      infos are not affected.
      
      LOG=N
      BUG=v8:4132
      
      Review URL: https://codereview.chromium.org/1183733006
      
      Cr-Commit-Position: refs/heads/master@{#29151}
      c1669450
  19. 16 Jan, 2015 1 commit
  20. 25 Sep, 2014 1 commit
  21. 14 Jul, 2014 1 commit
  22. 09 Jul, 2014 1 commit
  23. 20 Jun, 2014 1 commit
  24. 03 Jun, 2014 1 commit
  25. 23 May, 2014 1 commit
  26. 06 May, 2014 3 commits
  27. 29 Apr, 2014 1 commit
  28. 21 Mar, 2014 1 commit
  29. 12 Feb, 2014 1 commit