florian
|
7909f00c83
|
* project files updated
|
2023-03-15 23:01:44 +01:00 |
|
florian
|
2b0317f400
|
* compilation fixed with -Oodfa
|
2023-03-14 23:10:32 +01:00 |
|
florian
|
30cb20bccd
|
+ riscv32-freertos: first version of TlinkerFreeRTOS.GenerateDefaultLinkerScripts
|
2023-03-14 22:22:01 +01:00 |
|
Michaël Van Canneyt
|
9acf192141
|
* Add possibility to read updated data
|
2023-03-14 22:19:17 +01:00 |
|
florian
|
b30256ad6b
|
* typo fixed
|
2023-03-12 23:21:01 +01:00 |
|
florian
|
be99dea38b
|
* library list for esp32c3 for IDF 5.0
|
2023-03-12 23:15:10 +01:00 |
|
florian
|
f0ac02cb2e
|
* patch by Rika: Remove wrong paranoia (and add correct one (and shorten in general (and fix a bug in))) fpc_dynarray_setlength, resolves #40193
|
2023-03-12 22:15:55 +01:00 |
|
Pierre Muller
|
be1cc68a99
|
Change libc statx function to weakexternal
Test if statx is nil before call
|
2023-03-12 16:28:58 +01:00 |
|
J. Gareth "Curious Kit" Moreton
|
3f25438d35
|
* x86: TEST/Jcc/TEST optimisations can now look beyond the next instruction under -O3
|
2023-03-11 22:10:35 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
d372286159
|
* x86: RegModifiedByInstruction and RegInInstruction
are now more accurate for (I)MUL and (I)DIV.
|
2023-03-11 22:10:35 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
3635f7cd6f
|
* x86: Fixed oversight in RegModifiedByInstruction not checking W0, W1 and WU-type flags
|
2023-03-11 22:10:35 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
b637a3a022
|
* x86: Fix to MOV/CMP register deallocation positioning
|
2023-03-11 22:10:35 +00:00 |
|
Sven/Sarah Barth
|
b2b2606e36
|
+ add function reference suitable overload of TThread.ForceQueue()
|
2023-03-11 17:08:32 +01:00 |
|
florian
|
73b528d170
|
* patch by Rika: Remove dead code in DynArrayIndex, resolves #40194
|
2023-03-11 11:55:41 +01:00 |
|
ccrause
|
f83a8f0f8f
|
Only perform OpCp2Op optimization when the first Op is ANDI and comparison is against 0.
|
2023-03-09 18:19:20 +02:00 |
|
J. Gareth "Curious Kit" Moreton
|
77f53ebde3
|
* x86: The LEA/LEA optimisations can now work with a different
destination register and the intermediate register still in
use.
|
2023-03-08 21:54:41 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
931bda5633
|
* x86: LeaLea2Lea now handles cases where the second LEA instruction
has a second register in the reference.
|
2023-03-08 21:54:41 +00:00 |
|
florian
|
66ff7a928c
|
+ added debug messages
|
2023-03-08 22:54:17 +01:00 |
|
Michaël Van Canneyt
|
0e2102e172
|
* Resource handle is not resource ID
|
2023-03-08 16:12:59 +01:00 |
|
Michaël Van Canneyt
|
c3c3bd3471
|
* Fix windows compilation
|
2023-03-08 10:09:58 +01:00 |
|
Michaël Van Canneyt
|
8dcabc5796
|
* Fix default classname property
|
2023-03-07 13:48:40 +01:00 |
|
Michaël Van Canneyt
|
f9a96e5e63
|
* Avoid useless exceptions by checking existence of resource
|
2023-03-07 11:43:39 +01:00 |
|
mattias
|
d383f6102d
|
fcl-hash: fixed HOTPCalculateToken on non utf8 platform
|
2023-03-07 10:52:52 +01:00 |
|
mattias
|
bfa3e156d2
|
fcl-hash: fixed start without params, show config filename
|
2023-03-07 10:25:48 +01:00 |
|
mattias
|
93816c379b
|
fcl-hash: fixed start without params, show config filename
|
2023-03-07 10:10:18 +01:00 |
|
Sven/Sarah Barth
|
d6d693696e
|
+ add test for fixed #40077
|
2023-03-06 23:29:04 +01:00 |
|
Sven/Sarah Barth
|
4823ca7114
|
* fix #40074: adjust Generics.Defaults to make use of the new ConstParamIsRef<> utility function to correctly determine how a generic binary parameter needs to be compared
|
2023-03-06 23:24:36 +01:00 |
|
Sven/Sarah Barth
|
b0e9b9d705
|
* don't use size specific binary comparers
|
2023-03-06 23:24:36 +01:00 |
|
Sven/Sarah Barth
|
d40a2dbb12
|
+ add generic utility function ConstParamIsRef<> to determine whether a specific type is passed by-value or by-reference as a const parameter
|
2023-03-06 23:24:36 +01:00 |
|
Sven/Sarah Barth
|
b878a0d390
|
* fix typo in resource string
|
2023-03-06 23:24:35 +01:00 |
|
florian
|
99b01f6634
|
* second mul might get called with a zero operand if the other has a side effect,
handle this correctly in ti386addnode.second_mul64bit, resolves #40182
|
2023-03-06 23:19:34 +01:00 |
|
florian
|
bf8746ed10
|
* fixed comment
* shortened code
|
2023-03-05 21:24:50 +01:00 |
|
florian
|
ccbdfa9150
|
+ x86: AND/CMP -> CMP optimiziation
|
2023-03-04 21:20:52 +01:00 |
|
J. Gareth "Curious Kit" Moreton
|
b8933dd267
|
* x86: Some refactoring to use aoc_ForceNewIteration instead of manually advancing p
|
2023-03-04 18:40:27 +00:00 |
|
mattias
|
3cec86390a
|
fcl-js: fixed writing small floats
|
2023-03-03 23:20:29 +01:00 |
|
mattias
|
acb1e59862
|
pastojs: allow readonly modeswitch functionreferences and anonymousfunctions
|
2023-03-03 23:20:29 +01:00 |
|
J. Gareth "Curious Kit" Moreton
|
7854152304
|
* Adjustment to TBLockNode.pass_1 to actually strip nothing nodes
|
2023-03-03 21:07:31 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
ecf2ad3e53
|
x86: Some oversights fixed where another iteration of pass 1 wasn't performed when it should have been
|
2023-03-03 20:47:24 +00:00 |
|
florian
|
1fad287896
|
* patch by Werner Pamler: Typo in TFPCustomCanvas.Draw, resolves #40176
|
2023-03-03 21:45:35 +01:00 |
|
florian
|
708aaa7b97
|
* fix (hopefully) build without an ld.bfd variant
|
2023-03-02 22:56:23 +01:00 |
|
florian
|
40f23030dc
|
* check if a linker with the postfix .bfd exists, if yes, use it, resolves #40175
|
2023-03-01 23:01:19 +01:00 |
|
J. Gareth "Curious Kit" Moreton
|
c4899b5dc0
|
* Dead code in TAddNode.Simplify has been stripped
|
2023-02-28 20:56:38 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
487ca08cf3
|
* In TAddNode.Simplify, commutative operations now ensure integer constant operands go on the right for simplicity
|
2023-02-28 20:56:38 +00:00 |
|
florian
|
6a902660a5
|
* patch by Rika: Make more use of fpc_*_array (mainly fpc_addref_array) in rtl/inc/dynarr.inc, resolves #40174
|
2023-02-28 21:54:05 +01:00 |
|
florian
|
ee16fc7b96
|
* patch by Rika, trivial adjustments to !373, resolves #40172
|
2023-02-27 22:07:06 +01:00 |
|
florian
|
159fa78514
|
* patch by Rika: fix for 15f29b8fa0
|
2023-02-26 10:52:35 +01:00 |
|
Rika Ichinose
|
da12cfc867
|
Improved CompareWord for i386 and x86_64.
|
2023-02-25 22:52:38 +00:00 |
|
Rika Ichinose
|
f0811e448d
|
Improve generic CompareWord.
|
2023-02-25 22:52:38 +00:00 |
|
florian
|
15f29b8fa0
|
* patch by Rika: Perform 32-bit random if the bound fits into 32 bits at runtime, resolves #40171
|
2023-02-25 19:57:50 +01:00 |
|
Sergey Larin
|
62c24b3756
|
Added test to check WideChar const to UTF8String const conversion
|
2023-02-24 22:59:39 +00:00 |
|