Nikolay Nikolov
|
7bd1ac4507
* fixed comment
|
3 роки тому |
Nikolay Nikolov
|
7475d22154
+ declare the three magic global variables (__tls_size, __tls_align, __tls_base), created by the linker, when WebAssembly multithreading is enabled
|
3 роки тому |
Nikolay Nikolov
|
d378240134
+ added the WebAssembly saturating truncation instructions to the internal assembler
|
3 роки тому |
Nikolay Nikolov
|
3a095f5ed5
+ support all the new types in encode_wasm_basic_type
|
3 роки тому |
Nikolay Nikolov
|
907e8402ab
+ added the WebAssembly reference and vector types to TWasmBasicType
|
3 роки тому |
Nikolay Nikolov
|
2888710594
+ added the WebAssembly table instructions
|
3 роки тому |
Nikolay Nikolov
|
534383f686
+ added the WebAssembly reference instructions ref.null, ref.is_null and ref.func
|
3 роки тому |
Nikolay Nikolov
|
e2eadc51a3
+ added the memory.init and data.drop instructions
|
3 роки тому |
Nikolay Nikolov
|
3cfdf000a2
+ support the new WebAssembly threads and atomics instructions in the internal assembler
|
3 роки тому |
Nikolay Nikolov
|
5198e47e36
+ added the atomic memory access WebAssembly instructions from the threading proposal for WebAssembly
|
3 роки тому |
J. Gareth "Curious Kit" Moreton
|
2dc0995067
- Bug fix to new ADD/SUB optimisation where conditions are concerned
|
3 роки тому |
Nikolay Nikolov
|
026d23632a
+ added the memory.copy and memory.fill WebAssembly instructions
|
3 роки тому |
Nikolay Nikolov
|
e0ad427b6c
+ introduced the FPC_EXCEPTION_TAG_SYM string constant
|
3 роки тому |
Nikolay Nikolov
|
ca70cb05a7
* fixed warning
|
3 роки тому |
Nikolay Nikolov
|
d7b141d70e
+ implemented the if, loop and else instructions
|
3 роки тому |
Nikolay Nikolov
|
81b8574bfd
+ implemented all the load/store instructions in the wasm internal asm
|
3 роки тому |
Nikolay Nikolov
|
4ca39cf07d
+ write the import functions in the wasm binary writer
|
3 роки тому |
Nikolay Nikolov
|
a58368d20d
+ avoid duplicate functypes in the types section of the wasm module we produce
|
3 роки тому |
Nikolay Nikolov
|
628fcb9b1c
+ create the Type wasm section
|
3 роки тому |
Nikolay Nikolov
|
10d8332563
+ added the new WebAssembly instructions, added by the exception handling proposal
|
3 роки тому |
nickysn
|
e2e0756eaf
* fixed compilation with -Sew
|
4 роки тому |
nickysn
|
0ceefa4d22
+ enabled DWARF debug info writing on the WebAssembly target. Note that it
|
4 роки тому |
nickysn
|
f891c52dd1
- removed tarrayreftype, because it's not used on the wasm target
|
4 роки тому |
nickysn
|
5a84c4db61
- get rid of FRAME_POINTER_SYM and BASE_POINTER_SYM - they should not be used anymore
|
4 роки тому |
nickysn
|
83f88e515b
* renamed the a_get/set/tee_local/global asm ops a_local/global_set/get/tee
|
4 роки тому |
nickysn
|
d8f55ebb48
* renamed the a_iXX_extendYYYY family of asm ops to their modern versions
|
4 роки тому |
nickysn
|
116366a8e3
* updated the a_iXX_trunc_su_fYY asm ops to their modern format a_iXX_trunc_fYY_su
|
4 роки тому |
nickysn
|
60242ca0fd
* updated the a_fXX_convert_su_iYY asm ops to their modern format a_fXX_convert_iYY_su
|
4 роки тому |
nickysn
|
9acfdc8cdd
* the a_f64_reinterpret_f64 asm op renamed a_f64_reinterpret_i64
|
4 роки тому |
nickysn
|
699626ee5c
* a_grow_memory asm op renamed a_memory_grow
|
4 роки тому |