florian
|
29a5d3267c
* moved warning about suspicious comp assignment to type check pass, catches also
|
4 年之前 |
florian
|
71dc62dde6
* if left is a smaller type, then an extension operation for shr can be removed
|
4 年之前 |
florian
|
09628e56cb
* even if currency is handled by torddef, it is a real number, so using / is perfectly right, resolves #38718
|
4 年之前 |
florian
|
ecce39a3b2
+ throw a warning in ISO mode if a constant string is assigned to a char and the sizes do not match, resolves #38439
|
4 年之前 |
florian
|
344aadebb9
* avoid widening of shl operations, this is not necessary for them either
|
4 年之前 |
florian
|
9858d9c5e6
* apply doremoveinttypeconvs to unary minus and not on 8 and 16 bit targets as well
|
4 年之前 |
florian
|
d5dcf5cd7a
* cleanup
|
4 年之前 |
florian
|
ea11517d27
+ optimization type converted (modulo) divisions as well by removing up/down converting but,
|
4 年之前 |
florian
|
6380df9b42
* correctly simplify tree transforms of (a+c1+c2) if a is a pointer, resolves #37671
|
4 年之前 |
florian
|
dc547b1426
+ remove type conversions also for unary operations if possible
|
4 年之前 |
florian
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
4 年之前 |
Jonas Maebe
|
9f42931eeb
* don't print range check warnings when evaluating inlined explicit typecasts
|
4 年之前 |
svenbarth
|
2c372071fd
* correctly handle static arrays with a lower index <> 0
|
4 年之前 |
svenbarth
|
bf1eae7bd6
* small formatting adjustments for the sake of consistency
|
4 年之前 |
svenbarth
|
2ff18e48a0
* fix for Mantis #36909: apply patch by Ryan Joseph so that array constructors can be used for static arrays as well.
|
4 年之前 |
pierre
|
57b8f28574
Avoid overflow errors on z80 CPU by changing local variable type from aint to tcgint
|
5 年之前 |
svenbarth
|
eaa2a2006c
* fix for Mantis #37272: also allow the empty set for dynamic array parameters; Delphi probably started to allow that together with array constructors.
|
5 年之前 |
Jonas Maebe
|
5be84e8079
* replaced custom packed record with tmethod
|
5 年之前 |
florian
|
b6097a0300
* correctly handle result type of string constant nodes for internally created
|
5 年之前 |
Jonas Maebe
|
f5e89ded35
* fix tc_bool_2_int simplification in case pass typecheck runs again, e.g.
|
5 年之前 |
svenbarth
|
60345366f2
* fix for Mantis #35140: apply patch by Ryan Joseph together with some further changes by me to add support for constant parameters in generics
|
5 年之前 |
florian
|
4d73a9e637
* simplify tc_bool_2_int
|
5 年之前 |
florian
|
04f3784af5
* better setting of expectloc
|
5 年之前 |
Jonas Maebe
|
afd0ae44ee
* use tprocvardef.getreusableprocaddr also for non-address-only copies of
|
5 年之前 |
pierre
|
9c067709f8
Fix invalid typecast revealed by -CriotR option
|
5 年之前 |
florian
|
91696d2cf3
- remote accidently committed printnode call
|
5 年之前 |
florian
|
53d2df07b6
* mark handled currencies correctly, so they are handled properly by simplify
|
5 年之前 |
florian
|
6a1c09bb43
* simplify type conversions of ordinal constants to currency
|
5 年之前 |
Jonas Maebe
|
67dbd0cdb3
* support nf_internal to ignore currency conversion adjustments also on
|
5 年之前 |
florian
|
86d8e79e86
* fix some currency issues, resolves #33963 and #36179
|
5 年之前 |