summaryrefslogtreecommitdiff
path: root/compiler/wasm32/symcpu.pas
Commit message (Expand)AuthorAgeFilesLines
* * fixed WebAssembly compilation error with -CRnickysn2021-03-141-15/+27
* * fixed compiler internal error, when compiling a unit that has an external f...nickysn2021-01-251-0/+1
* * override is_pushleftright for WebAssembly and make it return truenickysn2021-01-221-0/+12
* * make functions, that return result in param to not have a return type in We...nickysn2021-01-211-1/+2
* - removed several JVM methods that aren't necessary for WebAssemblynickysn2021-01-041-43/+0
* * use a functype operand for a_if, instead of hardcodingnickysn2021-01-041-1/+1
* + functype creation moved to tcpuprocdef.create_functypenickysn2021-01-021-2/+56
* - removed the tcpupropertysym overrides from the jvm, because they're not nee...nickysn2021-01-021-371/+0
* * refactored the handling of the frame pointer and base pointer to use local ...nickysn2020-09-111-1/+4
* * the compiler/wasm directory renamed compiler/wasm32nickysn2020-08-051-0/+694