1. 28 Mar, 2022 1 commit
  2. 06 Jul, 2021 1 commit
  3. 17 Oct, 2019 1 commit
  4. 23 Aug, 2019 1 commit
  5. 15 Jan, 2019 1 commit
  6. 12 Jan, 2019 3 commits
  7. 04 Jan, 2019 2 commits
  8. 21 Dec, 2018 3 commits
  9. 20 Dec, 2018 1 commit
  10. 19 Dec, 2018 1 commit
  11. 11 Oct, 2018 1 commit
  12. 11 Jul, 2018 1 commit
  13. 13 Jun, 2018 1 commit
  14. 11 Jun, 2018 1 commit
  15. 29 May, 2018 1 commit
  16. 22 May, 2018 1 commit
  17. 16 May, 2018 1 commit
    • Sigurd Schneider's avatar
      [turbolizer] Add support for inlined functions · a97a362d
      Sigurd Schneider authored
      This CL adds support for inlined functions in Turbolizer. It is also a
      refactoring of the Turbolizer code-base. Most importantly, handling of
      source positions changed to exact source positions, and not code ranges.
      This improves selection interoperability between different phase views.
      
      A separate CL changes the Turbolizer JSON format to include inlining
      information. This Turbolizer update, however, is intended to be backwards
      compatible with the JSON format Turbolizer generated before the JSON
      format change.
      
      
      Bug: v8:7327
      Change-Id: Ic67506a6f3a36fe98c012b1e76994972779c1fd2
      Reviewed-on: https://chromium-review.googlesource.com/1032784
      Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      Reviewed-by: 's avatarDaniel Clifford <danno@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#53213}
      a97a362d
  18. 14 Sep, 2016 1 commit
  19. 10 Aug, 2016 2 commits
  20. 11 Jul, 2016 1 commit
    • Alexander.Gilday2's avatar
      [turbolizer] Improve code comments in disassembly · 7f162dbc
      Alexander.Gilday2 authored
      This change analyzes and links the output of --code-comments in the disassembly view within turbolizer with the other views, such that selecting these comments will also select the respective blocks/lines/nodes within the other views. The block start comments (e.g. -- B4 start --) are linked with the blocks in the schedule phase view and vice versa. The source position comments (e.g. -- primes.js:3:10 --) select the respective spans, lines, and nodes in the JavaScript code view, the schedule phase view, and the other compilation phase views respectively, and vice versa. It also modifies the display of the line and column numbers in the source position comments to be offset from 1 instead of 0 and ignore the initial source position of the first line of code (from removal of the function name in the compiler).
      
      Also fixed the bug where previous selections weren't being cleared properly across multiple views, adding appropriate clear calls when using the selection broker.
      
      Review-Url: https://codereview.chromium.org/2133663002
      Cr-Commit-Position: refs/heads/master@{#37627}
      7f162dbc
  21. 19 May, 2016 1 commit