ccrause
|
a135940cf5
Mark .noinit section with nobits flag.
|
3 years ago |
marcoonthegit
|
f532cf1698
* Use an own put for tfpginterfacedobjectlist as per bug #39846.
|
3 years ago |
Sven/Sarah Barth
|
27c1bb3bea
* an objectdef also requires an init for its members if a member (or a member of one of the parents) has a complex initialization
|
3 years ago |
florian
|
be4a317cb4
* proper naming
|
3 years ago |
florian
|
8028a769f4
* ensure that the executable path used in the test is absolute
|
3 years ago |
Sven/Sarah Barth
|
5e7330448d
* fix #39858: correctly keep track of symbols that need to be captured into the capturer
|
3 years ago |
Sven/Sarah Barth
|
260368ea55
* the clause for converting the captured symbols of a nested function must not be entered by an anonymous function
|
3 years ago |
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
|
3 years ago |
Sven/Sarah Barth
|
33ef88858d
* extract generating the specialization from a specialize node into a separate function
|
3 years ago |
Sven/Sarah Barth
|
abb7aebaba
* fix typo in comment
|
3 years ago |
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
|
3 years ago |
florian
|
306559667c
* patch by Rika for ArcTan2 to reduce code size
|
3 years ago |
florian
|
f18d6f1c85
* fixed and improved generic ArcTan2 implementation by Paolo Valle, resolves #39861
|
3 years ago |
marcoonthegit
|
53d745962f
* also add other threadpool functions
|
3 years ago |
marcoonthegit
|
fd179a61f9
* give pthread_start_routine a proper Delphi compat prototype.
|
3 years ago |
florian
|
5afd809e88
+ handle LOC_FLAGS in thlcgobj.location_force_mem, resolves #39292
|
3 years ago |
Michaël Van Canneyt
|
a08ac618a4
* Remove dependency on fpopenssl unit
|
3 years ago |
Michaël Van Canneyt
|
d7801027c4
* Use default handler for SSL sockets
|
3 years ago |
marcoonthegit
|
d347487be9
* wait up to 10ms extra till process really done to get rest of input, closes #39821
|
3 years ago |
Yuri Serebrennikov
|
a5486e04cd
Added SSL support for Websocket client.
|
3 years ago |
florian
|
9c72ab651d
* use g_concatcopy_unaligned on MIPS if needed
|
3 years ago |
florian
|
a45ba3add5
* x86-64: math helpers do not need a stackframe
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
aff2a42431
* x86: Shrink TEST instruction on MovAndTest2Test
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
d7f1e56191
* x86: MovAndTest2Test optimisation now accepts a smaller sub-regiser on the TEST instruction
|
3 years ago |
florian
|
a401898139
* spelling fixes
|
3 years ago |
florian
|
ceab50cafb
* use simpler FMOV instead of UMOV
|
3 years ago |
Benito van der Zander
|
7704fe9319
fix stack trace crash, see #39492
|
3 years ago |
Nikolay Nikolov
|
dd13b46088
* use WasmCustomSectionName to obtain the debug section names in MaybeWriteDebugSection and MaybeAddDebugSectionToSymbolTable
|
3 years ago |
Nikolay Nikolov
|
efd92fba01
+ introduced TWasmCustomDebugSectionType
|
3 years ago |
Nikolay Nikolov
|
cc260eb7b2
* wasm32 obj writer: use Data.ObjSectionList.Find to find the debug section by name in MaybeWriteDebugSection
|
3 years ago |