Nikolay Nikolov
|
0ead28c1e0
- removed the RtlInfoType record, because it is only used only once in a local
|
3 年之前 |
Nikolay Nikolov
|
6cd88575c6
- removed unused, commented out fields from the RtlInfoType record
|
3 年之前 |
Nikolay Nikolov
|
78c4585b53
* the FNMatch private helper function moved from unit DOS to unit WasiUtil, and
|
3 年之前 |
Nikolay Nikolov
|
de3ab7e46b
* added the fpc_wasi_path_readlink_ansistring helper function to unit wasiutil
|
3 年之前 |
Nikolay Nikolov
|
b2a0df0d10
* ConvertToFdRelativePath removed from the interface part of the WASI system
|
3 年之前 |
Pierre Muller
|
c616832792
Disable utils packages for wasi OS if required package is not supported or if labels are used (which is not supported for wasm32 target CPU)
|
3 年之前 |
Pierre Muller
|
d4e610dbc3
Disable utils/fpcmkcfg package for wasi OS as it requires packages/fpmkunit package
|
3 年之前 |
florian
|
7e73e0dd23
+ support reading of .p2align with op code and/or max. bytes in the gas assembler reader
|
3 年之前 |
mattias
|
b8102dcdc0
fcl-js: fixed stackoverflow when freeing long binary list
|
3 年之前 |
mattias
|
6cfee2f5d5
fcl-passrc: updated lpi
|
3 年之前 |
florian
|
bdc826cc18
* x86-64: do not jump in inc/declocked to return but return directly
|
3 年之前 |
florian
|
08050086b9
* keep type when removing "1*", resolves #38840
|
3 年之前 |
Michaël Van Canneyt
|
e97e27b8d5
* Raise exception for fileseek positions that do not fit in longing. Issue #39407
|
3 年之前 |
Michaël Van Canneyt
|
1e74c418ae
* Fix integer overflow not being detected. Issue #39406
|
3 年之前 |
florian
|
ee10850a57
* patch by Sergey Larin: Reducing and aligning the size of TAnsiRec, TUnicodeRec for CPU64, resolves #38018:
|
3 年之前 |
florian
|
ea6529ff63
* manually merged merge request 69 by J. Gareth "Kit" Moreton:
|
3 年之前 |
florian
|
4012c3dbd4
* merge request 75 by J. Gareth "Kit" Moreton manually applied:
|
3 年之前 |
florian
|
5c75ef30ce
* test for #37785 which is resolved meanwhile
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
fd28cc0db0
Better handling of zeroing upper parts of registers
|
4 年之前 |
J. Gareth "Curious Kit" Moreton
|
674ed4069a
Expanded MM block move to include YMM registers under AVX
|
4 年之前 |
florian
|
d55b2c2a35
+ extend assembler optimization MovxMov2Mov to MovxOp2Op
|
3 年之前 |
Nikolay Nikolov
|
21d843128d
+ added a wrapper function around __wasi_path_readlink that calls it iteratively
|
3 年之前 |
Nikolay Nikolov
|
0da5d57c1e
* replaced the 'if br end_if' sequence with the 'br_if' instruction, when
|
3 年之前 |
Nikolay Nikolov
|
dcae87bd52
+ support cdecl and stdcall on the WebAssembly target. They are essentially the
|
3 年之前 |
Nikolay Nikolov
|
b91fc3a0d3
* fixed passing of singleton record parameters, containing a float in WebAssembly
|
3 年之前 |
Nikolay Nikolov
|
df92d88f39
+ added support for the handling of singleton record and array types in
|
3 年之前 |
Nikolay Nikolov
|
3511b80972
* fixed formatting in defToWasmBasic
|
3 年之前 |
Nikolay Nikolov
|
ee387f7c66
* C ABI fixes for the passing of records in WebAssembly
|
3 年之前 |
Nikolay Nikolov
|
236e10d03a
+ pass 64-bit structures by address in WebAssembly for compatibility with LLVM's C ABI
|
3 年之前 |
florian
|
321764bdd9
* fix warnings with -dDEBUG_NODE_XML, resolves #38222
|
3 年之前 |