- Feb 06, 2023
-
-
Ningning Shi(史宁宁) authored
Improve the object code in generate_call_stub
-
shining1984 authored
-
- Apr 14, 2022
-
-
Ningning Shi(史宁宁) authored
Fix generate_fast_get_int_field0 on jniFastGetField_riscv32.cpp
-
- Apr 13, 2022
-
-
zhangxiang-plct authored
-
- Apr 08, 2022
-
-
Ningning Shi(史宁宁) authored
Fix pass double args in jniTypes_riscv32.hpp
-
- Apr 07, 2022
-
-
zifeihan authored
-
- Apr 04, 2022
-
-
zhangxiang-plct authored
Make load_at/store_at atomically in barrierSetAssembler
-
Dingli Zhang authored
Co-authored-by:zifeihan <caogui@iscas.ac.cn>
-
- Apr 01, 2022
-
-
zhangxiang-plct authored
[rv32g-dev] Remove assertions not satisfied in current jdk version
-
Dingli Zhang authored
-
- Mar 25, 2022
-
-
zhangxiang-plct authored
Fix x11 registers not saving correctly when using synchronized
-
zifeihan authored
-
- Mar 23, 2022
-
-
zhangxiang-plct authored
Fix pass long args in jniTypes_riscv32.hpp
-
zifeihan authored
-
- Mar 18, 2022
-
-
zifeihan authored
Fix configure integration
-
- Mar 17, 2022
-
-
Dingli Zhang authored
With reference to https://bugs.openjdk.java.net/browse/JDK-8283020, there is the same issue on the riscv32 platform. This patch will remove some modification about autoconf-* files due to legal reasons.
-
- Mar 11, 2022
-
-
Ningning Shi(史宁宁) authored
Fix the slli instruction, and the offset when the sp register is moved.
-
- Mar 10, 2022
-
-
zifeihan authored
Co-authored-by:zhangxiang-plct <zhangxiang@nj.iscas.ac.cn>
-
- Mar 01, 2022
-
-
Ningning Shi(史宁宁) authored
Fix local variable offset error in generate_normal_entry function
-
- Feb 28, 2022
-
-
zifeihan authored
-
- Feb 23, 2022
-
-
Ningning Shi(史宁宁) authored
Fix pr170 on PlatformLoad and PlatformStore
-
- Feb 21, 2022
-
-
zhangxiang-plct authored
-
- Feb 14, 2022
-
-
Ningning Shi(史宁宁) authored
Fix return long type in generate_call_stub function
-
- Jan 30, 2022
-
-
zifeihan authored
-
- Jan 14, 2022
-
-
zifeihan authored
Fix dconst in templateTable_riscv32.cpp
-
- Jan 13, 2022
-
-
Dingli Zhang authored
* The current instruction only works with single-precision 0, so modified to load double-precision 0 from memory.
-
- Jan 12, 2022
-
-
zifeihan authored
Fix convert of long/double/float
-
Ningning Shi(史宁宁) authored
Expand BUFFER_SIZE in jniFastGetField_riscv32.cpp
-
zifeihan authored
Fix BUFFER_SIZE in jniFastGetField_riscv32.cpp to fix exceptions in codeBuffer.cpp when the release version is running.
-
Dingli Zhang authored
* Use SharedRuntime to implement convert of long/double/float.
-
zifeihan authored
-
- Jan 11, 2022
-
-
Ningning Shi(史宁宁) authored
Rv32g dev javac
-
Ningning Shi(史宁宁) authored
Fix lshl/lshr/lushr in templateTable
-
Dingli Zhang authored
* Only the low 6 bits of rs2 are considered for the shift amount.
-
- Jan 10, 2022
-
-
zifeihan authored
-
Dingli Zhang authored
Use int32 to instead some int64
-
- Jan 07, 2022
-
-
zhangxiang-plct authored
-
zifeihan authored
Co-authored-by:
zhangxiang-plct <zhangxiang@nj.iscas.ac.cn> Co-authored-by:
zhangxiang-plct <zhangxiang@nj.iscas.ac.cn>
-
- Jan 06, 2022
-
-
Dingli Zhang authored
* Refer to the 32-bit ldiv implementation of other architectures to fix ldiv in rv32.
-
Dingli Zhang authored
-