florian
|
9af9f140a5
* do an unsigned division if one operand is unsigned an the other
|
4 years ago |
florian
|
9858d9c5e6
* apply doremoveinttypeconvs to unary minus and not on 8 and 16 bit targets as well
|
4 years ago |
svenbarth
|
d29f95d9e1
* apply patch by Blaise.ru to allow specializations for the result type of function and method variables
|
4 years ago |
svenbarth
|
32938dde1c
* apply patch by Blaise.ru to allow record methods to be assigned to method variables as well (this is Delphi compatible)
|
4 years ago |
pierre
|
9a0107a19d
Fix compilation failure for avr compiler with -dDEBUG_NODE_XML, to fix bug report 38222
|
4 years ago |
florian
|
aeff5b3577
* improved change information
|
4 years ago |
florian
|
2e2f2eb784
- remove could which prevented that rte is triggered even if we are inside
|
4 years ago |
florian
|
00af340feb
* cleanup
|
4 years ago |
pierre
|
eb722c8294
Fix ash_savefregp_x handling, as revealed by range check error
|
4 years ago |
michael
|
6668e265e8
* Allow appending files
|
4 years ago |
florian
|
6d7d567a25
* min/max optimization on x86 can be applied now without fastmath as NaN is handled properly now
|
4 years ago |
florian
|
b90ec52a0e
* x86: apply VOpVmov2VOp optimization to vmins*/vmaxs*
|
4 years ago |
florian
|
88a0d4d64b
+ optimize if x>a then x:=a; into min(a,x);, similiar for max
|
4 years ago |
florian
|
53a4e6c513
* patch by Zoran Vučenović: fixes TDoubleRec.SetFrac, resolves #38202
|
4 years ago |
florian
|
c82aae59a1
* call node_complexity correctly in order_parameters when sorting parameters
|
4 years ago |
florian
|
0ab69ea0ad
+ m68k: LEA, MOVE(M) to MOVE(M) predecremented optimization and MOVE(M), LEA to MOVE(M) postincremented optimization
|
4 years ago |
florian
|
a0a8a6911a
* m68k: proper values for first_*_reg
|
4 years ago |
Mattias Gaertner
|
879bc83d7b
pastojs: fixed record member type
|
4 years ago |
Mattias Gaertner
|
7e1cb64d5d
pastojs: fixed unit without implementation
|
4 years ago |
Mattias Gaertner
|
508d4baa68
fcl-passrc: resolver: fixed unit without implementation
|
4 years ago |
florian
|
f0298f63d0
* allow absolute variables with an address to be used as syscall base
|
4 years ago |
yury
|
67284c7452
+ Added a test for proper setting of fc_no_direct_exit in flowcontrol.
|
4 years ago |
michael
|
3db8f5c91f
* Fix compilation
|
4 years ago |
pierre
|
0d592e8d1a
* Try to read command line exec name on linux, using argv[0], in order to be able
|
4 years ago |
michael
|
729c1dee8c
* Fix bug ID #38193: order on darwin is same as openbsd
|
4 years ago |
florian
|
817ef6949a
* m68k: MOVE, TST, Jxx/Sxx to MOVE, Jxx optimization
|
4 years ago |
florian
|
bb8c3fd153
* made optimization JSR, RTS to JMP more bullet proof, added comment
|
4 years ago |
yury
|
8b7c5666a2
* Renamed fc_block_with_exit to fc_no_direct_exit to expand its usage.
|
4 years ago |
ondrej
|
6eb37beb24
win32: SysErrorMessage: ignore inserts (when not used the messages with inserts are empty) and allocate message buffer
|
4 years ago |
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
|
4 years ago |