1. 17 May, 2021 1 commit
  2. 11 May, 2021 1 commit
  3. 10 May, 2021 1 commit
  4. 21 Apr, 2021 1 commit
  5. 20 Apr, 2021 1 commit
  6. 19 Apr, 2021 2 commits
  7. 09 Apr, 2021 1 commit
  8. 26 Mar, 2021 1 commit
  9. 17 Mar, 2021 1 commit
  10. 02 Mar, 2021 1 commit
  11. 01 Mar, 2021 1 commit
  12. 25 Feb, 2021 2 commits
  13. 22 Feb, 2021 1 commit
  14. 04 Feb, 2021 1 commit
  15. 02 Feb, 2021 1 commit
  16. 01 Feb, 2021 1 commit
  17. 29 Jan, 2021 1 commit
  18. 22 Jan, 2021 1 commit
  19. 21 Jan, 2021 1 commit
  20. 18 Jan, 2021 1 commit
  21. 04 Jan, 2021 1 commit
  22. 19 Dec, 2020 1 commit
  23. 03 Dec, 2020 1 commit
  24. 02 Dec, 2020 1 commit
  25. 23 Nov, 2020 1 commit
  26. 11 Nov, 2020 1 commit
  27. 09 Nov, 2020 1 commit
  28. 05 Nov, 2020 1 commit
  29. 04 Nov, 2020 1 commit
  30. 03 Nov, 2020 1 commit
  31. 29 Oct, 2020 2 commits
  32. 26 Oct, 2020 1 commit
  33. 16 Oct, 2020 1 commit
  34. 14 Oct, 2020 1 commit
  35. 23 Sep, 2020 1 commit
    • Zhao Jiazhong's avatar
      [mips][wasm] Fix kWasmInstanceOffset · 4df7b0bd
      Zhao Jiazhong authored
      Currently the kWasmInstanceOffset is computed according to the reg
      a0(kWasmInstanceRegister)'s position in the frame. And according
      to Builtins::Generate_WasmCompileLazy, it's the 7th gp_regs that
      are pushed on to stack, so the index should be 6 other than 7.
      
      Since the kWasmInstanceRegister will be pushed on to stack after
      all parameter registers, so we can use it's index, which does not
      reply on which reg kWasmInstanceRegister is, and what order the
      parameter registers are pushed on to stack.
      
      So the new index is equal to the number of all parameter registers.
      
      Change-Id: I7a77fb052a5d68ee28dab10409462260ad491578
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2425329
      Commit-Queue: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#70087}
      4df7b0bd
  36. 16 Sep, 2020 1 commit
  37. 08 Sep, 2020 1 commit