1. 04 Jan, 2021 1 commit
  2. 24 Nov, 2020 1 commit
  3. 17 Nov, 2020 1 commit
  4. 03 Nov, 2020 1 commit
  5. 02 Nov, 2020 1 commit
  6. 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
  7. 08 Sep, 2020 1 commit
  8. 14 Jul, 2020 1 commit
  9. 20 Mar, 2020 1 commit
  10. 18 Mar, 2020 2 commits
  11. 06 Mar, 2020 1 commit
  12. 20 Nov, 2019 1 commit
  13. 13 Nov, 2019 1 commit
  14. 25 Oct, 2019 2 commits
  15. 14 Aug, 2019 1 commit
  16. 12 Jul, 2019 2 commits
  17. 08 Jul, 2019 1 commit
  18. 28 May, 2019 1 commit