.. |
aasmcpu.pas
|
f5bf774d35
+ implemented tai_wasmstruc_try_table - structured version ot the try_table instruction, used in goto label resolution
|
vor 1 Woche |
agbinaryen.pas
|
25e955b6e4
* source linebuf as dyn array
|
vor 6 Monaten |
agllvmmc.pas
|
0c79db7ee6
+ support writing the catch clauses in the LLVM-MC assembler output for the try_table instruction
|
vor 1 Woche |
agwasa.pas
|
25e955b6e4
* source linebuf as dyn array
|
vor 6 Monaten |
aoptcpu.pas
|
a7be888255
+ add optimizer units (empty for now) for the WebAssembly target
|
vor 1 Jahr |
aoptcpub.pas
|
a7be888255
+ add optimizer units (empty for now) for the WebAssembly target
|
vor 1 Jahr |
ccpuinnr.inc
|
cdba427bcf
+ added WASI multithreading helper for setting the stack pointer for the linear stack
|
vor 1 Jahr |
cgcpu.pas
|
cf21365a21
* fixed and enabled the is_pascal_goto_target check
|
vor 2 Jahren |
cpubase.pas
|
8797966db3
+ added instructions for the new WebAssembly exception handling with exnref
|
vor 3 Wochen |
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
|
vor 3 Jahren |
cpunode.pas
|
5f9ea00b38
* fixed WebAssembly code generator internal error when passing real constants as
|
vor 8 Monaten |
cpupara.pas
|
ba8554fcf5
* override tcpuparamanager.has_strict_proc_signature and return true for WebAssembly
|
vor 8 Monaten |
cpupi.pas
|
5be2acb757
+ support a_catch,a_catch_ref,a_catch_all and a_catch_all_ref in tcpuprocinfo.ConvertBranchTargetNumbersToLabels
|
vor 1 Woche |
cputarg.pas
|
3ae64e5e17
+ include unit aoptcpu in wasm32/cputarg.pas
|
vor 1 Jahr |
hlcgcpu.pas
|
0a3b8df711
* fixed WebAssembly signed overflow check for the subtraction operation
|
vor 2 Wochen |
itcpugas.pas
|
d7f38784b2
* proper llvm-mc name for the end_try_table instruction
|
vor 1 Woche |
itcpuwasm.pas
|
539fde196d
* rebase the llvm-mc asm writer on the GAS assembler writer - seems to be pretty
|
vor 5 Jahren |
nwasmadd.pas
|
d29cc470f6
+ support all subset locations in twasmaddnode.second_generic_compare. This improves support for bitpacked records and arrays in WebAssembly.
|
vor 2 Wochen |
nwasmbas.pas
|
12a2c56461
- removed thlcgwasm.incblock, .decblock and br_blocks, as branching is now done
|
vor 4 Jahren |
nwasmcal.pas
|
4b757dd360
* On WebAssembly, when calling a function, first generate code for evaluating
|
vor 7 Monaten |
nwasmcnv.pas
|
a47a1c093a
* disallow conversion between regular pointers and WasmExternRef
|
vor 2 Jahren |
nwasmflw.pas
|
3818722b23
* fix in exnref exceptions generation code for 'on' nodes
|
vor 1 Woche |
nwasminl.pas
|
4801ddaf0a
* use a_throw instead of a_legacy_throw in twasminlinenode.second_throw_fpcexception, unless legacy exceptions mode is selected
|
vor 1 Woche |
nwasmld.pas
|
4db653998b
+ generate proper WebAssembly threadvar access when multithreading is turned on
|
vor 3 Jahren |
nwasmmat.pas
|
b923613ead
+ make use of the unsigned remainder instructions in WebAssembly (i32.rem_s, i64.rem_u)
|
vor 3 Jahren |
nwasmmem.pas
|
8b138aa059
+ also check for assigned(left) after calling inherited in twasmaddrnode.pass_typecheck, to avoid another crash
|
vor 2 Jahren |
nwasmset.pas
|
f6ef9f2aa3
* spelling
|
vor 1 Monat |
nwasmutil.pas
|
43e88d2841
+ also create the FPC_EXCEPTION_TAG_SYM for exnref exceptions (the exception tag is the same, like in the legacy exceptions proposal)
|
vor 3 Wochen |
rawasm.pas
|
c6e715a54e
+ WebAssembly inline assembler instruction parsing work in progress
|
vor 1 Jahr |
rawasmtext.pas
|
ee3ff19312
+ allow referencing TLS_SIZE_SYM, TLS_ALIGN_SYM and TLS_BASE_SYM from WebAssembly inline asm
|
vor 1 Jahr |
rgcpu.pas
|
be1fedb2ec
* Use dynamic arrays instead of getmem for spill temp
|
vor 6 Monaten |
rwasmcon.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
vor 5 Jahren |
rwasmnor.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
vor 5 Jahren |
rwasmnum.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
vor 5 Jahren |
rwasmrni.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
vor 5 Jahren |
rwasmsri.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
vor 5 Jahren |
rwasmstd.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
vor 5 Jahren |
rwasmsup.inc
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
vor 5 Jahren |
strinst.inc
|
8797966db3
+ added instructions for the new WebAssembly exception handling with exnref
|
vor 3 Wochen |
symcpu.pas
|
2f1ccd6f2a
+ support 'promising last' exports
|
vor 2 Jahren |
tgcpu.pas
|
6724e3dec8
Add tsym parameter to ttgobj.getlocal method.
|
vor 4 Monaten |
tripletcpu.pas
|
6dd85ad80c
* wasm cpu string renamed wasm32
|
vor 5 Jahren |
wasmdef.pas
|
c9ee72b05a
* the compiler/wasm directory renamed compiler/wasm32
|
vor 5 Jahren |
wasmreg.dat
|
12aa8f0f1f
+ added another wasm fake register to represent local variable on the linear stack
|
vor 5 Jahren |