fpc/compiler/wasm32
2025-03-20 17:01:31 +01:00
..
aasmcpu.pas * WebAssembly: refactored tai_local, so that it is a single directive, 2024-09-15 00:49:05 +03:00
agbinaryen.pas + added new target to the compiler: wasm32-wasip2. Not working, yet. 2025-03-10 21:53:40 +02:00
agllvmmc.pas + added new target to the compiler: wasm32-wasip2. Not working, yet. 2025-03-10 21:53:40 +02:00
agwasa.pas * Change pchar to dynamic array of ansichar 2025-03-20 17:01:31 +01:00
aoptcpu.pas + add optimizer units (empty for now) for the WebAssembly target 2024-09-21 14:50:16 +03:00
aoptcpub.pas + add optimizer units (empty for now) for the WebAssembly target 2024-09-21 14:50:16 +03:00
ccpuinnr.inc
cgcpu.pas
cpubase.pas * WebAssembly internal linker: refactored the writing of the memory section and 2025-02-16 03:22:20 +02:00
cpuinfo.pas
cpunode.pas * fixed WebAssembly code generator internal error when passing real constants as 2025-01-28 10:52:21 +02:00
cpupara.pas * override tcpuparamanager.has_strict_proc_signature and return true for WebAssembly 2025-02-02 19:11:14 +02:00
cpupi.pas * WebAssembly goto support: skip unused labels in resolve_labels_via_state_machine. Fixes #41093 2025-02-24 16:57:26 +02:00
cputarg.pas + include unit aoptcpu in wasm32/cputarg.pas 2024-09-21 15:41:26 +03:00
hlcgcpu.pas * WebAssembly: fixed type conversion from pointer to qword (fixes bug #41092) 2025-02-24 10:48:18 +02:00
itcpugas.pas
itcpuwasm.pas
nwasmadd.pas
nwasmbas.pas
nwasmcal.pas * On WebAssembly, when calling a function, first generate code for evaluating 2025-02-25 07:29:36 +02:00
nwasmcnv.pas
nwasmflw.pas
nwasminl.pas + WebAssembly: added support for using saturating (non-trapping) float-to-int conversion instructions via the new target switch SATURATINGFLOATINGTOINT 2025-02-25 09:08:55 +02:00
nwasmld.pas
nwasmmat.pas
nwasmmem.pas
nwasmset.pas * fixed WebAssembly goto in case statement crash with internal error 2021011801 2025-02-25 08:22:26 +02:00
nwasmutil.pas + WebAssembly external asm writer: workaround for the 'missing functype' error, 2024-09-01 19:52:50 +03:00
rawasm.pas
rawasmtext.pas + allow referencing TLS_SIZE_SYM, TLS_ALIGN_SYM and TLS_BASE_SYM from WebAssembly inline asm 2024-07-22 16:45:26 +03:00
rgcpu.pas
rwasmcon.inc
rwasmnor.inc
rwasmnum.inc
rwasmrni.inc
rwasmsri.inc
rwasmstd.inc
rwasmsup.inc
strinst.inc
symcpu.pas
tgcpu.pas
tripletcpu.pas
wasmdef.pas
wasmreg.dat