Sven/Sarah Barth
|
ddc2259e5e
|
* protect against comparisons of nested types of generics and specializations
|
2024-02-09 17:14:29 +01:00 |
|
Sven/Sarah Barth
|
244d3df869
|
* make Lazarus' CodeTools happy
|
2024-02-09 15:10:31 +01:00 |
|
Sven/Sarah Barth
|
75b5e8e63d
|
* fix #40603:
- initialize thrdinfo record using Default() so that padding bytes are zeroed as well
- correctly pass the count of ULONG_PTRs
|
2024-02-09 15:08:27 +01:00 |
|
Sven/Sarah Barth
|
2c527cfc01
|
* fix typos in comment, no code changes
|
2024-02-09 14:01:00 +01:00 |
|
florian
|
4fd5237c0e
|
* mask FPU exceptions during libxml initialization to avoid an fpu exception with newer libxml, resolves #40622
|
2024-02-08 23:03:04 +01:00 |
|
Michaël Van Canneyt
|
be7b9a66db
|
* Patch from Werner Pamler to implement GetInternalSize. Fixes issue #40630
|
2024-02-08 21:27:43 +01:00 |
|
Nikolay Nikolov
|
26855a29c8
|
* fix warning
|
2024-02-08 16:54:33 +02:00 |
|
Nikolay Nikolov
|
e073d5f7f7
|
+ implemented support for the local.get, local.set and local.tee instructions in TWasmValidationStacks.Validate
|
2024-02-08 16:49:45 +02:00 |
|
Michaël Van Canneyt
|
3a5db26abf
|
* Add TRttiEnumerationType for Delphi compatibility
|
2024-02-07 15:31:00 +01:00 |
|
J. Gareth "Curious Kit" Moreton
|
b4eabbe5ce
|
* x86: Fixed CPU feature flags for AMD Jaguar and Piledriver
|
2024-02-06 22:15:51 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
e4bd58d66a
|
* x86: Replaced CPU features array with "cpu_x86_64_v1_flags" where possible
|
2024-02-06 22:15:51 +00:00 |
|
florian
|
d7a486f225
|
* comment fixed, hint by Maxim Ganetsky
|
2024-02-06 22:09:52 +01:00 |
|
Michaël Van Canneyt
|
cde58d66fc
|
* Make GetEnumName safer, check actual type. Allow passing an integer
|
2024-02-06 18:04:44 +01:00 |
|
Pierre Muller
|
46508f6af1
|
Add some output to explain failure for test tests/webtbs/tw40624.pp
|
2024-02-06 13:09:15 +00:00 |
|
florian
|
f80f1112d4
|
+ Zen 4
|
2024-02-05 23:18:07 +01:00 |
|
Nikolay Nikolov
|
28c4c58b34
|
* fix warning
|
2024-02-05 23:35:45 +02:00 |
|
Nikolay Nikolov
|
d7581aa1ee
|
+ implemented TWasmValidationStacks.Validate for many (but not all, yet) instructions
|
2024-02-05 23:29:44 +02:00 |
|
Pierre Muller
|
7ffbbdd50b
|
Fix dummy and wince fcl-process code after commit 54157a17
|
2024-02-05 07:21:36 +00:00 |
|
florian
|
b6ccf369b9
|
* patch by Евгений Савин to make Variant to string convertion use CurrToStr for varCurrency, resolves #40624
|
2024-02-04 14:10:49 +01:00 |
|
Rika Ichinose
|
9ac0a54ad2
|
Waaay faster TJSONScanner.
|
2024-02-04 13:18:09 +03:00 |
|
Michaël Van Canneyt
|
299c90b91d
|
* Patch from Martin to set FCloseHandleOnExecute before invoking OnGetHandle - the handler might change it
|
2024-02-04 10:47:49 +01:00 |
|
Michaël Van Canneyt
|
8c8b336914
|
* Fix compilation of processunicode
|
2024-02-04 10:47:49 +01:00 |
|
Michaël Van Canneyt
|
abb5792aed
|
* Patch from Martin to improve backwards compatibility: do not use Startf_UseStdHandles if all descriptors are iotDefault
|
2024-02-04 10:47:49 +01:00 |
|
Michaël Van Canneyt
|
d56da2d930
|
* Introduce ToString for all enumerateds.
|
2024-02-04 10:47:49 +01:00 |
|
Martin Frb
|
54157a17c6
|
* Patch from Martin to rename iotNone to iotDefault.
|
2024-02-04 10:47:49 +01:00 |
|
florian
|
ac6dc582be
|
+ also add x86-64 as cpu type (gcc compatibility)
|
2024-02-03 22:40:54 +01:00 |
|
J. Gareth "Curious Kit" Moreton
|
3882066f23
|
* Speed optimisations for peephole register tracking functions
|
2024-02-03 20:30:46 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
05d6e20acc
|
* New Boolean "SetAndTest" utility function
|
2024-02-03 20:30:46 +00:00 |
|
Michaël Van Canneyt
|
9c9497375e
|
* Made Log call virtual. Fixes issue #40623
|
2024-02-03 20:45:44 +01:00 |
|
florian
|
d44cae14f5
|
* decide more sophisticately if a temp. var is needed for fixing #40618
|
2024-02-02 22:00:22 +01:00 |
|
Sven/Sarah Barth
|
27a2a04279
|
* fix #40618: apply adjusted patch by Евгений Савин (@jack128a) so that a non-load case expression is loaded into a temp first when converting a single range branch into an if-clause
+ added test
|
2024-02-02 15:55:40 +01:00 |
|
Pierre Muller
|
c3b2e35a8f
|
Also use 60 seconds as max_count in new code
|
2024-02-02 10:53:52 +01:00 |
|
Pierre Muller
|
ac4927aef7
|
Fix typo in %opt
|
2024-02-02 10:47:21 +01:00 |
|
florian
|
b431d6203c
|
* patch by Olivier Guichard to fix lpi files, resolves #40617
|
2024-02-01 22:28:37 +01:00 |
|
florian
|
f8dbb09a46
|
* fixed some issues with the x86-64 instruction versions
* use more of the constants
|
2024-02-01 22:08:27 +01:00 |
|
Nikolay Nikolov
|
e53620ebdb
|
* fix warnings
|
2024-02-01 01:20:15 +02:00 |
|
florian
|
ae465fa8dc
|
+ introduce x86-64 microarchitecture levels for cpu and fpu flags
|
2024-01-31 22:32:57 +01:00 |
|
Nikolay Nikolov
|
5e0dcfb49b
|
+ introduced TWasmValidationStacks.Unreachable
|
2024-01-31 02:57:19 +02:00 |
|
Nikolay Nikolov
|
24315a7f28
|
+ introduced TWasmValidationStacks.label_types
|
2024-01-31 02:45:43 +02:00 |
|
Nikolay Nikolov
|
f3e667da42
|
+ introduced TWasmValidationStacks.PopCtrl
|
2024-01-31 02:38:09 +02:00 |
|
Nikolay Nikolov
|
4cb97dcdb3
|
* fixed warning
|
2024-01-31 02:33:31 +02:00 |
|
Nikolay Nikolov
|
4cc5cf4d0e
|
+ introduced TWasmValidationStacks.PushCtrl
|
2024-01-31 02:25:44 +02:00 |
|
Nikolay Nikolov
|
18c6e13f45
|
* fixed warning
|
2024-01-31 02:19:03 +02:00 |
|
Nikolay Nikolov
|
064adbf3f8
|
+ introduced TWasmValidationStacks.PopVals
|
2024-01-31 02:15:09 +02:00 |
|
Nikolay Nikolov
|
4d5479741d
|
+ introduced TWasmValidationStacks.PushVals
|
2024-01-31 02:11:59 +02:00 |
|
Nikolay Nikolov
|
2d5c1d43cf
|
+ introduced TWasmValidationStacks.PopVal(expect)
|
2024-01-31 02:10:05 +02:00 |
|
Nikolay Nikolov
|
d575aa5240
|
+ introduced TWasmBasicTypeList
|
2024-01-31 01:55:38 +02:00 |
|
Nikolay Nikolov
|
1786875319
|
+ implemented TWasmValueStack.GetCount
+ implemented TWasmControlStack.GetCount
+ implemented TWasmValidationStacks.PopVal
|
2024-01-31 01:52:05 +02:00 |
|
Nikolay Nikolov
|
3f0853692c
|
+ implemented methods in TWasmControlStack: Push, Pop, GetItems, SetItems
|
2024-01-31 01:20:24 +02:00 |
|
Nikolay Nikolov
|
506634f261
|
* TWasmControlFrame changed to a record
|
2024-01-31 01:05:02 +02:00 |
|