Nikolay Nikolov
|
cdba427bcf
|
+ added WASI multithreading helper for setting the stack pointer for the linear stack
|
2024-05-13 14:00:36 +02:00 |
|
Michaël Van Canneyt
|
897caac4ac
|
* Seems not all was committed
|
2024-05-13 14:00:36 +02:00 |
|
Michaël Van Canneyt
|
8c8f8088eb
|
* Seems not all was committed
|
2024-05-13 14:00:34 +02:00 |
|
Michaël Van Canneyt
|
b93d49df9b
|
* Comment out debug in loop
|
2024-05-13 13:58:36 +02:00 |
|
Michaël Van Canneyt
|
27133cb66d
|
* Wasm Threads (WIP)
|
2024-05-13 13:58:36 +02:00 |
|
Michaël Van Canneyt
|
f7214e6ae8
|
* Int64 and QWord are valid types. Fix issue #40778
|
2024-05-13 12:00:18 +02:00 |
|
Michaël Van Canneyt
|
52c65e076f
|
* Use correct stream type in TBase64Encoding.DoEncode, fix issue #40779
|
2024-05-13 10:37:56 +02:00 |
|
Michaël Van Canneyt
|
0248b9904c
|
* remove debug statement.
|
2024-05-13 08:23:33 +02:00 |
|
FPK
|
59e307ec2e
|
* update runner tag
|
2024-05-12 20:04:45 +00:00 |
|
Michaël Van Canneyt
|
ecbebca07f
|
* introduce AbortRun
|
2024-05-12 13:54:44 +02:00 |
|
florian
|
1fa83a91ab
|
+ cs_opt_consts for sparc64
|
2024-05-11 23:41:33 +02:00 |
|
florian
|
5284948087
|
* proper alignment information for constant addresses stored in registers
|
2024-05-09 23:42:40 +02:00 |
|
florian
|
1e3865a187
|
* patch by rasberryrabbit to resolve #40761
|
2024-05-09 20:41:58 +02:00 |
|
florian
|
5e00358f13
|
+ cs_opt_consts for sparc
|
2024-05-08 23:13:05 +02:00 |
|
florian
|
9b1861a104
|
+ enable cs_opt_consts on arm as well
|
2024-05-07 22:40:13 +02:00 |
|
Sven/Sarah Barth
|
485b31de21
|
* fix #40764: declare procsyms of a class/object also as sp_generic_dummysym if a symbol in a parent class has it set so that the parser will treat it as a potential generic
+ added test
|
2024-05-06 23:39:18 +02:00 |
|
Sven/Sarah Barth
|
bfe5733624
|
* allow sp_generic_dummysym for procsyms even if there are no generic overloads
|
2024-05-06 23:39:18 +02:00 |
|
florian
|
04631040b8
|
+ do do_consttovar optimization on i386 as well
|
2024-05-06 23:12:36 +02:00 |
|
florian
|
70d2f81e5e
|
+ store pic references in registers if possible
|
2024-05-06 22:46:21 +02:00 |
|
Michaël Van Canneyt
|
d6cf3c98d0
|
* Add constants cPI and friends, for delphi compatibility
|
2024-05-06 18:01:30 +02:00 |
|
Michaël Van Canneyt
|
a04d2b59f6
|
* Emit better error when not able to load auto units
|
2024-05-06 16:56:29 +02:00 |
|
Michaël Van Canneyt
|
02704f85a9
|
* Wasm: generator for invoke helper now handles overloaded methods in interfaces
|
2024-05-06 15:49:28 +02:00 |
|
Pierre Muller
|
e657d6a07d
|
Enable fcl-pdf for BSD and solaris OSes
|
2024-05-05 22:59:44 +02:00 |
|
Pierre Muller
|
98c11c2365
|
Enable libfontconfig for solaris OS
|
2024-05-05 22:59:44 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
e60a7d01a4
|
* Inc/Dec nodes converted to Add/Sub now remove
the "nf_modify" flag from the destination so
constant propagation works more efficiently.
|
2024-05-05 20:50:37 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
e7145f5f7c
|
* Blocks of statements are now pruned (within reason) if a raise, exit, break, continue or goto node is found
|
2024-05-05 20:46:30 +00:00 |
|
Rika Ichinose
|
41ae52dde1
|
Import Heap* functions on WinCE.
|
2024-05-05 20:10:45 +00:00 |
|
Michaël Van Canneyt
|
a888a141a2
|
* remove do_compile, clearer flow when loading ppu/pas files
|
2024-05-04 16:58:04 +02:00 |
|
Michaël Van Canneyt
|
3302dae600
|
* hlgcodegen needed when creating module info (fixes AV)
|
2024-05-04 16:44:33 +02:00 |
|
Michaël Van Canneyt
|
312cf246ad
|
* Fix creating thunk class when inherited interfaces are used
|
2024-05-04 16:44:32 +02:00 |
|
Michaël Van Canneyt
|
1e9e533e6c
|
* Replace object with record where possible
|
2024-05-04 16:44:32 +02:00 |
|
Michaël Van Canneyt
|
a478a33c32
|
* Correct location of new error message
|
2024-05-04 09:18:05 +02:00 |
|
Michaël Van Canneyt
|
27ab23681c
|
* More complete example with dictionaries as objects
|
2024-05-04 09:14:04 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
edc1c79cbb
|
* Bug fix where copied block nodes didn't inherit the original's flags
|
2024-05-03 21:13:43 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
b828529b24
|
* Block nodes are now marked as strippable when created from "begin" statements
|
2024-05-03 21:13:43 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
6cc391dfa1
|
* x86: Improved "Test2Bt" peephole optimisation
|
2024-05-02 23:46:20 +01:00 |
|
florian
|
b6da7a799a
|
* regenerated
|
2024-05-02 22:46:49 +02:00 |
|
Pierre Muller
|
1e5240b5a4
|
Do allocate a new regset for top_regset for ARM compiler to avoid heap memory corruption
|
2024-05-02 13:52:04 +00:00 |
|
Pierre Muller
|
f6a0da71fc
|
Do not set USEINLINE macro if DISABLE_INLINE macro is set
|
2024-05-02 09:36:27 +00:00 |
|
Pierre Muller
|
cb6fe28898
|
Add support for DISABLE_SYSTEMINLINE inside heaptrc unit
|
2024-05-02 07:56:33 +00:00 |
|
Pierre Muller
|
d1510840d0
|
Fix compilation of rtl with -dDISABLE_SYSTEMINLINE
|
2024-05-02 07:47:57 +00:00 |
|
florian
|
a0cae50af6
|
* rtl part of #35433
|
2024-05-01 23:15:12 +02:00 |
|
florian
|
666de1e77c
|
* packages part of #35433
|
2024-05-01 23:09:07 +02:00 |
|
florian
|
346962beaa
|
* compiler part of #35433
|
2024-05-01 23:05:06 +02:00 |
|
Rika Ichinose
|
fed9c609e8
|
Calculate the amount of ansichars in argv with one call to WideCharToMultiByte.
|
2024-05-01 20:17:52 +00:00 |
|
Rika Ichinose
|
6489b6fc36
|
Shorten win/systhrd.inc; fix SetThreadStackGuarantee signature.
|
2024-05-01 19:57:16 +00:00 |
|
Michaël Van Canneyt
|
dd63ea1425
|
* Fix dependencies for some platforms
|
2024-05-01 13:51:45 +02:00 |
|
Michaël Van Canneyt
|
9a1c3997aa
|
* Aix has sockets
|
2024-04-30 10:49:17 +02:00 |
|
Michaël Van Canneyt
|
4f0f67d28e
|
* Enable socket-based implementations for wince
|
2024-04-30 00:05:21 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
ac3425a14d
|
* Only perform the block flattening if "forinline" is true or under -O2 and above
|
2024-04-29 18:17:55 +00:00 |
|