arkcompiler_ets_runtime/ecmascript/compiler
sunzhe23 1f2bd00aad Merge branch 'master' of https://gitee.com/openharmony/ark_js_runtime
Signed-off-by: sunzhe23 <sunzhe23@huawei.com>
2022-03-02 23:56:46 -08:00
..
llvm CallRuntimeTrampoline brige support aarch64 2022-03-01 11:07:25 +08:00
tests CallRuntimeTrampoline brige support aarch64 2022-03-01 11:07:25 +08:00
aot_compiler.cpp Add AOT Pass Manager 2022-02-11 09:35:52 +08:00
BUILD.gn Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
bytecode_circuit_builder.cpp Implement frame of generic lowering(HIR To MIR) 2022-02-16 09:21:41 +08:00
bytecode_circuit_builder.h Implement frame of generic lowering(HIR To MIR) 2022-02-16 09:21:41 +08:00
circuit_builder_helper-inl.h Redefine the layout of TypeCode to accommodate MIR, TS types 2022-01-30 11:03:57 +08:00
circuit_builder_helper.cpp Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
circuit_builder_helper.h Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
circuit_builder.cpp Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
circuit_builder.h Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
circuit_ir_specification.md https://gitee.com/openharmony/ark_js_runtime/issues/I4U313 2022-02-17 22:39:02 +08:00
circuit.cpp issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4UBDP 2022-03-01 15:29:55 +08:00
circuit.h issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4UBDP 2022-03-01 15:29:55 +08:00
code_generator.h fixed for code style check 2021-12-23 17:32:43 +08:00
compile_llvm_lib.sh 1.add arraylist and ArkPrivate. 2.add special container in stub. 3.fix Switch 2022-01-04 19:30:40 +08:00
compiler_macros.h 1 review code 2022-01-01 11:17:09 +08:00
fast_stub_define.h fix ptr cast to taggedvalue 2022-03-02 11:12:53 +08:00
fast_stub.cpp Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
fast_stub.h Add new Gate opcode: relocatable data and related llvm IR translation. 2022-02-16 11:02:52 +08:00
gate_accessor.cpp Refactoring of Slowpath Lowering 2022-02-17 20:05:40 +08:00
gate_accessor.h Refactoring of Slowpath Lowering 2022-02-17 20:05:40 +08:00
gate.cpp modify call runtime 2022-02-26 09:43:43 +08:00
gate.h Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
interpreter_stub_define.h Related issue: #I4W0C0 2022-03-02 01:52:51 -08:00
interpreter_stub-inl.h Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
interpreter_stub.cpp fix ptr cast to taggedvalue 2022-03-02 11:12:53 +08:00
interpreter_stub.h CallRuntimeTrampoline brige support aarch64 2022-03-01 11:07:25 +08:00
llvm_codegen.cpp Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
llvm_codegen.h Add new Gate opcode: relocatable data and related llvm IR translation. 2022-02-16 11:02:52 +08:00
llvm_ir_builder.cpp Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
llvm_ir_builder.h Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
options.h.erb fix stub_aot_opt running errors and add arm/arm64 target for js 2021-10-12 14:43:18 +08:00
pass_manager.cpp Refactoring of Slowpath Lowering 2022-02-17 20:05:40 +08:00
pass_manager.h Add AOT Pass Manager 2022-02-11 09:35:52 +08:00
pass.h Refactoring of Slowpath Lowering 2022-02-17 20:05:40 +08:00
scheduler.cpp Redefine the layout of TypeCode to accommodate MIR, TS types 2022-01-30 11:03:57 +08:00
scheduler.h fixed for add CompilationConfig Class to support all arch 2021-12-23 15:00:19 +08:00
slowpath_lowering.cpp SlowPath lowering support more HIR to MIR 2022-02-24 20:17:49 +08:00
slowpath_lowering.h SlowPath lowering support more HIR to MIR 2022-02-24 20:17:49 +08:00
stub_aot_compiler.cpp CallRuntimeTrampoline brige support aarch64 2022-03-01 11:07:25 +08:00
stub_aot_compiler.h Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
stub_aot_options.yaml Add running config for ark_stub_opt for stub debug 2022-01-17 10:15:31 +08:00
stub_descriptor.cpp Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
stub_descriptor.h Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
stub-inl.h Merge branch 'master' of https://gitee.com/openharmony/ark_js_runtime 2022-03-02 23:56:46 -08:00
stub.cpp Merge branch 'master' of https://gitee.com/openharmony/ark_js_runtime 2022-03-02 23:56:46 -08:00
stub.h Merge branch 'master' of https://gitee.com/openharmony/ark_js_runtime 2022-03-02 23:56:46 -08:00
type.cpp fixed for add CompilationConfig Class to support all arch 2021-12-23 15:00:19 +08:00
type.h Redefine the layout of TypeCode to accommodate MIR, TS types 2022-01-30 11:03:57 +08:00
variable_type.h Related issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VSUH 2022-03-01 18:54:11 +08:00
verifier.cpp Redefine the layout of TypeCode to accommodate MIR, TS types 2022-01-30 11:03:57 +08:00
verifier.h fixed for add CompilationConfig Class to support all arch 2021-12-23 15:00:19 +08:00