1. 12 Oct, 2021 1 commit
  2. 30 Sep, 2021 1 commit
  3. 24 Sep, 2021 1 commit
  4. 30 Aug, 2021 1 commit
  5. 21 Aug, 2021 1 commit
  6. 16 Aug, 2021 1 commit
  7. 13 Aug, 2021 1 commit
  8. 12 Aug, 2021 1 commit
  9. 16 Jun, 2021 1 commit
  10. 14 Jun, 2021 1 commit
  11. 10 Jun, 2021 1 commit
  12. 07 Jun, 2021 2 commits
  13. 04 Jun, 2021 1 commit
  14. 01 Jun, 2021 1 commit
  15. 28 May, 2021 1 commit
  16. 25 May, 2021 1 commit
  17. 19 May, 2021 1 commit
  18. 13 May, 2021 1 commit
  19. 12 May, 2021 1 commit
  20. 11 May, 2021 1 commit
  21. 10 May, 2021 1 commit
  22. 04 May, 2021 1 commit
  23. 22 Apr, 2021 2 commits
  24. 21 Apr, 2021 1 commit
  25. 20 Apr, 2021 1 commit
  26. 14 Apr, 2021 1 commit
  27. 09 Apr, 2021 1 commit
  28. 06 Mar, 2021 1 commit
    • Bill Budge's avatar
      [compiler] Refactor CallDescriptor methods · 37f9742b
      Bill Budge authored
      - Renames StackParameterCount to ParameterSlotCount, to avoid
        confusion between slots and parameters, which are not in general
        equivalent.
      - Similarly, renames StackReturnCount to ReturnSlotCount.
      - Adjusts the result of GetFirstUnusedStackSlot to return one more
        than the last slot of the argument area, not including padding.
      - Renames GetFirstUnusedStackSlot to GetOffsetToFirstUnusedStackSlot
        to reflect that the result is an offset from callee to caller
        frames.
      - GetReturnsOffset is a little clearer, with adjustment for the
        different semantics of GetFirstUnusedStackSlot.
      - Renames 'optional_padding_slot' and 'first_unused_stack_slot'
        variables in Tailcall codegen to reflect that these are offsets.
      
      Bug: v8:9198
      
      Change-Id: Ib73c52710dc1f3ead640d488a6fdeb605b7b665e
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2700099
      Commit-Queue: Bill Budge <bbudge@chromium.org>
      Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#73242}
      37f9742b
  29. 16 Feb, 2021 1 commit
  30. 09 Feb, 2021 1 commit