Историја ревизија

Аутор SHA1 Порука Датум
  Nikolay Nikolov 12a2c56461 - removed thlcgwasm.incblock, .decblock and br_blocks, as branching is now done пре 4 година
  Nikolay Nikolov 3258937d97 + implemented move() for WebAssembly via the memory.copy instruction пре 4 година
  Nikolay Nikolov 2e3e3edb5f + implemented FillChar for WebAssembly via the memory.fill instruction пре 4 година
  Nikolay Nikolov 91d8009b53 + implemented round(real) for WebAssembly via the fXX.nearest and i64.trunc_fXX_s instructions пре 4 година
  Nikolay Nikolov 835bc62e2a + implemented trunc(real) for WebAssembly via the i64.trunc_f32_s and i64.trunc_f64_s instructions пре 4 година
  Nikolay Nikolov d84a7d1bde + implemented int(real) for WebAssembly via the f32.trunc and f64.trunc instructions пре 4 година
  Nikolay Nikolov 8822be8a1f + implemented abs(real) for WebAssembly via the f32.abs and f64.abs instructions пре 4 година
  Nikolay Nikolov 95243ed6ed + implemented sqrt via the f32.sqrt and f64.sqrt instructions пре 4 година
  Nikolay Nikolov cdf1ceca76 * emit a weak symbol for the exception tag, since that's what the LLVM linker пре 4 година
  Nikolay Nikolov f701d2f294 + support in_wasm32_throw_fpcexception in twasminlinenode.pass_typecheck_cpu пре 4 година
  Nikolay Nikolov 82b6450f19 + introduced the AT_WASM_EXCEPTION_TAG asm symbol type, use that for specifying пре 4 година
  Nikolay Nikolov c2754eac3f + introduced the wasm32_throw_fpcexception inline function, that emits a пре 4 година
  nickysn c42e297bc6 + implemented sqr(real) for the WebAssembly target пре 4 година
  nickysn 947f9af0e5 + fixed code generation for high(dynarray) for the WebAssembly target пре 4 година
  nickysn 4ef1367019 + added wasm32 inline procedure for generating the 'unreachable' instruction пре 4 година
  nickysn 699626ee5c * a_grow_memory asm op renamed a_memory_grow пре 4 година
  nickysn d0fe45a595 * a_current_memory asm op renamed a_memory_size пре 4 година
  nickysn 54299874d3 + implemented memory.grow and memory.size intrinsics and implemented SysOSAlloc пре 4 година
  nickysn cc94ab3ab8 + implemented length() code generation for WebAssembly пре 4 година
  nickysn 888af282a4 + override the inline node for WASM пре 4 година