Margers
|
e5996bcf5f
|
Sha256 performance test.
|
2025-04-21 19:42:19 +00:00 |
|
Margers
|
14dc707042
|
Calculate sha256 using dedicated x86 SHA instruction set.
|
2025-04-21 19:31:44 +00:00 |
|
Margers
|
569cceb2a0
|
Sha256 speedup ~15%.
|
2025-04-21 19:23:13 +00:00 |
|
florian
|
32a19eb5b3
|
* more readable code
|
2025-04-21 20:36:59 +02:00 |
|
Michaël Van Canneyt
|
d520f1df0b
|
* Fix compilation, probably also bug with mem size
|
2025-04-21 11:23:17 +02:00 |
|
Michaël Van Canneyt
|
71bd5f56ef
|
* Fix const
|
2025-04-21 10:55:27 +02:00 |
|
Michaël Van Canneyt
|
13678a8084
|
* Patch from Peter to fix memory leak in QueryServiceConfig. Fixes issue #41224
|
2025-04-21 09:51:54 +02:00 |
|
florian
|
198abf1110
|
* restore forgotten oldheap.inc
|
2025-04-19 10:57:58 +02:00 |
|
florian
|
1ae6ea8f88
|
* fix line history part 3
|
2025-04-18 14:59:19 +02:00 |
|
florian
|
dfbd4eac2a
|
+ fix line history part 2
|
2025-04-18 14:55:13 +02:00 |
|
florian
|
2de241b9ac
|
* fix line history part 1
|
2025-04-18 14:54:56 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
472afce137
|
* New benchmark test for floating-point functions
|
2025-04-18 14:48:08 +02:00 |
|
Michaël Van Canneyt
|
1f3cdf10b7
|
* Inline some heap manager calls
|
2025-04-18 14:44:52 +02:00 |
|
Michaël Van Canneyt
|
c8bf474d6d
|
* Switch to new heap by RuneWalsh (MR !694)
|
2025-04-18 14:44:24 +02:00 |
|
Michaël Van Canneyt
|
06aff099c1
|
* Move heap to oldheap, prepare for MR !694
|
2025-04-18 14:18:41 +02:00 |
|
Michaël Van Canneyt
|
2a30ef7aca
|
* State the purpose of the test.
|
2025-04-18 11:58:46 +02:00 |
|
Michaël Van Canneyt
|
dc0e6f4aa8
|
* Determine publishable property type only when specializing a generic
|
2025-04-18 11:55:42 +02:00 |
|
florian
|
51b9f31f7c
|
* Dwarf 3+: write always a type for enums
|
2025-04-17 23:25:06 +02:00 |
|
florian
|
eba0624535
|
* Dwarf: write enum symbol constants with the size of the enum, as proposed in #41021
|
2025-04-16 23:19:08 +02:00 |
|
Rika Ichinose
|
23875bd8c4
|
Return NaN from sin/cos(±∞/NaN).
|
2025-04-16 22:10:32 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
c002ad35b6
|
* New test to evaluate i40756 optimisation problem
|
2025-04-16 10:54:02 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
ebe7bc8097
|
* x86: Arithmetic combination optimisations are now much more careful about the flags being in use
|
2025-04-16 10:54:02 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
c39a3c6473
|
* x86: The ADD/SUB peephole optimisations that combine adjacent operations are now much more careful about the flags
|
2025-04-16 10:54:02 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
cba0ca490e
|
* genlinearlist and genlinearcmplist for case blocks now allocate the flags properly
|
2025-04-16 10:54:02 +02:00 |
|
Margers
|
0d63a5fdda
|
Move pop compiler directive to respective ifdef branch to match with push.
|
2025-04-15 19:15:25 +02:00 |
|
florian
|
7afde9fe77
|
* don't do MovOpMov2MovOp optimization reducing bit width of the operation if symbols are involved, resolves #40269
|
2025-04-15 16:31:41 +02:00 |
|
florian
|
835375e7e0
|
* properly fix #41161
|
2025-04-14 22:41:18 +02:00 |
|
Rika Ichinose
|
5952c5452b
|
Allow freeing EHeapException and its descendants.
|
2025-04-13 17:33:45 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
c6d3e42129
|
* New test for #41079
|
2025-04-12 22:39:45 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
1a65b058b3
|
* x86_64: Bug fix in "PrePeepholeOptSxx" where shifts greater than or equal to 32 weren't handled correctly
|
2025-04-12 22:39:45 +02:00 |
|
Michaël Van Canneyt
|
f6f150f857
|
No binaries in git. Fixes issue #41234
|
2025-04-12 11:21:15 +02:00 |
|
Michaël Van Canneyt
|
cc81e56eb2
|
* Use linear mechanism to check whether function types were emitted
|
2025-04-12 10:50:44 +02:00 |
|
Michaël Van Canneyt
|
bbecb015c9
|
* Avoid access violation. Use internal error instead
|
2025-04-12 10:50:44 +02:00 |
|
florian
|
f672d4cccf
|
* constref does not mean that a variable is written, resolves #41206
|
2025-04-10 22:52:43 +02:00 |
|
Michaël Van Canneyt
|
cc20d1fe06
|
* Result needs to be assigned when doing FindInFieldTable
|
2025-04-10 10:33:20 +02:00 |
|
florian
|
4cae231a52
|
* dont' allow assignments to array of const, resolves #41230
|
2025-04-09 22:36:23 +02:00 |
|
Pierre Muller
|
2d6a0d59f0
|
Regenerate several rtl Makefile's after: Add unicodedata unit to rsts entry
|
2025-04-08 21:48:12 +00:00 |
|
Pierre Muller
|
f86068b0e1
|
Add unicodedata unit to rsts entry
|
2025-04-08 21:46:52 +00:00 |
|
Pierre Muller
|
7b11f25a26
|
Regenerate also all rtl Makefile's after: Change resource string extension variable RSTEXT to '.rsj'
|
2025-04-08 21:37:18 +00:00 |
|
Pierre Muller
|
21e13f0c2c
|
Regenerate all Makefile's after: Change resource string extension variable RSTEXT to '.rsj'
|
2025-04-08 21:30:26 +00:00 |
|
Pierre Muller
|
6e9e1fb370
|
Regenerate fpcmake.inc after: Change resource string extension variable RSTEXT to '.rsj'
|
2025-04-08 21:22:23 +00:00 |
|
Pierre Muller
|
460c86e78a
|
Change resource string extension variable RSTEXT to '.rsj'
|
2025-04-08 21:21:52 +00:00 |
|
Pierre Muller
|
5b661bcaaa
|
Fix spelling error in several Makefile's
|
2025-04-08 21:11:35 +00:00 |
|
florian
|
d6825a3561
|
* cleanup
|
2025-04-08 22:09:28 +02:00 |
|
Michaël Van Canneyt
|
e0ac77bb33
|
* Add reference to local IPv6 addr reference
|
2025-04-07 21:57:07 +02:00 |
|
Ondrej Pokorny
|
5b651bafd9
|
sockets: implement NetAddrIsPrivate6 vor IPv6 addresses
|
2025-04-07 16:36:18 +02:00 |
|
Michaël Van Canneyt
|
293ddd6eb4
|
* SameText
|
2025-04-07 16:06:36 +02:00 |
|
Michaël Van Canneyt
|
9cbc8f67f0
|
* use sametext instead of converting case
|
2025-04-07 15:14:59 +02:00 |
|
Michaël Van Canneyt
|
e60cce05ee
|
* use sametext instead of converting case
|
2025-04-07 15:14:11 +02:00 |
|
Michaël Van Canneyt
|
d789128ec5
|
* use sametext instead of converting case
|
2025-04-07 15:13:19 +02:00 |
|