mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 23:07:16 +01:00
* LOC_CONSTANT added for better constant handling
* secondadd splitted in multiple routines
* location_force_reg added for loading a location to a register
of a specified size
* secondassignment parses now first the right and then the left node
(this is compatible with Kylix). This saves a lot of push/pop especially
with string operations
* adapted some routines to use the new cg methods
|
||
|---|---|---|
| .. | ||
| t_amiga.pas | ||
| t_atari.pas | ||
| t_beos.pas | ||
| t_fbsd.pas | ||
| t_go32v2.pas | ||
| t_linux.pas | ||
| t_macos.pas | ||
| t_nwm.pas | ||
| t_os2.pas | ||
| t_palmos.pas | ||
| t_sunos.pas | ||
| t_win32.pas | ||