Michaël Van Canneyt
|
5a2b045388
* Simple example for JOB call
|
10 months ago |
Margers
|
7e36f16e87
Enable Color select dialog in Textmode IDE
|
10 months ago |
Margers
|
b5ad06da4b
Add ColorSel in fpmake
|
10 months ago |
Margers
|
9d283cd983
Namespaces in ColorSel unit
|
10 months ago |
Margers
|
538670c5a2
Unit ColorSel reimplemented (partially)
|
10 months ago |
Michaël Van Canneyt
|
e9107bbf4f
* Patch from Евгений Савин to fix passing records to invoke. Fixes issue #41006
|
10 months ago |
Sven/Sarah Barth
|
1b44d17899
* fix #41004: correctly determine the instruction pointer for leaf functions and set the CONTEXT_UNWOUND_TO_CALL context flag
|
10 months ago |
Sven/Sarah Barth
|
ee6bfa357a
* don't restore SP if we hadn't stored it originally
|
10 months ago |
Sven/Sarah Barth
|
43d1036b3a
* fix encoding for save_freg_x
|
10 months ago |
Sven/Sarah Barth
|
959804798c
* also restore SP on aarch64-win64 if registers had been stored
|
10 months ago |
J. Gareth "Curious Kit" Moreton
|
cce3280fdd
* TArrayHelper<>.QSort uses a simpler 'reasonable' metric that decrements from 2 log2(n) before changing to heapsort
|
2 years ago |
J. Gareth "Curious Kit" Moreton
|
1aa8f978bc
* Generics.Collections sorting algorithm switches to Insertion Sort if the partition is small (closer to Introsort)
|
2 years ago |
Rika Ichinose
|
961eccf64b
Unroll SHA1Transform.
|
2 years ago |
florian
|
092ff254f1
+ AtomicIncrement/Decrement overloads
|
10 months ago |
florian
|
42c5e368bd
* formatting/readability
|
10 months ago |
J. Gareth "Curious Kit" Moreton
|
43bdd8c07e
* x86: Refactor of a DeepMOVOpt call to make use of a while loop and aoc_ForceNewIteration to increase compiler speed and efficiency.
|
3 years ago |
Rika Ichinose
|
224f62a843
Report correct error positions inside macros (at least more often).
|
2 years ago |
florian
|
12f0ccbb01
* made dblib/fpmake.pp to use the same structure as other fpmake files => avoids hint on unused variable during make all
|
10 months ago |
Kirill Kranz
|
dad75d4472
clearing the bss section on startup
|
10 months ago |
Kirill Kranz
|
c3ad885277
set stack top to 801FFFF0 as in system.cnf
|
10 months ago |
Kirill Kranz
|
f6726b6a87
InitHeap to aligned size
|
10 months ago |
Michaël Van Canneyt
|
d486463bc1
* Test for #41002
|
10 months ago |
florian
|
fe6dd84d01
+ new tests
|
10 months ago |
Michaël Van Canneyt
|
d96448cfaf
* Patch from Евгений Савин to fix missing ansistring conversion in TryCast. Fixes issue #41002
|
10 months ago |
Michaël Van Canneyt
|
6e73a3b0e1
* Patch from Alfred Glänzer, fix FindComponentClass to use actual typinfo structures. Fixes issue #41000
|
10 months ago |
Ondrej Pokorny
|
bdb3d097b5
fix AtomicDecrement(Cardinal) overload
|
10 months ago |
Sven/Sarah Barth
|
bb27442b19
* when removing the STP FP,LR and MOV FP,SP instructions, also remove the corresponding SEH directives if available
|
10 months ago |
Sven/Sarah Barth
|
b67415d1a8
* don't generate pdata and xdata if there is neither a relevant prologue nor a handler
|
10 months ago |
florian
|
f2d44148fb
* patch by Rika to fix position reporting in macro redefintions, resolves #40082
|
10 months ago |
Sven/Sarah Barth
|
552ba93536
* on aarch64-win64 we need to restore the stack by first increasing the stackpointer and then restoring FP to match the code from the prologue
|
10 months ago |