Rika Ichinose
|
c3f80014b4
Remove FDestroyCount.
|
7 months ago |
Rika Ichinose
|
d1ba97d462
Make use of not_zero in x86 bitscans.
|
7 months ago |
Nikolay Nikolov
|
55aa5ac129
* WebAssembly: micro optimization in the invoke helper - omit the last 'return' instruction
|
7 months ago |
Nikolay Nikolov
|
8790c4303a
* WebAssembly: impose a limit on the br_table instruction length, when generating the invoke helper
|
7 months ago |
Nikolay Nikolov
|
f3ded5e82e
* WebAssembly: optimized the number of nested blocks inside the invoke helper
|
7 months ago |
florian
|
7b67378206
+ test for last commit
|
7 months ago |
Rika Ichinose
|
1e041077cc
Interface unref should zero the pointer first.
|
7 months ago |
Rika Ichinose
|
98a5072fbe
Remove NewAnsiString & NewUnicodeString.
|
7 months ago |
florian
|
1802a8c493
+ apply OptPass1Data to variable shifting/rotating operations as well
|
7 months ago |
florian
|
ec76f13bd7
* node_not_zero can be apply to int->int conversion only if no data is cut off
|
7 months ago |
florian
|
6cd75b75c3
* apply OptPass1Data to UDIV/SDIV as well
|
7 months ago |
florian
|
09be204011
+ extend node_not_zero to take range types into account
|
7 months ago |
florian
|
bcaa58db01
* extend node_not_zero and make more use of it
|
7 months ago |
Rika Ichinose
|
f7f8c9a615
Publish System.MemPos.
|
7 months ago |
florian
|
9cb6497fae
+ function node_not_zero and make use of it
|
7 months ago |
Michaël Van Canneyt
|
92b3e6a7d7
* Correct string definition. Fixes issue #41135
|
7 months ago |
Michaël Van Canneyt
|
ac98583fb4
* Correctly write labels. Patch by Simone Tacconi. Fixes issue #41133
|
7 months ago |
Michaël Van Canneyt
|
b3d555c258
* Patch from Lipinast Lekrisov to get/set record-typed values. Fixes issue #41129
|
7 months ago |
florian
|
b2f6214b33
+ a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code
|
7 months ago |
Michaël Van Canneyt
|
b5254fbeb4
* TDirectory.GetDirectories should actually only return directories. Patch by Artem Izmaylov. Fixes issue #41137
|
7 months ago |
Michaël Van Canneyt
|
10e6a54b59
* Call correct newinstance when overridden. Fixes issue #41090
|
7 months ago |
Rika Ichinose
|
66d7408b3d
Faster Pos(ansistring).
|
7 months ago |
Rika Ichinose
|
6631f83ccf
Change CompareChar uses inside compiler/RTL to CompareByte.
|
7 months ago |
Michaël Van Canneyt
|
0b3d059458
* Allow host environmentto get main and self thread IDs. Needed for inter-thread messaging in browser
|
7 months ago |
Michaël Van Canneyt
|
44282acecb
* Allow to process .fmx files just as .lfm/.dfm files
|
7 months ago |
Michaël Van Canneyt
|
b935cc7f93
* Correct typo. Fixes issue #41141
|
7 months ago |
Rika Ichinose
|
814370b894
Fix NaturalCompareText for string = unicodestring.
|
7 months ago |
Michaël Van Canneyt
|
1cfa628320
* Test from merge request !312
|
7 months ago |
Rika Ichinose
|
acaa4660fb
Improve NaturalCompareText behaviour as a comparer.
|
2 years ago |
mattias
|
d0b4e8730a
pastojs: fixed refcount for-Intf-in-something-do, issue #39293
|
7 months ago |