Historie revizí

Autor SHA1 Zpráva Datum
  Nikolay Nikolov b0879f9abb * in taicpu.op_XXX call create(op) instead of inherited create(op), because we want to call our overriden constructor před 1 týdnem
  Nikolay Nikolov 15d6f3808f + added a try_table_catch_clauses assembler list field to WebAssembly's taicpu, to hold the catch clause list parameter to the try_table instruction před 1 týdnem
  Nikolay Nikolov 07bcb62d5e + support the throw_ref instruction in the internal WebAssembly assembler writer před 3 týdny
  Nikolay Nikolov 6eb2be4bb7 + support the throw instruction in the internal WebAssembly assembler writer před 3 týdny
  Nikolay Nikolov 96e2242e28 + support the end_try_table instruction in the internal WebAssembly assembler writer před 3 týdny
  Nikolay Nikolov 9301931bcc * WebAssembly: a_end_try instruction renamed a_end_legacy_try před 3 týdny
  Nikolay Nikolov 46999f1f68 * WebAssembly: a_rethrow instruction renamed a_legacy_rethrow před 3 týdny
  Nikolay Nikolov 97bf2a5beb * WebAssembly: a_throw instruction renamed a_legacy_throw před 3 týdny
  Nikolay Nikolov b079f27ecc * WebAssembly: a_delegate instruction renamed a_legacy_delegate před 3 týdny
  Nikolay Nikolov 26a547a11a * WebAssembly: a_catch_all instruction renamed a_legacy_catch_all před 3 týdny
  Nikolay Nikolov 7ce80bac7d * WebAssembly: a_catch instruction renamed a_legacy_catch před 3 týdny
  Nikolay Nikolov 8c3758f976 * WebAssembly: a_try instruction renamed a_legacy_try před 3 týdny
  Nikolay Nikolov b9ca30165c * WebAssembly: refactored tai_local, so that it is a single directive, před 1 rokem
  Nikolay Nikolov 05b67c7408 - WebAssembly: removed tai_local.name, because we don't use it před 1 rokem
  Nikolay Nikolov 99943610cb * WebAssembly: generate the final bashB opcode of a function via the před 1 rokem
  Nikolay Nikolov c8e4a52428 + WebAssembly internal object writer: added safety check for catching bugs, před 1 rokem
  Nikolay Nikolov d41d98b70b * WebAssembly internal object writer: fixed helper function SlebSize() před 1 rokem
  Nikolay Nikolov 5e327453a8 + WebAssembly external asm writer: workaround for the 'missing functype' error, před 1 rokem
  Nikolay Nikolov 35701f8fa2 * fail with an internal compiler error in case an atomic WebAssembly instruction před 1 rokem
  Nikolay Nikolov 6a28ac53da + support the native exception instructions in TWasmValidationStacks.Validate před 1 rokem
  Nikolay Nikolov f2d739b93a + perform WebAssembly validation, if the compiler is compiled with the před 1 rokem
  Nikolay Nikolov 0ae014a98f + support the BR and BR_IF instructions in TWasmValidationStacks.Validate před 1 rokem
  Nikolay Nikolov 13f58fe343 + support if,block,loop,else,end_if,end_block,end_loop in TWasmValidationStacks.Validate před 1 rokem
  Nikolay Nikolov 472f9be9a6 + support the global.get and global.set instructions in TWasmValidationStacks.Validate před 1 rokem
  Nikolay Nikolov ab65c9889b + added the WasmBasicType to TWasmGlobalAsmSymbol. This will help WebAssembly před 1 rokem
  Nikolay Nikolov f4b9d51aff + introduced TWasmGlobalAsmSymbol subclass of TAsmSymbol. Use it for all před 1 rokem
  Nikolay Nikolov 81d98f5ae2 + support the CALL instruction in TWasmValidationStacks.Validate před 1 rokem
  Nikolay Nikolov 21cc89f1e3 + added a second TWasmFuncType parameter to the CALL WebAssembly instruction. It před 1 rokem
  Nikolay Nikolov 2dcb15f88f + support a_call_indirect in TWasmValidationStacks.Validate před 1 rokem
  Nikolay Nikolov 26855a29c8 * fix warning před 1 rokem