Історія комітів

Автор SHA1 Опис Дата
  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 роки тому
  Nikolay Nikolov 01dc62b127 + introduced the use of asm labels for WebAssembly. Resolve them in 4 роки тому
  Nikolay Nikolov fab4ca449b * twasmexceptionstatehandler_nativeexceptions.handle_nested_exception and 4 роки тому
  Nikolay Nikolov 5124ab2521 * cloned the WebAssembly native exceptions code generation and rtl support into 4 роки тому
  Nikolay Nikolov 6e6c946e0f * the fpc_Catches result test code was inverted 4 роки тому
  Nikolay Nikolov 6e7f0744ca + implemented the 'on' node for WebAssembly in native exceptions mode 4 роки тому
  Nikolay Nikolov ec0bdfbdd9 * fill exceptstate variables and update flowcontrol in 4 роки тому
  Nikolay Nikolov 45e53ddc16 * cloned the WASM no exceptions mode code generation for try..finally blocks 4 роки тому
  Nikolay Nikolov 848098c63b * improvements to the handling of try..finally in WebAssembly no exceptions 4 роки тому
  Nikolay Nikolov 2bcc8d65ff + introduced twasmexceptionstatehandler_nativeexceptions and 4 роки тому
  Nikolay Nikolov 3ca9475bde * twasmexceptionstatehandler renamed twasmexceptionstatehandler_noexceptions 4 роки тому
  nickysn 340a71d2bc * always keep the WebAssembly stack frame aligned on 16 bytes 4 роки тому
  nickysn 4d99fb3352 * allocate locals in a better way, so that we don't get 2 extra wasted locals per function 4 роки тому