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

Аутор SHA1 Порука Датум
  Nikolay Nikolov c4f9ec91c9 + fix support for 8-byte records, held in a register pair on the WebAssembly target. This fixes #39524 пре 3 година
  J. Gareth "Curious Kit" Moreton 2dc0995067 - Bug fix to new ADD/SUB optimisation where conditions are concerned пре 3 година
  Nikolay Nikolov 12a2c56461 - removed thlcgwasm.incblock, .decblock and br_blocks, as branching is now done пре 3 година
  Nikolay Nikolov 3094f75690 * WebAssembly code generation for 'case' nodes changed to use labels пре 3 година
  Nikolay Nikolov 6fe647ee3d * moved the default procedure CurrRaiseLabel to the end of the procedure, not пре 3 година
  Nikolay Nikolov 5a0956d805 * use WebAssembly asm labels for the raise branch instruction in branchful пре 3 година
  Nikolay Nikolov c96e203780 * moved the 'end_block' WebAssembly instruction before the 'exit' label right пре 3 година
  Nikolay Nikolov 1ce2fb8a4a * use WebAssembly asm labels for generating code for the 'exit' statement пре 3 година
  Nikolay Nikolov 0662a0bd44 + use WebAssembly asm labels for the code generation of 'break' statements as well пре 3 година
  Nikolay Nikolov 01dc62b127 + introduced the use of asm labels for WebAssembly. Resolve them in пре 3 година
  Nikolay Nikolov b91fc3a0d3 * fixed passing of singleton record parameters, containing a float in WebAssembly пре 3 година
  Nikolay Nikolov 3c58f26e83 * thlcgwasm.g_checkexceptions renamed .g_maybe_checkforexceptions, added also as пре 3 година
  Nikolay Nikolov 7110d1e48e * use 'br_if' instead of 'if br end_if' sequence in the code, generated by пре 3 година
  Nikolay Nikolov 7afb665c92 + insert exception flag check and branch after each function call, when пре 3 година
  Nikolay Nikolov 5be1bfeeca + added comment that states that raiseBr is only used in branchful exceptions mode пре 3 година
  Nikolay Nikolov d02921d66b + introduced raiseBr, similar to exitBr, but will point to the current пре 3 година
  Nikolay Nikolov 5adec3ca98 + workaround for WebAssembly treating the stack parameter of the store and load пре 3 година
  Nikolay Nikolov 0a383d8c0f * fixed WebAssembly method pointer assignment пре 3 година
  Nikolay Nikolov cc2fa67dfa * fixed OS_S8 to OS_16 conversion for WebAssembly. This fixes test/cg/tcnvint6 пре 3 година
  Nikolay Nikolov d2726c2406 * fixed WebAssembly code generation for not(cbool64) пре 3 година
  Nikolay Nikolov 4fc763ac50 * fixed WebAssembly cbool support for OP_NOT пре 3 година
  Nikolay Nikolov 188a21bbfd * fixed 'not(boolean64)' for WebAssembly пре 3 година
  Nikolay Nikolov 812732cb6a + introduced the AT_WASM_GLOBAL asm symbol type пре 3 година
  Nikolay Nikolov d3ec8f0d29 * generate an internalerror if there are values remaining on top of stack пре 3 година
  Nikolay Nikolov f7cc2d560c + initialize br_blocks in the thlcgwasm constructor пре 3 година
  Nikolay Nikolov a3610bfea1 + also added stack underflow check in thlcgwasm.incstack (in case stack пре 3 година
  Nikolay Nikolov d4bd1f1e9b * don't halt with an internal error, but add an asm comment instead, when a пре 3 година
  Nikolay Nikolov 58e4692795 * fixed thlcgwasm.g_adjust_stack_after_call after the removal of discardresult пре 3 година
  Nikolay Nikolov 9526b939a2 + implemented thlcgwasm.g_unreachable, emits the 'unreachable' WebAssembly instruction пре 3 година
  Nikolay Nikolov 3bf5b0c395 - avoid useless typecasts for accessing members in self in thlcgwasm.a_load_subsetref_regs_index пре 3 година