michael
|
f1db695809
* Move chm writer to separate unit
|
5 yıl önce |
Jonas Maebe
|
b359080f42
* fixed round(currency) so it takes the rounding mode into account on
|
5 yıl önce |
Jonas Maebe
|
3e047d3691
* generate more efficient code for trunc(currency), trunc(comp), and
|
5 yıl önce |
florian
|
33afecd117
+ support got modifier on labels
|
5 yıl önce |
florian
|
6db164c993
* min/max optimization needs to check both operands of the if condition, even if no else-statement is passed, resolves #38249
|
5 yıl önce |
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
|
5 yıl önce |
florian
|
072be7b0f7
* Aarch64: fix 32 bit div operations with constant denominators, resolves #38225
|
5 yıl önce |
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)
|
5 yıl önce |
florian
|
80f87edffd
* x86-64: correctly translate and with large constants in mod optimizations, resolves #38164
|
5 yıl önce |
svenbarth
|
d29f95d9e1
* apply patch by Blaise.ru to allow specializations for the result type of function and method variables
|
5 yıl önce |
svenbarth
|
32938dde1c
* apply patch by Blaise.ru to allow record methods to be assigned to method variables as well (this is Delphi compatible)
|
5 yıl önce |
nickysn
|
47ff701db7
* synchronized with trunk
|
5 yıl önce |
florian
|
2e2f2eb784
- remove could which prevented that rte is triggered even if we are inside
|
5 yıl önce |
nickysn
|
91e9558f5b
* synchronized with trunk
|
5 yıl önce |
florian
|
53a4e6c513
* patch by Zoran Vučenović: fixes TDoubleRec.SetFrac, resolves #38202
|
5 yıl önce |
yury
|
67284c7452
+ Added a test for proper setting of fc_no_direct_exit in flowcontrol.
|
5 yıl önce |
svenbarth
|
1efeb5851a
* fix regression introduced with r47625 for Mantis #38122: when checking for a dereferentiation of the Self parameter subscript and vec nodes need to be kept
|
5 yıl önce |
nickysn
|
dc5b78d5f0
* synchronized with trunk
|
5 yıl önce |
florian
|
a16b34d951
* test for min/max intrinsics
|
5 yıl önce |
florian
|
e60a367f1b
+ project file for PowerPC64LE
|
5 yıl önce |
svenbarth
|
deaff6f7fe
* fix for Mantis #38151: when a Variant is passed by reference to a IDispatch property then invoke it using DISPATCH_PROPERTYPUTREF instead of DISPATCH_PROPERTYPUT
|
5 yıl önce |
svenbarth
|
69e6f3dcbb
* if a call inside a generic's code that involves generic type arguments can't be clearly determined then postpone it till specialization in the hope that the type will be clear then
|
5 yıl önce |
nickysn
|
aeafe42144
* synchronized with trunk
|
5 yıl önce |
svenbarth
|
3597696e98
* fix for Mantis #38145: allow overloading of assignment operators that return ShortStrings with a specific size
|
5 yıl önce |
svenbarth
|
82957ec5a3
* Fix for Mantis #38122: when a deref node is passed as a Self parameter for a type helper (which is a var parameter) we need to pass the non-derefentiated value so that the data it points to can be modified by the helper's method (this is Delphi compatible)
|
5 yıl önce |
florian
|
7b88d1127f
* remove unused file
|
5 yıl önce |
nickysn
|
f9daec43ef
* synchronized with trunk
|
5 yıl önce |
Tomas Hajny
|
74eb7b5050
+ added coloured compiler output support for OS/2 and DOS targets, platform-specific parts refactored to a standalone unit to remove the heap of ifdefs in unit comphook
|
5 yıl önce |
florian
|
9dcf85a8ef
+ Xtensa: FMA support
|
5 yıl önce |
nickysn
|
44b7a1df18
+ support reading .wav with an odd (uneven) fmt chunk size
|
5 yıl önce |