arkcompiler_ets_runtime/ecmascript/compiler
openharmony_ci d03f221906
!1804 Adapt cpuprofiler of asm interpreter
Merge pull request !1804 from zhangyukun8/master
2022-07-18 11:49:46 +00:00
..
assembler !1804 Adapt cpuprofiler of asm interpreter 2022-07-18 11:49:46 +00:00
mock stub.m binary file compiled into shared library 2022-06-28 17:25:33 +08:00
tests modify arkcompiler_ets_runtime path 2022-07-14 12:35:04 +08:00
trampoline !1804 Adapt cpuprofiler of asm interpreter 2022-07-18 11:49:46 +00:00
type_inference Get types from abc file by instruction orders and set them to Circuit IR 2022-07-15 13:10:42 +08:00
aot_compiler.cpp Descriptor: fix codestyle and modify debugger parser 2022-07-13 18:07:52 +08:00
argument_accessor.cpp Get types from abc file by instruction orders and set them to Circuit IR 2022-07-15 13:10:42 +08:00
argument_accessor.h Get types from abc file by instruction orders and set them to Circuit IR 2022-07-15 13:10:42 +08:00
assembler_module.cpp Add stackoverflow check of asm interpreter 2022-07-13 10:54:53 +08:00
assembler_module.h Add stackoverflow check of asm interpreter 2022-07-13 10:54:53 +08:00
async_function_lowering.cpp Add two HIRs RESTORE_REGISTER, SAVE_REGISTER to support generator command 2022-07-09 16:22:55 +08:00
async_function_lowering.h Add two HIRs RESTORE_REGISTER, SAVE_REGISTER to support generator command 2022-07-09 16:22:55 +08:00
bc_call_signature.cpp Support stackless callnew for asm interpreter 2022-06-08 13:28:04 +08:00
bc_call_signature.h !1725 add tonumeric instruction and json_stringifier 2022-07-14 02:28:19 +00:00
binary_section.h Tweak way to define static array in binary_sections.h to increase compatibility. 2022-07-11 20:51:11 +08:00
BUILD.gn !1738 Get types from abc file by instruction orders and set them to Circuit IR 2022-07-18 03:51:54 +00:00
bytecode_circuit_builder.cpp !1738 Get types from abc file by instruction orders and set them to Circuit IR 2022-07-18 03:51:54 +00:00
bytecode_circuit_builder.h Get types from abc file by instruction orders and set them to Circuit IR 2022-07-15 13:10:42 +08:00
call_signature.cpp fix codecheck warning and Delete extra licenses 2022-07-18 18:32:37 +08:00
call_signature.h Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
circuit_builder-inl.h Add two HIRs RESTORE_REGISTER, SAVE_REGISTER to support generator command 2022-07-09 16:22:55 +08:00
circuit_builder.cpp Fix Tsaot 262 bugs 2022-07-12 19:49:47 +08:00
circuit_builder.h Fix Tsaot 262 bugs 2022-07-12 19:49:47 +08:00
circuit_ir_specification.md Refactor GateType 2022-06-09 17:32:43 +08:00
circuit_optimizer.cpp GateAccessor bugfix 2022-06-10 15:17:17 +08:00
circuit_optimizer.h Fix CodeCheck 2022-07-11 09:50:28 +08:00
circuit.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
circuit.h refactor type infer 2022-05-25 17:39:41 +08:00
code_generator.h Implement aot file generated step for aot compiler 2022-03-24 15:44:26 +08:00
common_stubs.cpp Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
common_stubs.h Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
compile_llvm_lib.sh Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
compiler_log.h Fix CodeCheck 2022-07-11 09:50:28 +08:00
file_generators.cpp Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
file_generators.h !1724 Add .data .rodata .got section save and load mechanism of AOT module 2022-07-11 09:54:12 +00:00
gate_accessor.cpp Add two HIRs RESTORE_REGISTER, SAVE_REGISTER to support generator command 2022-07-09 16:22:55 +08:00
gate_accessor.h Add two HIRs RESTORE_REGISTER, SAVE_REGISTER to support generator command 2022-07-09 16:22:55 +08:00
gate.cpp Fix CodeCheck 2022-07-11 09:50:28 +08:00
gate.h Add two HIRs RESTORE_REGISTER, SAVE_REGISTER to support generator command 2022-07-09 16:22:55 +08:00
interpreter_stub-inl.h fix codecheck warning and Delete extra licenses 2022-07-18 18:32:37 +08:00
interpreter_stub.cpp !1725 add tonumeric instruction and json_stringifier 2022-07-14 02:28:19 +00:00
interpreter_stub.h Fix some performance issue for asm interpreter 2022-06-09 10:30:14 +08:00
llvm_codegen.cpp !1724 Add .data .rodata .got section save and load mechanism of AOT module 2022-07-11 09:54:12 +00:00
llvm_codegen.h Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
llvm_ir_builder.cpp !1724 Add .data .rodata .got section save and load mechanism of AOT module 2022-07-11 09:54:12 +00:00
llvm_ir_builder.h Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
pass_manager.cpp Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
pass_manager.h !1724 Add .data .rodata .got section save and load mechanism of AOT module 2022-07-11 09:54:12 +00:00
pass.h Add two HIRs RESTORE_REGISTER, SAVE_REGISTER to support generator command 2022-07-09 16:22:55 +08:00
rt_call_signature.cpp Fix some asm interpreter bug 2022-05-24 19:36:38 +08:00
rt_call_signature.h Support stackless callnew for asm interpreter 2022-06-08 13:28:04 +08:00
scheduler.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
scheduler.h Control whether to print compiler logs through JSRuntime Options 2022-04-14 16:14:34 +08:00
slowpath_lowering.cpp !1777 TSAOT 262 bugfix 2022-07-18 01:51:13 +00:00
slowpath_lowering.h Add tonumeric instruction 2022-07-13 11:43:26 +08:00
stub_compiler.cpp Descriptor: stub compiler not dependent EcmaVM 2022-07-13 16:58:56 +08:00
stub_compiler.h Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
stub-inl.h CpuProfiler adapt assembly-interpreter 2022-07-04 09:43:35 +08:00
stub.cpp Using correct numArgs in js call dispatch. 2022-07-15 18:13:58 +08:00
stub.h CpuProfiler adapt assembly-interpreter 2022-07-04 09:43:35 +08:00
test_stubs_signature.cpp Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
test_stubs_signature.h Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
test_stubs.cpp Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
test_stubs.h Add relocation related section saving and loading support in aot module. 2022-07-11 16:19:52 +08:00
type_lowering.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
type_lowering.h Fix bugs in ts aot 2022-07-04 16:19:11 +08:00
type_recorder.cpp Get types from abc file by instruction orders and set them to Circuit IR 2022-07-15 13:10:42 +08:00
type_recorder.h Get types from abc file by instruction orders and set them to Circuit IR 2022-07-15 13:10:42 +08:00
type.cpp add test add2dyn div eqdyn and more test case for type infer 2022-07-12 15:52:51 +08:00
type.h add test add2dyn div eqdyn and more test case for type infer 2022-07-12 15:52:51 +08:00
variable_type.h Refactor GateType 2022-06-09 17:32:43 +08:00
verifier.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
verifier.h Control whether to print compiler logs through JSRuntime Options 2022-04-14 16:14:34 +08:00