Nikolay Nikolov
|
1011c31a80
+ increase string type to avoid const string truncation
|
vor 4 Jahren |
Nikolay Nikolov
|
2577180b93
+ introduced WebAssembly branchful exceptions
|
vor 4 Jahren |
Jonas Maebe
|
ab01b0ebd7
Typed constants: no internalerror on failure
|
vor 4 Jahren |
J. Gareth "Curious Kit" Moreton
|
190c77e863
Fixed bug where hp1 object was used after being freed
|
vor 4 Jahren |
florian
|
2e8c99947a
* define DEBUG_AOPTCPU if EXTDEBUG is used
|
vor 4 Jahren |
Nikolay Nikolov
|
890b899842
+ support the <= and >= operators for smallsets on the Z80
|
vor 4 Jahren |
Nikolay Nikolov
|
b00c0e44a5
+ support equality comparison of smallsets on the Z80
|
vor 4 Jahren |
Jonas Maebe
|
3fb0fab410
Fix bitpacking 62/63 bit fields on 64 bit targets
|
vor 4 Jahren |
Nikolay Nikolov
|
41db71c21c
+ implemented the <= operator for smallsets for WebAssembly
|
vor 4 Jahren |
Nikolay Nikolov
|
799cd957e6
+ added WASI .o files for the tests for linking with C
|
vor 4 Jahren |
Nikolay Nikolov
|
be90ad1672
+ enabled compilation of unit heaptrc for the WASI target
|
vor 4 Jahren |
Nikolay Nikolov
|
5adec3ca98
+ workaround for WebAssembly treating the stack parameter of the store and load
|
vor 4 Jahren |
Nikolay Nikolov
|
0a383d8c0f
* fixed WebAssembly method pointer assignment
|
vor 4 Jahren |
Nikolay Nikolov
|
77ca8ba16d
* always return error in SysUtils.FindFirst and .FindNext on the WASI platform,
|
vor 4 Jahren |
Nikolay Nikolov
|
6f88919f37
- don't set casmdata in wasm32/aasmcpu.pas, so that the aasmdef unit can override it
|
vor 4 Jahren |
Nikolay Nikolov
|
c1eeb8beda
+ use the aasmdef unit in wasm32/cpunode.pas
|
vor 4 Jahren |
Nikolay Nikolov
|
020a58b075
+ added system_wasm32_embedded to systems_embedded
|
vor 4 Jahren |
Nikolay Nikolov
|
c450b63f1c
+ enabled compilation of the fpintres unit for the WASI target and enabled tf_has_winlike_resources for the target
|
vor 4 Jahren |
J. Gareth "Kit" Moreton
|
4b39f7dea0
x86: Missed logic with CMP and MOV optimisations
|
vor 4 Jahren |
Nikolay Nikolov
|
cc2fa67dfa
* fixed OS_S8 to OS_16 conversion for WebAssembly. This fixes test/cg/tcnvint6
|
vor 4 Jahren |
Nikolay Nikolov
|
3258937d97
+ implemented move() for WebAssembly via the memory.copy instruction
|
vor 4 Jahren |
Nikolay Nikolov
|
2e3e3edb5f
+ implemented FillChar for WebAssembly via the memory.fill instruction
|
vor 4 Jahren |
Nikolay Nikolov
|
85207e94f8
+ added inline numbers for a memory.copy and a memory.fill intrinsic
|
vor 4 Jahren |
Nikolay Nikolov
|
026d23632a
+ added the memory.copy and memory.fill WebAssembly instructions
|
vor 4 Jahren |
florian
|
cc5ee6b868
+ comments
|
vor 4 Jahren |
florian
|
39164ad732
* cleanup
|
vor 4 Jahren |
florian
|
c1d8e32eae
+ Aarch64: Ldr<Postfix>Mov2Ldr<Postfix> optimization
|
vor 4 Jahren |
florian
|
b5c7997c88
+ Aarch64: AndCmpB.E/NE2Tbnz/Tbz optimization
|
vor 4 Jahren |
florian
|
177b38dfe9
* modified (cosmetics) patch by Rika: replace DJB2 with MurmurHash3, resolves #39377
|
vor 4 Jahren |
Nikolay Nikolov
|
02745b0b83
+ implemented GetDate, GetTime and WeekDay in the WASI dos unit. They return
|
vor 4 Jahren |