Sven/Sarah Barth
|
260368ea55
* the clause for converting the captured symbols of a nested function must not be entered by an anonymous function
|
%!s(int64=3) %!d(string=hai) anos |
Sven/Sarah Barth
|
6407b5f4db
* try to specialize a specialize node if it's followed by a < in a non-code section so that we might get better error messages
|
%!s(int64=3) %!d(string=hai) anos |
Sven/Sarah Barth
|
33ef88858d
* extract generating the specialization from a specialize node into a separate function
|
%!s(int64=3) %!d(string=hai) anos |
Sven/Sarah Barth
|
abb7aebaba
* fix typo in comment
|
%!s(int64=3) %!d(string=hai) anos |
Sven/Sarah Barth
|
35958a9b6b
* fix #39860: even if the block type is not correct for the specialization of a generic routine continue to specialize it to not trigger e.g. an internal error
|
%!s(int64=3) %!d(string=hai) anos |
florian
|
306559667c
* patch by Rika for ArcTan2 to reduce code size
|
%!s(int64=3) %!d(string=hai) anos |
florian
|
f18d6f1c85
* fixed and improved generic ArcTan2 implementation by Paolo Valle, resolves #39861
|
%!s(int64=3) %!d(string=hai) anos |
marcoonthegit
|
53d745962f
* also add other threadpool functions
|
%!s(int64=3) %!d(string=hai) anos |
marcoonthegit
|
fd179a61f9
* give pthread_start_routine a proper Delphi compat prototype.
|
%!s(int64=3) %!d(string=hai) anos |
florian
|
5afd809e88
+ handle LOC_FLAGS in thlcgobj.location_force_mem, resolves #39292
|
%!s(int64=3) %!d(string=hai) anos |
Michaël Van Canneyt
|
a08ac618a4
* Remove dependency on fpopenssl unit
|
%!s(int64=3) %!d(string=hai) anos |
Michaël Van Canneyt
|
d7801027c4
* Use default handler for SSL sockets
|
%!s(int64=3) %!d(string=hai) anos |
marcoonthegit
|
d347487be9
* wait up to 10ms extra till process really done to get rest of input, closes #39821
|
%!s(int64=3) %!d(string=hai) anos |
Yuri Serebrennikov
|
a5486e04cd
Added SSL support for Websocket client.
|
%!s(int64=3) %!d(string=hai) anos |
florian
|
9c72ab651d
* use g_concatcopy_unaligned on MIPS if needed
|
%!s(int64=3) %!d(string=hai) anos |
florian
|
a45ba3add5
* x86-64: math helpers do not need a stackframe
|
%!s(int64=3) %!d(string=hai) anos |
J. Gareth "Curious Kit" Moreton
|
aff2a42431
* x86: Shrink TEST instruction on MovAndTest2Test
|
%!s(int64=3) %!d(string=hai) anos |
J. Gareth "Curious Kit" Moreton
|
d7f1e56191
* x86: MovAndTest2Test optimisation now accepts a smaller sub-regiser on the TEST instruction
|
%!s(int64=3) %!d(string=hai) anos |
florian
|
a401898139
* spelling fixes
|
%!s(int64=3) %!d(string=hai) anos |
florian
|
ceab50cafb
* use simpler FMOV instead of UMOV
|
%!s(int64=3) %!d(string=hai) anos |
Benito van der Zander
|
7704fe9319
fix stack trace crash, see #39492
|
%!s(int64=3) %!d(string=hai) anos |
Nikolay Nikolov
|
dd13b46088
* use WasmCustomSectionName to obtain the debug section names in MaybeWriteDebugSection and MaybeAddDebugSectionToSymbolTable
|
%!s(int64=3) %!d(string=hai) anos |
Nikolay Nikolov
|
efd92fba01
+ introduced TWasmCustomDebugSectionType
|
%!s(int64=3) %!d(string=hai) anos |
Nikolay Nikolov
|
cc260eb7b2
* wasm32 obj writer: use Data.ObjSectionList.Find to find the debug section by name in MaybeWriteDebugSection
|
%!s(int64=3) %!d(string=hai) anos |
Nikolay Nikolov
|
e959422753
* wasm32 obj writer: do the relocations before writing the code, data and debug sections
|
%!s(int64=3) %!d(string=hai) anos |
Nikolay Nikolov
|
edf5fce7e3
* wasm32 obj writer: determine the section number for the datacount, code, data and debug sections ahead of time (before writing the sections)
|
%!s(int64=3) %!d(string=hai) anos |
Nikolay Nikolov
|
b5a71086e8
* wasm32 obj writer: moved the writing of the data sections ahead
|
%!s(int64=3) %!d(string=hai) anos |
Nikolay Nikolov
|
2a196899bc
* wasm32 obj writer: writing the debug section symbols to the symbol table moved before the writing of the debug sections themselves
|
%!s(int64=3) %!d(string=hai) anos |
J. Gareth "Curious Kit" Moreton
|
89605f47c2
* x86: Correct fileinfo for PostPeepholeOptCall
|
%!s(int64=3) %!d(string=hai) anos |
J. Gareth "Curious Kit" Moreton
|
f7dcb68c5a
* x86: Correct fileinfo for OptPass2MOV
|
%!s(int64=3) %!d(string=hai) anos |