.. |
aasmcpu.pas
|
b9ca30165c
* WebAssembly: refactored tai_local, so that it is a single directive,
|
10 months ago |
agbinaryen.pas
|
25e955b6e4
* source linebuf as dyn array
|
4 months ago |
agllvmmc.pas
|
c515d45026
+ added new target to the compiler: wasm32-wasip2. Not working, yet.
|
5 months ago |
agwasa.pas
|
25e955b6e4
* source linebuf as dyn array
|
4 months ago |
aoptcpu.pas
|
a7be888255
+ add optimizer units (empty for now) for the WebAssembly target
|
10 months ago |
aoptcpub.pas
|
a7be888255
+ add optimizer units (empty for now) for the WebAssembly target
|
10 months ago |
ccpuinnr.inc
|
cdba427bcf
+ added WASI multithreading helper for setting the stack pointer for the linear stack
|
1 year ago |
cgcpu.pas
|
cf21365a21
* fixed and enabled the is_pascal_goto_target check
|
1 year ago |
cpubase.pas
|
39fb7618e4
* WebAssembly internal linker: refactored the writing of the memory section and
|
5 months ago |
cpuinfo.pas
|
5395e52539
- disable the cs_opt_nodecse optimization from the -O2 for the WebAssembly target, because it causes a crash, when compiling the classes unit
|
3 years ago |
cpunode.pas
|
5f9ea00b38
* fixed WebAssembly code generator internal error when passing real constants as
|
6 months ago |
cpupara.pas
|
ba8554fcf5
* override tcpuparamanager.has_strict_proc_signature and return true for WebAssembly
|
6 months ago |
cpupi.pas
|
79b240ec81
* WebAssembly goto support: skip unused labels in resolve_labels_via_state_machine. Fixes #41093
|
5 months ago |
cputarg.pas
|
3ae64e5e17
+ include unit aoptcpu in wasm32/cputarg.pas
|
10 months ago |
hlcgcpu.pas
|
7c44300136
* WebAssembly: fixed type conversion from pointer to qword (fixes bug #41092)
|
5 months ago |
itcpugas.pas
|
03fc5d2323
+ added a zero/unitialized/unknown value to TWasmBasicType: wbt_Unknown
|
1 year ago |
itcpuwasm.pas
|
539fde196d
* rebase the llvm-mc asm writer on the GAS assembler writer - seems to be pretty
|
5 years ago |
nwasmadd.pas
|
b804fc5164
* Flags specific to TAddNode have been moved to their own field
|
1 year ago |
nwasmbas.pas
|
12a2c56461
- removed thlcgwasm.incblock, .decblock and br_blocks, as branching is now done
|
3 years ago |
nwasmcal.pas
|
4b757dd360
* On WebAssembly, when calling a function, first generate code for evaluating
|
5 months ago |
nwasmcnv.pas
|
a47a1c093a
* disallow conversion between regular pointers and WasmExternRef
|
2 years ago |
nwasmflw.pas
|
bc6ab39ea2
* WebAssembly exceptions fix: fixed raise without parameters in except..end
|
3 years ago |
nwasminl.pas
|
0c939ac6c6
+ WebAssembly: added support for using saturating (non-trapping) float-to-int conversion instructions via the new target switch SATURATINGFLOATINGTOINT
|
5 months ago |
nwasmld.pas
|
4db653998b
+ generate proper WebAssembly threadvar access when multithreading is turned on
|
3 years ago |
nwasmmat.pas
|
b923613ead
+ make use of the unsigned remainder instructions in WebAssembly (i32.rem_s, i64.rem_u)
|
3 years ago |
nwasmmem.pas
|
8b138aa059
+ also check for assigned(left) after calling inherited in twasmaddrnode.pass_typecheck, to avoid another crash
|
2 years ago |
nwasmset.pas
|
671a36c823
* fixed WebAssembly goto in case statement crash with internal error 2021011801
|
5 months ago |
nwasmutil.pas
|
5e327453a8
+ WebAssembly external asm writer: workaround for the 'missing functype' error,
|
11 months ago |
rawasm.pas
|
c6e715a54e
+ WebAssembly inline assembler instruction parsing work in progress
|
1 year ago |
rawasmtext.pas
|
ee3ff19312
+ allow referencing TLS_SIZE_SYM, TLS_ALIGN_SYM and TLS_BASE_SYM from WebAssembly inline asm
|
1 year ago |
rgcpu.pas
|
be1fedb2ec
* Use dynamic arrays instead of getmem for spill temp
|
4 months ago |
rwasmcon.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
4 years ago |
rwasmnor.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
4 years ago |
rwasmnum.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
4 years ago |
rwasmrni.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
4 years ago |
rwasmsri.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
4 years ago |
rwasmstd.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
4 years ago |
rwasmsup.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
4 years ago |
strinst.inc
|
0c61c7057a
* fixed some WebAssembly instruction names in the wasm_op2str array
|
1 year ago |
symcpu.pas
|
2f1ccd6f2a
+ support 'promising last' exports
|
2 years ago |
tgcpu.pas
|
e67094ec28
* WebAssembly temp gen: introduced localsfirsttemp and localslasttemp, use these
|
1 year ago |
tripletcpu.pas
|
6dd85ad80c
* wasm cpu string renamed wasm32
|
5 years ago |
wasmdef.pas
|
c9ee72b05a
* the compiler/wasm directory renamed compiler/wasm32
|
5 years ago |
wasmreg.dat
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
4 years ago |