- Nov 14, 2023
-
-
zifeihan authored
-
- Feb 07, 2023
-
-
Ningning Shi(史宁宁) authored
Fix the loadL according the arm 32bit
-
shining1984 authored
If the dst is same with the mem, it need to store the hi 32bit data. It can avoid the data been rewrite.
-
Ningning Shi(史宁宁) authored
Changed the 'java function register(caller-save registers)'
-
shining1984 authored
The 'java function register(caller-save registers)' has changed in the PR472, but this change will make the TestReflectInvoke testcase of interpreter failed. This pr will fix that. After this change, the TestReflectInvoke testcase of interpreter will successed.
-
- Feb 06, 2023
-
-
Ningning Shi(史宁宁) authored
improve the object code in generate_call_stub
-
shining1984 authored
-
- Jan 13, 2023
-
-
Ningning Shi(史宁宁) authored
Fix two temp regs in do_oop_load/do_oop_store
-
shining1984 authored
-
- Dec 26, 2022
-
-
Ningning Shi(史宁宁) authored
Fix the x10/x11 in save/restore_native_result
-
shining1984 authored
-
- Dec 16, 2022
-
-
Ningning Shi(史宁宁) authored
Fix the i2c and c2i adapter according arm 32bit
-
- Dec 14, 2022
-
-
Ningning Shi(史宁宁) authored
Fix the RegisterImpl::number_of_registers in riscv32.ad
-
shining1984 authored
The RegisterImpl::number_of_registers don't need to - 2, because it will not change in riscv32.ad, it is always 32.
-
Ningning Shi(史宁宁) authored
Fix the RFLAGS in riscv32.ad
-
shining1984 authored
The RFLAGS sometimes need to store the long data, so it need to use the x5. Some RFLAGS be instead of t1, they are not incorrect.
-
- Dec 01, 2022
-
-
shining1984 authored
-
- Nov 30, 2022
-
-
Ningning Shi(史宁宁) authored
Fix the num errors in zero_words() imm
-
shining1984 authored
-
Ningning Shi(史宁宁) authored
Fix the lrem/ldiv in macroassembler
-
shining1984 authored
-
- Nov 29, 2022
-
-
Ningning Shi(史宁宁) authored
Fix the reg error in MoveL2D_reg_reg
-
shining1984 authored
-
Ningning Shi(史宁宁) authored
Fix the immLAdd data type errors in riscv32.ad
-
shining1984 authored
-
- Nov 25, 2022
-
-
shining1984 authored
-
Ningning Shi(史宁宁) authored
Fix the long data in signExtractL of riscv32.ad
-
shining1984 authored
-
- Nov 21, 2022
-
-
Ningning Shi(史宁宁) authored
Fix the param type in castX2P of riscv32.ad
-
shining1984 authored
-
- Nov 15, 2022
-
-
Ningning Shi(史宁宁) authored
Add 64bit support for implementation() in riscv32.ad
-
shining1984 authored
-
Ningning Shi(史宁宁) authored
Fix the error in pr461
-
shining1984 authored
-
- Nov 14, 2022
-
-
Ningning Shi(史宁宁) authored
Fix the call_VM_leaf in riscv32.ad
-
shining1984 authored
-
Ningning Shi(史宁宁) authored
Revert "Use the esp operations intead of the call_VM_leaf in riscv32.ad"
-
Ningning Shi(史宁宁) authored
-
Ningning Shi(史宁宁) authored
Use the esp operations intead of the call_VM_leaf in riscv32.ad
-
shining1984 authored
-