Sven/Sarah Barth
|
5346faa02c
* switch PowerPC 64 RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
fdd0ebeed9
* switch PowerPC 32 RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
5a6f7b3e29
* switch MIPS RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
7be06582b2
* switch SPARC 64 RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
2e54ad65fb
* switch SPARC 32 RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
60b8dd4276
* switch i8086 RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
a815beea2c
* switch M68k RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
5d6c8130a0
* switch ARM RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
1ce0204088
* switch Aarch64 RTL to provide atomic intrinsic helpers instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
ba7e87aff3
* switch x86_64 RTL to provide the atomic intrinsics instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
295d3f0969
* switch i386 RTL to provide the atomic intrinsics instead of Interlocked* functions
|
9 месяцев назад |
Sven/Sarah Barth
|
b9a198b1a8
- remove unused variables
|
9 месяцев назад |
Sven/Sarah Barth
|
9d10123b0d
- remove unused variables
|
9 месяцев назад |
Sven/Sarah Barth
|
7f4b2f63b3
Switch from functions for the Atomic*-family to intrinsics
|
2 лет назад |
Sven/Sarah Barth
|
2390e70a4e
* inline nodes can specify whether their result needs to be used
|
9 месяцев назад |
Sven/Sarah Barth
|
76a15dbd6c
+ add tests for atomic intrinsics
|
9 месяцев назад |
Sven/Sarah Barth
|
0c52813433
+ add support for Delphi-compatible atomic intrinsics
|
9 месяцев назад |
Sven/Sarah Barth
|
c32d556a3c
+ add message in case an ordinal or pointer expression is expected (e.g. for the atomic intrinsics)
|
2 лет назад |
Sven/Sarah Barth
|
b0675058f5
+ add utility function to retrieve a signed integer def for a given integer def
|
2 лет назад |
Sven/Sarah Barth
|
9cbc802d0d
+ add platform independent helper routines for the atomic intrinsics; these only require the implementation of the size specific fpc_atomic_cmp_xhg_* helper, but if only the CPU size specific helper is implemented the others will at least be safe for multi threading inside the same process
|
2 лет назад |
Michaël Van Canneyt
|
b412765116
* Add service module creation
|
9 месяцев назад |
Michaël Van Canneyt
|
f38cfbb23f
* Append extension, needed for Laz codetools. Fixes issue #41061
|
9 месяцев назад |
florian
|
fbd17b43ac
* test failed only with strength reduction onm so compile with -O3
|
9 месяцев назад |
marcoonthegit
|
f429dab7b3
* fix from #41053. Add cc_anycolor
|
9 месяцев назад |
florian
|
9d94ccdc38
* set types of start value calculation correctly when doing strength reduction, resolves #41054
|
9 месяцев назад |
Michalis Kamburelis
|
4c8f718a8b
Fix TJSArray._GetStrings: exit once you get correct value, do not fall through to raising error
|
9 месяцев назад |
J. Gareth "Curious Kit" Moreton
|
e2dd3a09dc
* Fixed bug in "node_complexity" where a TLabelNode was put through an invalid typecast.
|
10 месяцев назад |
Michaël Van Canneyt
|
77ff0bd111
* Patch from Andrew Haines to add EC_* functions. Fixes issue #41056
|
9 месяцев назад |
Michaël Van Canneyt
|
d3316831ca
* Dirwatch component
|
9 месяцев назад |
Ondrej Pokorny
|
96cb3b01de
Pas2JS: showException with stack trace for RTL Exception object
|
9 месяцев назад |