Margers
|
e5996bcf5f
Sha256 performance test.
|
4 months ago |
Margers
|
14dc707042
Calculate sha256 using dedicated x86 SHA instruction set.
|
4 months ago |
Margers
|
569cceb2a0
Sha256 speedup ~15%.
|
4 months ago |
florian
|
32a19eb5b3
* more readable code
|
4 months ago |
Michaël Van Canneyt
|
d520f1df0b
* Fix compilation, probably also bug with mem size
|
4 months ago |
Michaël Van Canneyt
|
71bd5f56ef
* Fix const
|
4 months ago |
Michaël Van Canneyt
|
13678a8084
* Patch from Peter to fix memory leak in QueryServiceConfig. Fixes issue #41224
|
4 months ago |
florian
|
198abf1110
* restore forgotten oldheap.inc
|
4 months ago |
florian
|
1ae6ea8f88
* fix line history part 3
|
4 months ago |
florian
|
dfbd4eac2a
+ fix line history part 2
|
4 months ago |
florian
|
2de241b9ac
* fix line history part 1
|
4 months ago |
J. Gareth "Curious Kit" Moreton
|
472afce137
* New benchmark test for floating-point functions
|
5 months ago |
Michaël Van Canneyt
|
1f3cdf10b7
* Inline some heap manager calls
|
4 months ago |
Michaël Van Canneyt
|
c8bf474d6d
* Switch to new heap by RuneWalsh (MR !694)
|
4 months ago |
Michaël Van Canneyt
|
06aff099c1
* Move heap to oldheap, prepare for MR !694
|
4 months ago |
Michaël Van Canneyt
|
2a30ef7aca
* State the purpose of the test.
|
4 months ago |
Michaël Van Canneyt
|
dc0e6f4aa8
* Determine publishable property type only when specializing a generic
|
4 months ago |
florian
|
51b9f31f7c
* Dwarf 3+: write always a type for enums
|
4 months ago |
florian
|
eba0624535
* Dwarf: write enum symbol constants with the size of the enum, as proposed in #41021
|
4 months ago |
Rika Ichinose
|
23875bd8c4
Return NaN from sin/cos(±∞/NaN).
|
5 months ago |
J. Gareth "Curious Kit" Moreton
|
c002ad35b6
* New test to evaluate i40756 optimisation problem
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
ebe7bc8097
* x86: Arithmetic combination optimisations are now much more careful about the flags being in use
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
c39a3c6473
* x86: The ADD/SUB peephole optimisations that combine adjacent operations are now much more careful about the flags
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
cba0ca490e
* genlinearlist and genlinearcmplist for case blocks now allocate the flags properly
|
1 year ago |
Margers
|
0d63a5fdda
Move pop compiler directive to respective ifdef branch to match with push.
|
5 months ago |
florian
|
7afde9fe77
* don't do MovOpMov2MovOp optimization reducing bit width of the operation if symbols are involved, resolves #40269
|
5 months ago |
florian
|
835375e7e0
* properly fix #41161
|
5 months ago |
Rika Ichinose
|
5952c5452b
Allow freeing EHeapException and its descendants.
|
5 months ago |
J. Gareth "Curious Kit" Moreton
|
c6d3e42129
* New test for #41079
|
5 months ago |
J. Gareth "Curious Kit" Moreton
|
1a65b058b3
* x86_64: Bug fix in "PrePeepholeOptSxx" where shifts greater than or equal to 32 weren't handled correctly
|
5 months ago |