1. 15 Sep, 2018 1 commit
  2. 20 Oct, 2017 2 commits
  3. 19 Oct, 2017 1 commit
  4. 17 Oct, 2017 1 commit
  5. 29 Sep, 2017 2 commits
  6. 13 Sep, 2017 1 commit
  7. 08 Sep, 2017 1 commit
  8. 21 Aug, 2017 2 commits
  9. 16 Aug, 2017 1 commit
  10. 14 Aug, 2017 1 commit
  11. 03 Aug, 2017 2 commits
  12. 02 Aug, 2017 1 commit
  13. 31 Jul, 2017 1 commit
  14. 18 Jul, 2017 1 commit
  15. 07 Jul, 2017 1 commit
  16. 31 May, 2017 1 commit
    • neis's avatar
      [compiler] Delay allocation of code-embedded heap numbers. · 659e8f7b
      neis authored
      Instead of allocating and embedding certain heap numbers into the code
      during code assembly, emit dummies but record the allocation requests.
      Later then, in Assembler::GetCode, allocate the heap numbers and patch
      the code by replacing the dummies with the actual objects. The
      RelocInfos for the embedded objects are already recorded correctly when
      emitting the dummies.
      
      R=jarin@chromium.org
      BUG=v8:6048
      
      Review-Url: https://codereview.chromium.org/2900683002
      Cr-Commit-Position: refs/heads/master@{#45635}
      659e8f7b
  17. 26 Apr, 2017 1 commit
  18. 23 Feb, 2017 1 commit
  19. 12 Feb, 2017 1 commit
  20. 10 Feb, 2017 1 commit
  21. 16 Dec, 2016 1 commit
    • vegorov's avatar
      Move TraceInlinedFunction from Hydrogen graph builder to internal::CodeGenerator. · 686d8c86
      vegorov authored
      This allows to share source dumping infrastructure between CS and TF and opens a possibility for external tools like IRHydra to perform deoptimization to source mapping for TF generated code based on --trace-deopt --print-opt-code --code-comments output.
      
      This CL also restores an old TraceInlinedFunction behavior which was lost during source positions refactoring - originally TraceInlinedFunction dumped source code only once per-SFI to avoid large traces whenever some helper function is inlined multiple times.
      
      This CL also adds --print-opt-source flag that would in the future replace obsolete --hydrogen-track-positions.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2575703003
      Cr-Commit-Position: refs/heads/master@{#41758}
      686d8c86
  22. 28 Sep, 2016 1 commit
  23. 02 Sep, 2016 1 commit
  24. 31 Aug, 2016 1 commit
  25. 25 Jul, 2016 1 commit
  26. 14 Jul, 2016 2 commits
  27. 13 Jul, 2016 5 commits
  28. 12 Jul, 2016 2 commits
  29. 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
  30. 16 Jun, 2016 1 commit