| .. |
|
debug
|
57abdfdb5c
Fix typo (dwarf) in the codebase (#2367)
|
2 years ago |
|
simd
|
76be848ec3
Implement the segue optimization for LLVM AOT/JIT (#2230)
|
2 years ago |
|
aot.c
|
edba40c60a
GC: Change type of `types` to AOTType in AOTModule and AOTCompData (#2272)
|
2 years ago |
|
aot.h
|
803597dc55
Merge branch main into dev/gc_refactor
|
2 years ago |
|
aot_compiler.c
|
803597dc55
Merge branch main into dev/gc_refactor
|
2 years ago |
|
aot_compiler.h
|
366b3b7683
Merge branch main into dev/gc_refactor
|
2 years ago |
|
aot_emit_aot_file.c
|
803597dc55
Merge branch main into dev/gc_refactor
|
2 years ago |
|
aot_emit_compare.c
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_compare.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_const.c
|
a182926a73
Refactor interpreter/AOT module instance layout (#1559)
|
3 years ago |
|
aot_emit_const.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_control.c
|
7e9bf9cdf5
Implement Fast JIT multi-threading feature (#2134)
|
2 years ago |
|
aot_emit_control.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_conversion.c
|
f818f4c43f
Simplify fcmp intrinsic logic for AOT/XIP (#1881)
|
3 years ago |
|
aot_emit_conversion.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_exception.c
|
a182926a73
Refactor interpreter/AOT module instance layout (#1559)
|
3 years ago |
|
aot_emit_exception.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_function.c
|
76faf89029
Merge branch main into dev/gc_refactor
|
2 years ago |
|
aot_emit_function.h
|
cd7941cc39
AOT/JIT native stack bound check improvement (#2244)
|
2 years ago |
|
aot_emit_memory.c
|
76be848ec3
Implement the segue optimization for LLVM AOT/JIT (#2230)
|
2 years ago |
|
aot_emit_memory.h
|
76be848ec3
Implement the segue optimization for LLVM AOT/JIT (#2230)
|
2 years ago |
|
aot_emit_numberic.c
|
d5aa354d41
Return result directly if float cmp is called in AOT XIP (#1851)
|
3 years ago |
|
aot_emit_numberic.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_parametric.c
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_parametric.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_table.c
|
02f0156475
GC: Change table_elem_type_t to pointer width to simplify the related handlings (#2178)
|
2 years ago |
|
aot_emit_table.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_emit_variable.c
|
670567f8b3
core/iwasm/compilation: constify a bit (#2223)
|
2 years ago |
|
aot_emit_variable.h
|
fb4afc7ca4
Apply clang-format for core/iwasm compilation and libraries (#784)
|
4 years ago |
|
aot_llvm.c
|
803597dc55
Merge branch main into dev/gc_refactor
|
2 years ago |
|
aot_llvm.h
|
803597dc55
Merge branch main into dev/gc_refactor
|
2 years ago |
|
aot_llvm_extra.cpp
|
10b18d85cd
Fix ExpandMemoryOpPass doesn't work properly (#2399)
|
2 years ago |
|
aot_llvm_extra2.cpp
|
ea78b89965
Fix wamrc build issues with LLVM 13 and LLVM 16 (#2313)
|
2 years ago |
|
aot_llvm_extra2.h
|
cd7941cc39
AOT/JIT native stack bound check improvement (#2244)
|
2 years ago |
|
aot_orc_extra.cpp
|
cd7941cc39
AOT/JIT native stack bound check improvement (#2244)
|
2 years ago |
|
aot_orc_extra.h
|
cd7941cc39
AOT/JIT native stack bound check improvement (#2244)
|
2 years ago |
|
aot_orc_extra2.cpp
|
ea78b89965
Fix wamrc build issues with LLVM 13 and LLVM 16 (#2313)
|
2 years ago |
|
iwasm_compl.cmake
|
8d1c56bda4
Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841)
|
4 years ago |