Nikolay Nikolov
|
026d23632a
+ added the memory.copy and memory.fill WebAssembly instructions
|
3 år sedan |
Nikolay Nikolov
|
82b6450f19
+ introduced the AT_WASM_EXCEPTION_TAG asm symbol type, use that for specifying
|
3 år sedan |
Nikolay Nikolov
|
c2754eac3f
+ introduced the wasm32_throw_fpcexception inline function, that emits a
|
3 år sedan |
Nikolay Nikolov
|
87702b58c5
+ emit a catch instruction in the try/end_try block, generated for
|
3 år sedan |
Nikolay Nikolov
|
10d8332563
+ added the new WebAssembly instructions, added by the exception handling proposal
|
3 år sedan |
nickysn
|
54299874d3
+ implemented memory.grow and memory.size intrinsics and implemented SysOSAlloc
|
4 år sedan |
nickysn
|
99d8d8f296
* fixed several WebAssembly instruction names
|
4 år sedan |
nickysn
|
fc95e7f22d
* fixes in thlcgwasm.resize_stack_int_val
|
4 år sedan |
nickysn
|
5ee6e9d593
* declare end_function as an instruction, instead of a directive
|
4 år sedan |
nickysn
|
e1b6f0bd85
+ introduced end_block, end_if, end_loop
|
4 år sedan |
nickysn
|
f95d35340c
+ first attempt at writing the .local WASM directive
|
4 år sedan |
nickysn
|
e3da45de37
* fixed the global.get, global.set, local.set, local.get and local.tee instructions in the llvm-mc instruction writer
|
4 år sedan |
nickysn
|
0e3754e24d
* copied the gas_op2str table, because it will require changes from the wat2wasm table
|
4 år sedan |
nickysn
|
539fde196d
* rebase the llvm-mc asm writer on the GAS assembler writer - seems to be pretty
|
5 år sedan |