提交歷史

作者 SHA1 備註 提交日期
  Nikolay Nikolov d2c94a3c26 * fixed the label resolution for asmlists with WebAssembly native exceptions 2 年之前
  Nikolay Nikolov 995f8f32d7 * fixed branch ordering in resolve_labels_via_state_machine 2 年之前
  Nikolay Nikolov ebb4926c8e * fixes to the mangling of the entry and exit code during the state machine label resolution 2 年之前
  Nikolay Nikolov 22d939583b + added label resolution via state machine 2 年之前
  Nikolay Nikolov 55c33fdc23 + add the extra allocated locals before inserting the locals list in wasm32 tcpuprocinfo.postprocess_code 2 年之前
  Nikolay Nikolov 679a510b12 * strip block instructions 2 年之前
  Nikolay Nikolov a20d6413a5 * convert loop..end_loop blocks to flat list + branch instruction 2 年之前
  Nikolay Nikolov 92ef537167 * convert if structured instructions to br_if + labels 2 年之前
  Nikolay Nikolov 1eadfd5192 * set the last=true property of the last tai_local in the locals list in the 2 年之前
  Nikolay Nikolov 913cea9b97 * insert the wasm locals asm list after resolve_labels_complex, since it will (in the future) be able to allocate more locals, in order to resolve the branches and goto 2 年之前
  Nikolay Nikolov d1168bab0c * moved the insertion of the wasm locals asmlist to a local subroutine 2 年之前
  Nikolay Nikolov 0f0501d6ef * moved the preparation of the locals asm list in tcpuprocinfo.postprocess_code to a local subroutine 2 年之前
  Nikolay Nikolov c457f2ba32 * Local var templist renamed localslist. No functional changes. 2 年之前
  Nikolay Nikolov e2d17a202e + added and implemented tcpuprocinfo.AllocWasmLocal 2 年之前
  Nikolay Nikolov 5438771a97 + convert wasm structured list to flat list 2 年之前
  Nikolay Nikolov b141ba7f83 * moved the code that converts branch numbers to labels in the cpupi unit and call it from resolve_labels_complex 2 年之前
  Nikolay Nikolov 3742cc2fcf + always call resolve_labels_complex, if DEBUG_WASM_GOTO is defined. 2 年之前
  Nikolay Nikolov 533901f324 + in case of unresolved labels, call resolve_labels_complex, which will eventually implement the stackifier algorithm. Currently, it converts the asmlist to structured. 2 年之前
  Nikolay Nikolov e74797d411 * replaced several internal errors, related to the WebAssembly labels 3 年之前
  Nikolay Nikolov 7f1050464a + added 'else' tracking for the if..end_if blocks 4 年之前
  Nikolay Nikolov 7bef4d827d * keep track of the block stack, when resolving labels and check whether the 4 年之前
  Nikolay Nikolov 12a2c56461 - removed thlcgwasm.incblock, .decblock and br_blocks, as branching is now done 4 年之前
  Nikolay Nikolov 6fe647ee3d * moved the default procedure CurrRaiseLabel to the end of the procedure, not 4 年之前
  Nikolay Nikolov 470e77a572 + added sanity check when resolving labels to ensure we don't get any jumps with 4 年之前
  Nikolay Nikolov 5a0956d805 * use WebAssembly asm labels for the raise branch instruction in branchful 4 年之前
  Nikolay Nikolov 4e3a6aa5a8 * match the label to the wider block, if it is adjacent to both the brevious 4 年之前
  Nikolay Nikolov c96e203780 * moved the 'end_block' WebAssembly instruction before the 'exit' label right 4 年之前
  Nikolay Nikolov 703ae75ba6 * if a label cannot be associated with the previous block instruction, try 4 年之前
  Nikolay Nikolov 9f077d4ac0 * leave unresolved branches in the asm output, when the compiler is compiled with -dEXTDEBUG 4 年之前
  Nikolay Nikolov b3a9c36cbb * fixed some warnings 4 年之前