svenbarth
|
cbe352808a
* fix for Mantis #38238: when creating a copy of a procdef for a procvar set the methodpointer flag also for methods of records
|
пре 4 година |
florian
|
2a990b8167
+ patch by J. Gareth Moreton: some new x86 assembler optimizations, resolves #38130
|
пре 4 година |
marco
|
5cffbad92a
- fix \ in filenames:
|
пре 4 година |
florian
|
b8fc193b0c
* extended test
|
пре 4 година |
ondrej
|
3f605a5b50
win rtl: load GetTimeZoneInformationForYear dynamically. Issue #38192
|
пре 4 година |
Mattias Gaertner
|
3f7d3e17cd
fcl-passrc: use fmShareDenyNone when writing pas
|
пре 4 година |
Mattias Gaertner
|
58421e40c6
pastojs: use fmShareDenyNone when writing js
|
пре 4 година |
Mattias Gaertner
|
c7d29ec118
pastojs: test #256+
|
пре 4 година |
florian
|
1d92cc43bb
* fpc_ln_real raises an exception for invalid operands if they exception is not masked
|
пре 4 година |
florian
|
072be7b0f7
* Aarch64: fix 32 bit div operations with constant denominators, resolves #38225
|
пре 4 година |
svenbarth
|
2a897f5b6b
* apply slightly adjusted patch by Blaise.ru which moves parsing of result types to a separate functions thus ensuring that File types can't be used for procedure variables (just like they already couldn't be used as a result type for normal functions)
|
пре 4 година |
svenbarth
|
a1b252538f
* change def parameter of single_type() from var to out (part of patch by Blaise.ru)
|
пре 4 година |
Károly Balogh
|
4b3fee38a5
dati.inc: tabs 2 spaces and whitespaces formatting fix. no functional changes
|
пре 4 година |
florian
|
80f87edffd
* x86-64: correctly translate and with large constants in mod optimizations, resolves #38164
|
пре 4 година |
michael
|
034048e09d
* Patch from Andrey Sobol to fix memleak
|
пре 4 година |
pierre
|
4235d2ce3d
Try to fix sparc32 code generation error for overflow test
|
пре 4 година |
florian
|
9af9f140a5
* do an unsigned division if one operand is unsigned an the other
|
пре 4 година |
florian
|
9858d9c5e6
* apply doremoveinttypeconvs to unary minus and not on 8 and 16 bit targets as well
|
пре 4 година |
svenbarth
|
d29f95d9e1
* apply patch by Blaise.ru to allow specializations for the result type of function and method variables
|
пре 4 година |
svenbarth
|
32938dde1c
* apply patch by Blaise.ru to allow record methods to be assigned to method variables as well (this is Delphi compatible)
|
пре 4 година |
pierre
|
9a0107a19d
Fix compilation failure for avr compiler with -dDEBUG_NODE_XML, to fix bug report 38222
|
пре 4 година |
florian
|
aeff5b3577
* improved change information
|
пре 4 година |
florian
|
2e2f2eb784
- remove could which prevented that rte is triggered even if we are inside
|
пре 4 година |
florian
|
00af340feb
* cleanup
|
пре 4 година |
pierre
|
eb722c8294
Fix ash_savefregp_x handling, as revealed by range check error
|
пре 4 година |
michael
|
6668e265e8
* Allow appending files
|
пре 4 година |
florian
|
6d7d567a25
* min/max optimization on x86 can be applied now without fastmath as NaN is handled properly now
|
пре 4 година |
florian
|
b90ec52a0e
* x86: apply VOpVmov2VOp optimization to vmins*/vmaxs*
|
пре 4 година |
florian
|
88a0d4d64b
+ optimize if x>a then x:=a; into min(a,x);, similiar for max
|
пре 4 година |
florian
|
53a4e6c513
* patch by Zoran Vučenović: fixes TDoubleRec.SetFrac, resolves #38202
|
пре 4 година |