florian
|
b5c7997c88
+ Aarch64: AndCmpB.E/NE2Tbnz/Tbz optimization
|
4 年之前 |
florian
|
177b38dfe9
* modified (cosmetics) patch by Rika: replace DJB2 with MurmurHash3, resolves #39377
|
4 年之前 |
Nikolay Nikolov
|
02745b0b83
+ implemented GetDate, GetTime and WeekDay in the WASI dos unit. They return
|
4 年之前 |
Nikolay Nikolov
|
d2726c2406
* fixed WebAssembly code generation for not(cbool64)
|
4 年之前 |
Nikolay Nikolov
|
9aefda1e6a
* bug fix in test taddbool.pp - it was testing longbool conversion to boolean
|
4 年之前 |
Nikolay Nikolov
|
4fc763ac50
* fixed WebAssembly cbool support for OP_NOT
|
4 年之前 |
Nikolay Nikolov
|
baf5ff4e05
* another WebAssembly cbool fix in twasmtypeconvnode.second_int_to_bool
|
4 年之前 |
Nikolay Nikolov
|
968e23546c
* fixed second_int_to_bool for cbool types for WebAssembly
|
4 年之前 |
Nikolay Nikolov
|
188a21bbfd
* fixed 'not(boolean64)' for WebAssembly
|
4 年之前 |
Nikolay Nikolov
|
c6a549eb48
* int64/boolean64 fix in twasmtypeconvnode.second_int_to_bool
|
4 年之前 |
Nikolay Nikolov
|
2e5b895d70
* fixed WebAssembly code generation for 'if boolean64 then ... else ...'
|
4 年之前 |
Nikolay Nikolov
|
4d571a1928
* fixed code generation for 'boolean64 and/or boolean64' for WebAssembly
|
4 年之前 |
florian
|
abd494624b
* properly search in GetMMRegisterBetween and GetIntRegisterBetween for usable
|
4 年之前 |
J. Gareth "Kit" Moreton
|
1f19b11398
x86_64: Fix to tw8573 overflow bug under -Cg option
|
4 年之前 |
Pierre Muller
|
5446d53156
Update to use gitlab
|
4 年之前 |
flyingsheep
|
6c6cb13a5e
* Fix for issue #39379 by bart broersma
|
4 年之前 |
Nikolay Nikolov
|
91d8009b53
+ implemented round(real) for WebAssembly via the fXX.nearest and i64.trunc_fXX_s instructions
|
4 年之前 |
Nikolay Nikolov
|
835bc62e2a
+ implemented trunc(real) for WebAssembly via the i64.trunc_f32_s and i64.trunc_f64_s instructions
|
4 年之前 |
Nikolay Nikolov
|
f6b4a54f7d
* fixed output of 32-bit floating point constants in the llvm-mc asm output
|
4 年之前 |
Nikolay Nikolov
|
d84a7d1bde
+ implemented int(real) for WebAssembly via the f32.trunc and f64.trunc instructions
|
4 年之前 |
Nikolay Nikolov
|
8822be8a1f
+ implemented abs(real) for WebAssembly via the f32.abs and f64.abs instructions
|
4 年之前 |
Nikolay Nikolov
|
f42817d1a2
* fixed opcode generation for the f32.const in the WebAssembly internal asm
|
4 年之前 |
Nikolay Nikolov
|
95243ed6ed
+ implemented sqrt via the f32.sqrt and f64.sqrt instructions
|
4 年之前 |
Nikolay Nikolov
|
6e6c946e0f
* the fpc_Catches result test code was inverted
|
4 年之前 |
florian
|
7ce1a7c6a0
* x86_64-linux doesn't need .data.rel.ro either
|
4 年之前 |
Nikolay Nikolov
|
99dbbcadcd
+ generate functype directives for all functions in all used units, regardless
|
4 年之前 |
Nikolay Nikolov
|
6e7f0744ca
+ implemented the 'on' node for WebAssembly in native exceptions mode
|
4 年之前 |
Nikolay Nikolov
|
0e647a073e
+ override the 'on' node for WebAssembly
|
4 年之前 |
Nikolay Nikolov
|
ef738f01cf
* fixed warning
|
4 年之前 |
Nikolay Nikolov
|
f2abce7ea5
+ initial implementation of try..except..end in wasm native exceptions mode.
|
4 年之前 |