Sven/Sarah Barth
|
b54068d1a4
* libffi: fix abi declarations for x86_64
|
il y a 3 ans |
Sven/Sarah Barth
|
00f4aeb39b
* i386 invoke implementation: check the correct argument in the second pass
|
il y a 3 ans |
Sven/Sarah Barth
|
e95572921a
* i386 callback implementation: only skip the result argument if it was detected as one from the parameters
|
il y a 3 ans |
Sven/Sarah Barth
|
bf37616514
+ add TValue.FromArray to create a TValue type for a static or dynamic array from an array of TValues
|
il y a 3 ans |
Sven/Sarah Barth
|
caaed25f18
+ add Rtti types for static and dynamic arrays
|
il y a 3 ans |
Sven/Sarah Barth
|
f1059679a1
* move initialization of TValue to a separate method to avoid duplicate implementations
|
il y a 3 ans |
Sven/Sarah Barth
|
322d91758c
+ add Handle property to access the TypeInfo pointer of the TRttiType
|
il y a 3 ans |
Sven/Sarah Barth
|
f74a6abccf
* fixup
|
il y a 3 ans |
Sven/Sarah Barth
|
f9567ff50e
* TMethodImplementation.HandleCallback: fix building the argument array if the result is passed in a parameter
|
il y a 3 ans |
Sven/Sarah Barth
|
bc46d8f33a
* x86_64 Win64 callback implementation: fix building the argument array if the result is passed as a parameter
|
il y a 3 ans |
Karoly Balogh
|
5a84342348
* rtl-console: fix ; in the previous commit
|
il y a 3 ans |
Karoly Balogh
|
d3de4b5951
* rtl-console: generalized the partial screen update feature which was added to Amiga. the function was renamed to UpdateScreenArea(). it's still an empty call on other platforms, that falls back to UpdateScreen() but the infrastructure is now there to support it.
|
il y a 3 ans |
J. Gareth "Curious Kit" Moreton
|
f289f2694a
x86: Additions to OptPass2Movx to better synergise with new CMP optimisation under -O2
|
il y a 3 ans |
J. Gareth "Curious Kit" Moreton
|
683a92bcc8
i386: Correction to GetIntRegisterBetween to ensure we only get 8-bit registers that we can actually encode
|
il y a 3 ans |
J. Gareth "Curious Kit" Moreton
|
1da7ce46de
x86: New double CMP optimisation to remove a branch
|
il y a 3 ans |
florian
|
781b2d0a80
* patch by Rika: second part of #39496, resolves #30496
|
il y a 3 ans |
florian
|
abc4a0a4e6
* patch by Rika: another improvement of cutils.newalignment, part of #39496
|
il y a 3 ans |
florian
|
c0979bbc0c
* TObject.InitInstance got very big so inlining has no advantage anymore, resolves #39494
|
il y a 3 ans |
J. Gareth "Curious Kit" Moreton
|
cafd708b6d
Refactoring of OptPass2Movx to remove goto
|
il y a 3 ans |
Karoly Balogh
|
9894fe8082
* rtl-console: on Amiga added a custom screen update call, to do partial screen updates. doing a full update can be very slow on low-end systems (checking the entire screen buffer every time), so software tuned for these can now request partial updates, when the updated already is already known
|
il y a 3 ans |
J. Gareth "Curious Kit" Moreton
|
22cd8d5d62
Fixed bug in MovxMovx2Movx optimisation that would specify a 64-bit destination instead of 32-bit one
|
il y a 3 ans |
Karoly Balogh
|
4fe5e53fcc
* rtl-console: on Amiga, remove the initial testing of the buffer for changes. it just slowed things down with frequent partial updates, especially on low-end processors with limited or no data cache
|
il y a 3 ans |
Karoly Balogh
|
cc7c328a7c
* rtl-console: slight refactor of how Amiga SysUpdateScreen() addresses the videobuf. this results in slightly more optimal code with less complex addressing, which helps low-end processors
|
il y a 3 ans |
Karoly Balogh
|
5264e48d90
* rtl-console: always compile Amiga KVM units in OBJFPC mode. This makes it easier to compile these units outside of this package
|
il y a 3 ans |
florian
|
ab969e0a9b
* patch by Rika: improve ctuils.newalign/align, part of #39496
|
il y a 3 ans |
J. Gareth "Curious Kit" Moreton
|
b4c8c1da12
Overflow bug fixes to MovZX/SX optimisations when CMP instructions are encountered.
|
il y a 3 ans |
florian
|
6dbe71cd30
* TX86AsmOptimizer.OptPass1MOVXX should search only over other instructions if it works with registers only
|
il y a 3 ans |
florian
|
6147d6d8a0
* compilation with i386 fixed
|
il y a 3 ans |
Michaël Van Canneyt
|
ebd7bb7cb9
* Create API description as Pascal
|
il y a 3 ans |
Michael Van Canneyt
|
bd77787712
* Fix from Дмитрий Ворошин, fix issue #39495
|
il y a 3 ans |