| update .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md. Signed-off-by: oh_ci <maguangsheng1@huawei.com> | 1 年前 |
| Fix UT the line number Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9651 Change-Id: Ie35afb0b531531933a537d7316227adda056d193 Signed-off-by: ElevenDuan <duanshiyi1@huawei.com> Co-Authored-By: NA | 5 个月前 |
| Obfuscation failed when field share same name Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11082 Co-Authored-By: Agent Change-Id: I64a4eae8bddff591745118ae9b3004bfbf786bd9 Signed-off-by: Graceunderpressure <sunyichen4@huawei.com> | 4 个月前 |
| hybrid stack Issue: https://gitcode.com/openharmony/arkcompiler_toolchain/issues/1545 Co-Authored-By: Agent Signed-off-by: yanzhiqi1 <yanzhiqi1@huawei.com> | 3 个月前 |
| modify byetcode version when using aop Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11146 Co-Authored-By: Agent Change-Id: I128a04a9aa49666488412c8fe0cdb5bf16a73548 Signed-off-by: Graceunderpressure <sunyichen4@huawei.com> | 4 个月前 |
| performance optimization for es2abc Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9540 Description: 1. Optimize data structures and code logic to improve compilation performance and peak memory. 2. Add more detailed time tracking. 3. Add perfMetric tool. Signed-off-by: zmw <zhongmingwei2@huawei.com> Change-Id: I2160320175b251eb9c7b70c709125dcc90c67195 | 6 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| support sticky cms Issue: https://gitcode.com/openharmony/arkcompiler_ets_runtime/issues/11981 Co-Authored-By: Agent Signed-off-by: xiongluo <xiongluo@huawei.com> Change-Id: Ief04d5ff0bbfbd6a7e99f48b3e39ee47a403bf9b | 4 个月前 |
| Two try basic mistake merge from two try src Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/8661 Signed-off-by: shitao880122 <shitao40@huawei.com> | 9 个月前 |
| fix disasm ut Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/10601 Co-Authored-By: Agent Change-Id: Id95bf7d84f9d405e844b8a9d9312775da9ce9513 Signed-off-by: Graceunderpressure <sunyichen4@huawei.com> | 5 个月前 |
| update docs Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8463 Signed-off-by: duyuhan <duyuhan2@huawei.com> Change-Id: I25a704aa0949358a454996dfb2f8280069e384e3 | 9 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| !11888 merge callable_release into master feat: funcName is not callable Created-by: liujia178 Commit-by: liujia178 Merged-by: openharmony_ci Description: ### Issue https://gitcode.com/openharmony/arkcompiler_ets_runtime/issues/12410 ### 描述/Description is not callable异常信息无法返回函数名 ### 原因/Reason is not callable异常信息无法返回函数名 ### 修改方案/Scheme 新增字节码携带函数名 ### Change-Id Change-Id: I69c2ab56275a802c72a08eda0c01254a015f008b ### **[测试项](https://gitee.com/openharmony/arkcompiler_runtime_core/wikis)** ##### **一、 Runtime Core UT(Release/Debug)** - [ ] 已通过 - [ ] 不涉及,无需验证 1. Host 2. Device ##### **二、Verifier测试** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **三、Fuzz编译测试** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **四、64位RK编译** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **五、编译mac平台sdk** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **六、指令/abc格式修改自检,需联系下方邮箱,同步至相关领域** **重要:涉及runtime_core仓abc2program、libpandafile、isa目录下的修改,必须提供一个编译helloworld项目的hap包给对应领域,并联系下方邮箱** - [ ] 涉及,已同步 - [ ] 不涉及 **Email:** wutao185@huawei.com ##### **七、Panda_Guard版本号变更自检** - [ ] 涉及,**涉及请联系邮箱:** wutao185@huawei.com - [ ] 不涉及 ##### **八、兼容性测试(指令生成、文件格式修改时)** 1. 小版本兼容性测试 <!-- 修改导致新abc无法运行在老镜像上时,需新增版本号 --> - [ ] 已增加版本号 - [ ] 已通过 - [ ] 不涉及,无需验证 2. 大版本兼容性测试 <!-- 配置target-api-version时,生成的abc需要能在对应版本运行--> - [ ] 已通过 - [ ] 不涉及,无需验证 3. es2abc版本兼容性测试 <!-- 新版本es2abc编译的老版本API的abc文件,应能被老版本es2abc正常识别和处理--> **说明:如PR涉及版本控制用例的变更,需同步检查修改对其他分支的影响,并确认是否要同步受影响的分支** - [ ] 涉及,变更影响 API/字节码 版本, 需同步修改到其他分支 - [ ] 涉及,变更影响 API/字节码 版本, 无需同步到其他分支 - [ ] 不涉及,变更不涉及 API/字节码 版本 ##### **九、是否已执行L0用例 - [ ] 已验证 - [ ] 不涉及。如不涉及,请写明理由 See merge request: openharmony/arkcompiler_runtime_core!11888 | 6 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| Fix anno export in libabckit Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11847 Co-Authored-By: Agent Change-Id: I246d29c2dbed55d304c009cb53155c5a3b79977e Signed-off-by: fanglou <fanglou@huawei.com> | 3 个月前 |
| Fix AI warning Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/7557 Signed-off-by: xuhangqi <xuhangqi@huawei.com> Change-Id: I85a1fbe8be4e05766fca56cfc9d982b88adfdc9a | 11 个月前 |
| Fix Json Builder Result Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11347 Co-Authored-By: Agent Signed-off-by: huangtianzhi <huangtianzhi1@huawei.com> | 4 个月前 |
| !13535 merge distinguish_bc_version into master Distinguish static bytecode verison Created-by: xhq1999 Commit-by: xuhangqi Merged-by: openharmony_ci Description: ### Issue https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11125 ### 描述/Description Distinguish static bytecode verison ### 原因/Reason Distinguish static bytecode verison ### 修改方案/Scheme Distinguish static bytecode verison ### **[测试项](https://gitee.com/openharmony/arkcompiler_runtime_core/wikis)** ##### **一、 Runtime Core UT(Release/Debug)** - [ ] 已通过 - [ ] 不涉及,无需验证 1. Host 2. Device ##### **二、Verifier测试** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **三、Fuzz编译测试** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **四、64位RK编译** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **五、编译mac平台sdk** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **六、指令/abc格式修改自检,需联系下方邮箱,同步至相关领域** **重要:涉及runtime_core仓abc2program、libpandafile、isa目录下的修改,必须提供一个编译helloworld项目的hap包给对应领域,并联系下方邮箱** - [ ] 涉及,已同步 - [ ] 不涉及 **Email:** wutao185@huawei.com ##### **七、Panda_Guard版本号变更自检** - [ ] 涉及,**涉及请联系邮箱:** wutao185@huawei.com - [ ] 不涉及 ##### **八、兼容性测试(指令生成、文件格式修改时)** 1. 小版本兼容性测试 <!-- 修改导致新abc无法运行在老镜像上时,需新增版本号 --> - [ ] 已增加版本号 - [ ] 已通过 - [ ] 不涉及,无需验证 2. 大版本兼容性测试 <!-- 配置target-api-version时,生成的abc需要能在对应版本运行--> - [ ] 已通过 - [ ] 不涉及,无需验证 3. es2abc版本兼容性测试 <!-- 新版本es2abc编译的老版本API的abc文件,应能被老版本es2abc正常识别和处理--> **说明:如PR涉及版本控制用例的变更,需同步检查修改对其他分支的影响,并确认是否要同步受影响的分支** - [ ] 涉及,变更影响 API/字节码 版本, 需同步修改到其他分支 - [ ] 涉及,变更影响 API/字节码 版本, 无需同步到其他分支 - [ ] 不涉及,变更不涉及 API/字节码 版本 ##### **九、是否已执行L0用例 - [ ] 已验证 - [ ] 不涉及。如不涉及,请写明理由 See merge request: openharmony/arkcompiler_runtime_core!13535 | 4 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| performance optimization for es2abc Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9540 Description: 1. Optimize data structures and code logic to improve compilation performance and peak memory. 2. Add more detailed time tracking. 3. Add perfMetric tool. Signed-off-by: zmw <zhongmingwei2@huawei.com> Change-Id: I2160320175b251eb9c7b70c709125dcc90c67195 | 6 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| !13994 merge update-reviewer into master update reviewers Created-by: luchenxu Commit-by: Chenxu Lu Merged-by: openharmony_ci Description: ### Issue https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11568 ### 描述/Description NA ### 原因/Reason update reviewers ### 修改方案/Scheme NA ### **[测试项](https://gitee.com/openharmony/arkcompiler_runtime_core/wikis)** ##### **一、 Runtime Core UT(Release/Debug)** - [ ] 已通过 - [ ] 不涉及,无需验证 1. Host 2. Device ##### **二、Verifier测试** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **三、Fuzz编译测试** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **四、64位RK编译** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **五、编译mac平台sdk** - [ ] 已通过 - [ ] 不涉及,无需验证 ##### **六、指令/abc格式修改自检,需联系下方邮箱,同步至相关领域** **重要:涉及runtime_core仓abc2program、libpandafile、isa目录下的修改,必须提供一个编译helloworld项目的hap包给对应领域,并联系下方邮箱** - [ ] 涉及,已同步 - [ ] 不涉及 **Email:** wutao185@huawei.com ##### **七、Panda_Guard版本号变更自检** - [ ] 涉及,**涉及请联系邮箱:** wutao185@huawei.com - [ ] 不涉及 ##### **八、兼容性测试(指令生成、文件格式修改时)** 1. 小版本兼容性测试 <!-- 修改导致新abc无法运行在老镜像上时,需新增版本号 --> - [ ] 已增加版本号 - [ ] 已通过 - [ ] 不涉及,无需验证 2. 大版本兼容性测试 <!-- 配置target-api-version时,生成的abc需要能在对应版本运行--> - [ ] 已通过 - [ ] 不涉及,无需验证 3. es2abc版本兼容性测试 <!-- 新版本es2abc编译的老版本API的abc文件,应能被老版本es2abc正常识别和处理--> **说明:如PR涉及版本控制用例的变更,需同步检查修改对其他分支的影响,并确认是否要同步受影响的分支** - [ ] 涉及,变更影响 API/字节码 版本, 需同步修改到其他分支 - [ ] 涉及,变更影响 API/字节码 版本, 无需同步到其他分支 - [ ] 不涉及,变更不涉及 API/字节码 版本 ##### **九、是否已执行L0用例 - [ ] 已验证 - [ ] 不涉及。如不涉及,请写明理由 See merge request: openharmony/arkcompiler_runtime_core!13994 | 3 个月前 |
| CTE for this/super in explicit ctor args Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9809 Co-Authored-By: Agent Signed-off-by: wudongchao <wudongchao1@huawei.com> | 3 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| Remove kfl Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/10870 Co-Authored-By: Agent Change-Id: I55b0b16d8296041da241e07d1e84a66dfce41db2 Signed-off-by: Graceunderpressure <sunyichen4@huawei.com> | 5 个月前 |
| Add agents.md files to some modules Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/9676 Signed-off-by: liyue <liyue210@huawei.com> Change-Id: I53321715fffc4c8b7f91368e8958190e9a29f358 | 7 个月前 |
| Support PBI compile Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11549 Co-Authored-By: Agent Signed-off-by: xuhangqi <xuhangqi@huawei.com> Change-Id: I453ebcbdec2c72e5f0427fce3f8177b32935c21d | 3 个月前 |
| copyright update Signed-off-by: Ilya Trubachev <trubachev.ilya@huawei.com> | 4 年前 |
| copyright update Signed-off-by: Ilya Trubachev <trubachev.ilya@huawei.com> | 4 年前 |
| Rename line_separators.ets to .sts Issue: #IAHJVO Signed-off-by: Tatiana Titova <titova.tatiana@huawei-partners.com> | 2 年前 |
| Added more tests Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/7780 Signed-off-by: verkina_maria <verkina.maria1@huawei-partners.com> | 10 个月前 |
| renew AGENTS.md, use new file structure Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11649 Co-Authored-By: NA Signed-off-by: Zheng LI <lizheng236@huawei.com> | 3 个月前 |
| renew AGENTS.md, use new file structure Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11649 Co-Authored-By: NA Signed-off-by: Zheng LI <lizheng236@huawei.com> | 3 个月前 |
| Update runtime_core code Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I5G96F Test: Test262 suit, ark unittest, rk3568 XTS, ark previewer demo Signed-off-by: huangyu <huangyu76@huawei.com> Change-Id: I3f63d129a07deaa27a390f556dcaa5651c098185 | 4 年前 |
| feat: add host_product support Issue: https://gitcode.com/openharmony/arkcompiler_ets_runtime/issues/13020 Co-Authored-By: Agent Signed-off-by: Like <zhenglike@h-partners.com> Change-Id: I09c1ab7a150afbe6e8f3a329a18906d7081fee2b | 3 个月前 |
| Update runtime_core code Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I5G96F Test: Test262 suit, ark unittest, rk3568 XTS, ark previewer demo Signed-off-by: huangyu <huangyu76@huawei.com> Change-Id: I3f63d129a07deaa27a390f556dcaa5651c098185 | 4 年前 |
| add runtimeCore codeOwner Isuue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11396 Signed-off-by: 张建秋 <zhangjianqiu2@huawei.com> | 4 个月前 |
| Fix codecheck warnings Issue: I5JJ9O Test: Compiling, OAT Check Signed-off-by: wangyantian <wangyantian@huawei.com> | 4 年前 |
| Allow pdf submission Allow pdf submission Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/7329 Signed-off-by: youdongzhen <youdongzhen@h-partners.com> | 1 年前 |
| Update runtime core README docs Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I9JBU5 Signed-off-by: chenlong <chenlong292@h-partners.com> Change-Id: Ic6d9493c041254aa99270c4c9badfe7af742abf2 | 2 年前 |
| Update runtime core README docs Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I9JBU5 Signed-off-by: chenlong <chenlong292@h-partners.com> Change-Id: Ic6d9493c041254aa99270c4c9badfe7af742abf2 | 2 年前 |
| feat: add host_product support Issue: https://gitcode.com/openharmony/arkcompiler_ets_runtime/issues/13020 Co-Authored-By: Agent Signed-off-by: Like <zhenglike@h-partners.com> Change-Id: I09c1ab7a150afbe6e8f3a329a18906d7081fee2b | 3 个月前 |
| 独立编译仓迁移 1.删掉toolchain目录下的build目录; 2.将build目录迁移到ark_standalone_build代码仓中的build仓中,并对相关的脚本进行修改; 3.修改ark_standalone_build代码仓中的manifest仓中的arkcompiler.xml和openharmony.xml文件; 4.修改arkcompiler_ets_runtime、arkcompiler_toolchain、arkcompiler_ets_frontend、arkcompiler_runtime_core仓中的相关文件; Issue:https://gitee.com/openharmony/arkcompiler_toolchain/issues/IC3RD3?from=project-issue Signed-off-by: dengwenjun <dengwenjun10@huawei.com> | 1 年前 |
| test file Change-Id: Ic2e5a27bb900d39fb43e235f1c9143aa5cd850fa Signed-off-by: fanglou <fanglou@huawei.com> | 3 个月前 |
| XML SAX support stream readable Issue:https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/10882 Signed-off-by: zhengshubin2233 <zhengshubin@huawei.com> Co-Authored-By: Agent | 3 个月前 |
| Move common_runtime into static_core Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11007 Co-Authored-By: NA Change-Id: I50b73565e657bd5f919834efbcd707f33b50804d Signed-off-by: ivagin <vagin.ivan1@huawei-partners.com> | 5 个月前 |
| 独立编译仓迁移 1.删掉toolchain目录下的build目录; 2.将build目录迁移到ark_standalone_build代码仓中的build仓中,并对相关的脚本进行修改; 3.修改ark_standalone_build代码仓中的manifest仓中的arkcompiler.xml和openharmony.xml文件; 4.修改arkcompiler_ets_runtime、arkcompiler_toolchain、arkcompiler_ets_frontend、arkcompiler_runtime_core仓中的相关文件; Issue:https://gitee.com/openharmony/arkcompiler_toolchain/issues/IC3RD3?from=project-issue Signed-off-by: dengwenjun <dengwenjun10@huawei.com> | 1 年前 |