1. 02 Feb, 2021 1 commit
  2. 21 Jan, 2021 1 commit
  3. 18 Jan, 2021 1 commit
  4. 07 Jan, 2021 1 commit
  5. 04 Jan, 2021 1 commit
  6. 24 Dec, 2020 1 commit
  7. 19 Dec, 2020 1 commit
  8. 17 Dec, 2020 1 commit
  9. 03 Dec, 2020 1 commit
  10. 02 Dec, 2020 1 commit
  11. 26 Nov, 2020 1 commit
  12. 24 Nov, 2020 1 commit
  13. 09 Nov, 2020 1 commit
  14. 05 Nov, 2020 1 commit
  15. 04 Nov, 2020 1 commit
  16. 29 Oct, 2020 1 commit
  17. 28 Oct, 2020 1 commit
  18. 27 Oct, 2020 1 commit
  19. 26 Oct, 2020 1 commit
  20. 19 Oct, 2020 1 commit
  21. 15 Oct, 2020 2 commits
  22. 14 Oct, 2020 1 commit
  23. 13 Oct, 2020 1 commit
  24. 12 Oct, 2020 1 commit
  25. 09 Sep, 2020 1 commit
  26. 08 Sep, 2020 1 commit
  27. 06 Aug, 2020 1 commit
    • Bill Budge's avatar
      Reland "[torque] Port some constructor builtins to Torque." · 83e4c8b1
      Bill Budge authored
      This is a reland of ce249dbb
      
      As it's unchanged,
      TBR=leszeks@chromium.org,tebbi@chromium.org
      
      Original change's description:
      > [torque] Port some constructor builtins to Torque.
      >
      > - FastNewFunctionContextEval
      > - FastNewFunctionContextFunction
      > - CreateEmptyLiteralObject
      > - CreateRegExpLiteral
      > - CreateEmptyArrayLiteral
      > - CreateShallowArrayLiteral
      > - CreateShallowObjectLiteral
      > - NumberConstructor
      > - ObjectConstructor
      > - GenericLazyDeoptContinuation
      >
      > Bug: v8:9891
      >
      > Change-Id: Idd4bf035d8dbeec03b9ef727e1bfb80eab4bc43c
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2311411
      > Commit-Queue: Bill Budge <bbudge@chromium.org>
      > Reviewed-by: Leszek Swirski <leszeks@chromium.org>
      > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#69082}
      
      Bug: v8:9891
      Change-Id: I566d4167c02488ef6a9a1c73015af5e2f484a31d
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2330382
      Commit-Queue: Bill Budge <bbudge@chromium.org>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#69281}
      83e4c8b1
  28. 27 Jul, 2020 2 commits
  29. 30 Jun, 2020 1 commit
  30. 05 Jun, 2020 1 commit
    • Yu Yin's avatar
      [mips] Correct function assembler::db/dd/dq · 5ecff4fe
      Yu Yin authored
      All these functions need to do is just write the value to the memory,
      but EmitHelper will do something more than this, EmitHelper will check
      if it need generate trampoline code while code generating and it will
      insert trampoline code at current pc offset, this means there maybe have
      trampoline code between two consecutive dd()'s target memory(pc), this
      is not we want.
      
      Change-Id: I5537f133be78aabdc4d53d4de07f388fa50f4a64
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2224963
      Commit-Queue: Yu Yin <xwafish@gmail.com>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#68188}
      5ecff4fe
  31. 20 May, 2020 1 commit
  32. 19 May, 2020 3 commits
  33. 13 May, 2020 2 commits
  34. 06 May, 2020 1 commit
  35. 05 May, 2020 1 commit