summaryrefslogtreecommitdiff
path: root/compiler/wasm32/cpupi.pas
Commit message (Expand)AuthorAgeFilesLines
* * always keep the WebAssembly stack frame aligned on 16 bytesnickysn2021-04-111-0/+7
* * allocate locals in a better way, so that we don't get 2 extra wasted locals...nickysn2021-01-221-21/+19
* + dummy override of WebAssembly handle_nested_exceptionnickysn2021-01-191-0/+6
* + dummy override for WebAssembly free_exceptionnickysn2021-01-191-2/+8
* + override tcgexceptionstatehandler for WASM and create a dummy new_exceptionnickysn2021-01-191-2/+25
* * replace NR_LOCAL_FRAME_POINTER_REG with tcpuprocdef(current_procinfo.procde...nickysn2020-12-291-2/+26
* * group tai_local directives, so that they are output as a single directive w...nickysn2020-08-261-0/+12
* + insert tai_locals as a continuous block, next to each othernickysn2020-08-261-3/+23
* * the compiler/wasm directory renamed compiler/wasm32nickysn2020-08-051-0/+89