arkcompiler_ets_runtime/ecmascript/compiler
getingke d8a36a4889 fixed for arm32 js frame rewrite patch id
issue:[Add JSFunction EntryFrame & LeaveFrame for arm32](https://gitee.com/openharmony/ark_js_runtime/issues/I4WRJP?from=project-issue)
Signed-off-by: getingke <getingke@huawei.com>

Change-Id: Icb8cf8d03b0321150ad1c066e001f398dc4bc78a
2022-03-08 11:08:10 +08:00
..
llvm CallRuntimeTrampoline brige support aarch64 2022-03-01 11:07:25 +08:00
tests issue:https://gitee.com/openharmony/ark_js_runtime/issues/I4W0OI?from=project-issue 2022-03-02 18:14:04 +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 circuit gate fill in the specific ts type 2022-03-07 19:54:28 +08:00
bytecode_circuit_builder.h circuit gate fill in the specific ts type 2022-03-07 19:54:28 +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 Aot lowering 2022-03-03 19:57:10 +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 fixed for arm32 js frame 2022-03-08 11:01:20 +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 fixed for arm32 js frame 2022-03-08 11:01:20 +08:00
fast_stub_define.h fixed for arm32 js frame debug 2022-03-08 11:07:24 +08:00
fast_stub.cpp issue:https://gitee.com/openharmony/ark_js_runtime/issues/I4W0OI?from=project-issue 2022-03-02 18:14:04 +08:00
fast_stub.h issue:https://gitee.com/openharmony/ark_js_runtime/issues/I4W0OI?from=project-issue 2022-03-02 18:14:04 +08:00
gate_accessor.cpp Aot lowering 2022-03-03 19:57:10 +08:00
gate_accessor.h circuit gate fill in the specific ts type 2022-03-07 19:54:28 +08:00
gate.cpp Aot lowering 2022-03-03 19:57:10 +08:00
gate.h Aot lowering 2022-03-03 19:57:10 +08:00
interpreter_stub_define.h add rest stub handle 2022-03-04 10:17:52 +08:00
interpreter_stub-inl.h add rest stub handle 2022-03-04 10:17:52 +08:00
interpreter_stub.cpp Related issue: #I4WNBB 2022-03-07 03:35:48 -08:00
interpreter_stub.h add rest stub handle 2022-03-04 10:17:52 +08:00
llvm_codegen.cpp fixed for arm32 js frame rewrite patch id 2022-03-08 11:08:10 +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 fixed for arm32 js frame rewrite patch id 2022-03-08 11:08:10 +08:00
llvm_ir_builder.h fixed for arm32 js frame 2022-03-08 11:01:20 +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 circuit gate fill in the specific ts type 2022-03-07 19:54:28 +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 Aot lowering 2022-03-03 19:57:10 +08:00
scheduler.h fixed for add CompilationConfig Class to support all arch 2021-12-23 15:00:19 +08:00
slowpath_lowering.cpp Aot lowering 2022-03-03 19:57:10 +08:00
slowpath_lowering.h Aot lowering 2022-03-03 19:57:10 +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 fixed for arm32 js frame debug 2022-03-08 11:07:24 +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 add rest stub handle 2022-03-04 10:17:52 +08:00
stub.cpp !692 fix DoubleToInt overflow bug 2022-03-07 14:14:31 +00:00
stub.h Related issue: #I4WNBB 2022-03-07 03:35:48 -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 Aot lowering 2022-03-03 19:57:10 +08:00
verifier.h fixed for add CompilationConfig Class to support all arch 2021-12-23 15:00:19 +08:00