summaryrefslogtreecommitdiff
path: root/compiler/wasm32/nwasmadd.pas
Commit message (Expand)AuthorAgeFilesLines
* * fixed 64-bit float comparisonnickysn2021-01-211-6/+6
* * fixed class name in commentnickysn2021-01-191-1/+1
* * set expectloc correctly in the WASM add node (it is never LOC_FLAGS or LOC_...nickysn2021-01-191-0/+9
* - disallow (i.e. generate internal errors) the use of a_cmp_*_label functionsnickysn2021-01-181-9/+4
* * fixed twasmaddnode.second_cmpfloatnickysn2021-01-051-5/+2
* * various fixes for tracking the stack and correctly loading the child node v...nickysn2021-01-041-4/+10
* + activate twasmaddnode.second_cmpbooleannickysn2021-01-041-1/+1
* * fix for the stack tracking in twasmaddnode.second_addbooleannickysn2021-01-041-0/+1
* + uncommented the 64-bit handling code in the wasm add nodenickysn2021-01-041-2/+2
* * fixed the stack tracking in twasmaddnode.second_addbooleannickysn2021-01-041-3/+4
* + also call incblock and decblock in the second_addboolean for the shortcut b...nickysn2021-01-041-0/+3
* * use a functype operand for a_if, instead of hardcodingnickysn2021-01-041-1/+1
* + introduced end_block, end_if, end_loopnickysn2020-09-111-2/+2
* * the compiler/wasm directory renamed compiler/wasm32nickysn2020-08-051-0/+343