Commit Graph

14469 Commits

Author SHA1 Message Date
openharmony_ci
0a3788e3a7
!10201 Add kfl for unittest
Merge pull request !10201 from karen/kflunittest
2024-11-23 01:14:49 +00:00
openharmony_ci
973daf8287
!10331 修复Lazy import场景下,异步任务执行时序不对的问题
Merge pull request !10331 from wangchen/LdLazyModuleVar
2024-11-22 10:21:49 +00:00
wangchen
6463ee4cb1 Fix LdLazyModuleVar bug
1.If module has evaluated, not evaluate when LdLazyModuleVar
2.Pass executeFromJob param when LdLazyModuleVar

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB2HNC
Signed-off-by: wangchen <wangchen965@huawei.com>
Change-Id: I4f2c8304276d251b39cfb4338274b438ac0627dc
2024-11-22 15:01:58 +08:00
openharmony_ci
98ef9ff01d
!10290 fix aot codegen bug
Merge pull request !10290 from wpy111/master
2024-11-22 06:58:01 +00:00
openharmony_ci
ba5cb1f6b6
!10314 tdd path change
Merge pull request !10314 from fangting/master
2024-11-22 06:54:31 +00:00
openharmony_ci
6023e83b8a
!10342 sync ecma_module_test.cpp
Merge pull request !10342 from guobingbing3/master
2024-11-22 06:49:15 +00:00
openharmony_ci
383d69dbd1
!10336 Set TaskInfo to the ConcurrentFunction
Merge pull request !10336 from huangfeijie/fix_taskInfo_nullptr
2024-11-22 06:47:21 +00:00
openharmony_ci
9682ba8b45
!10316 Some Aot Modification
Merge pull request !10316 from 许杰/Some_Aot_Optimize
2024-11-22 06:43:58 +00:00
openharmony_ci
61b4552be0
!9834 输出aot code comment信息
Merge pull request !9834 from zhao1d/zld
2024-11-22 06:40:33 +00:00
openharmony_ci
81e407aaca
!10328 Modify FreeObjectSet setType_ from int32 to int8
Merge pull request !10328 from dingwen/setType_br
2024-11-22 06:35:28 +00:00
openharmony_ci
febe6fb9f3
!10347 Disable Hilog for jit measure
Merge pull request !10347 from 志新/measuresize
2024-11-22 03:09:01 +00:00
karenonni
62313fec2f Add kfl for unittest
Issue: #IB3I2K

Signed-off-by: karenonni <xukaiwen3@huawei.com>
Change-Id: I4c7375a51b9314b39522519bbc0cb1bdf2b9c122
2024-11-22 10:53:33 +08:00
openharmony_ci
6781ca7293
!10283 add print codesize for jit
Merge pull request !10283 from 志新/sizeprint
2024-11-22 00:40:20 +00:00
openharmony_ci
6f716dcb9b
!10251 Fix GC Unstable ut test cases
Merge pull request !10251 from Sandee/fix_unstable_ut
2024-11-22 00:37:54 +00:00
openharmony_ci
6563a493a9
!10309 Rollback InsertByIndex
Merge pull request !10309 from chengzhihao/master
2024-11-22 00:35:29 +00:00
openharmony_ci
a1654add9f
!10320 AI review问题处理
Merge pull request !10320 from yangliping/day1120
2024-11-22 00:32:53 +00:00
openharmony_ci
fa24ae78ef
!10291 fix the time taken when generate root edge
Merge pull request !10291 from yangxiaoshuai2022/rawheapdump
2024-11-22 00:28:05 +00:00
openharmony_ci
dbc03f35fa
!10307 修复GC过程中crash
Merge pull request !10307 from chentianyu/test
2024-11-22 00:25:45 +00:00
openharmony_ci
112ec6be03
!10312 objdump敏感信息屏蔽
Merge pull request !10312 from 任堂宇/master
2024-11-22 00:20:56 +00:00
openharmony_ci
ff68e72ce9
!10325 Fix container warning
Merge pull request !10325 from chengyuli/fixwarning
2024-11-22 00:18:30 +00:00
openharmony_ci
b070a9a866
!10057 Revert "Add Option Enable Force IC"
Merge pull request !10057 from zhuangkudecha/revertCloseForceIC
2024-11-22 00:16:01 +00:00
openharmony_ci
c51f7fc563
!10321 Clear security alerts
Merge pull request !10321 from hlm2001/test_1120
2024-11-22 00:13:35 +00:00
openharmony_ci
5f461e0d68
!10315 Change Fuzz
Merge pull request !10315 from 陈涵韬/master
2024-11-22 00:11:04 +00:00
openharmony_ci
964c519504
!10319 Fix potential array out of bounds issues
Merge pull request !10319 from yanzhiqi/master
2024-11-22 00:08:51 +00:00
openharmony_ci
7076c4d1bc
!10257 Bugfix for baselinejit in arm64
Merge pull request !10257 from huangyan/baseline_bugfix_for_arm64
2024-11-21 15:57:21 +00:00
openharmony_ci
2d7750591e
!10317 add mapleUT
Merge pull request !10317 from warpScheduler/master
2024-11-21 15:55:00 +00:00
openharmony_ci
d70a188a6c
!10265 sync code
Merge pull request !10265 from yumin/master
2024-11-21 15:47:07 +00:00
guobingbing
39d18cddf7 sync ecma_module_test.cpp
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5Z08

Change-Id: I9a8040ce432fd03ee26284cb41470ccb5d546a86
Signed-off-by: guobingbing <guobingbing3@huawei.com>
2024-11-21 20:04:34 +08:00
zhao1d
aa46419e16 需求: 输出aot编译时的code comment信息
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4P2H
Signed-off-by: zhao1d <zhaolidong4@huawei.com>
Change-Id: Id79db45612218d27d117eb379b8fe0653a685027
2024-11-21 17:14:05 +08:00
zhixin
5f42f3a241 Disable hilog for jit measure
Issue:     https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB60SE?from=project-issue
Signed-off-by: zhixin <1757149461@qq.com>
2024-11-21 16:49:06 +08:00
openharmony_ci
069558e438
!10343 Array.sort 增加开关
Merge pull request !10343 from 刘智杰/array_sort
2024-11-21 06:47:14 +00:00
刘智杰
a990cdf41d Array.sort 增加开关
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5ZD1?from=project-issue
Signed-off-by: 刘智杰 <liuzhijie9@huawei.com>
Change-Id: I6b961a1fa6afe04ed02887b56f5d89115043bfe6
2024-11-21 12:52:11 +08:00
huangfeijie
389fad4bae Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5UPC
Set TaskInfo to the ConcurrentFunction
Set TaskInfo to the ConcurrentFunction

Signed-off-by: huangfeijie <huangfeijie@huawei.com>
2024-11-21 11:08:15 +08:00
yangliping
1eb073198c AI review问题处理
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5NLM?from=project-issue

Signed-off-by: yangliping <yangliping30@h-partners.com>
2024-11-21 10:16:37 +08:00
zhixin
d85178cd1f Add print codesize for jit
Issue:     https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4DCL
Signed-off-by: zhixin <1757149461@qq.com>
2024-11-21 09:49:58 +08:00
openharmony_ci
732cc7d079
!10308 sync code
Merge pull request !10308 from 杨云飞/master
2024-11-20 21:02:36 +00:00
openharmony_ci
6e75c61ed6
!10305 ASON stringify map 回退
Merge pull request !10305 from xusen/ason_20241119_rollback
2024-11-20 20:55:04 +00:00
chengzhihao
3627ec3efc Rollback InsertByIndex in LinkedList
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5ELW

Signed-off-by: chengzhihao <chengzhihao7@h-partners.com>
2024-11-20 19:05:15 +08:00
wupengyong
ec19706fef Reason:fix aot codegen bug
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB586E?from=project-issue
Test: Build & Boot devices

Signed-off-by: wupengyong <wupengyong@huawei.com>
Change-Id: I23f0683f54e4e47843e1d4141a9329f3f096ed1f
2024-11-20 16:59:18 +08:00
rentangyu
c8f606c7bc Sensitive information masking
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5IFV

Signed-off-by: rentangyu <rentangyu@huawei.com>
2024-11-20 15:55:05 +08:00
chentianyu
abed24186f Fix OOM crash during GC
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5FZ4

Signed-off-by: chentianyu <chentianyu31@huawei.com>
Change-Id: I300d40e08e649305ac2b3caff4160d17214d9fc5
2024-11-20 15:17:05 +08:00
dingwen
46bc318aa6 Modify FreeObjectSet setType_ from int32 to int8
Description:Modify FreeObjectSet setType_ from int32 to int8
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5QHY?from=project-issue

Signed-off-by: dingwen <dingwen6@huawei.com>
Change-Id: I52a846a1821eb85282b6e55e9de38a40542513a6
2024-11-20 15:13:26 +08:00
hlm2001
9733a7ca1b Clear security alerts
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5NXV

Signed-off-by: hlm2001 <huanglimin10@huawei.com>
2024-11-20 14:05:35 +08:00
YuliCheng
6a1518dd7e Fix container warning
Issue:  https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5O89
Signed-off-by: yulicheng <chengyuli1@huawei.com>
2024-11-20 11:32:22 +08:00
fangting
b639028298 tdd output path change
Issue:#IB5JIK
Signed-off-by: fangting <fangting12@huawei.com>
2024-11-20 10:29:21 +08:00
yanzhiqi1
7d3eb85db2 Fix potential array out of bounds issue
Issue:  #IB5M9I
Signed-off-by: yanzhiqi1 <yanzhiqi1@huawei.com>
2024-11-20 10:01:18 +08:00
吴思睿
3c33a8248e add mapleUT
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB5DWB

Signed-off-by: 吴思睿 <20375038@buaa.edu.cn>
2024-11-19 23:24:26 +08:00
openharmony_ci
924f7eaa9b
!10269 use macro for array optimization
Merge pull request !10269 from zhouguangyuan0718/use-macro-for-array-opt
2024-11-19 14:09:10 +00:00
openharmony_ci
bb24e29dd7
!10301 Change notes
Merge pull request !10301 from 陈涵韬/local
2024-11-19 14:05:28 +00:00
openharmony_ci
a85dadd267
!10287 codecheck
Merge pull request !10287 from xuyuqing/codecheck_11_18
2024-11-19 14:00:41 +00:00