The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 55a2007321 * fixed skipping of parameter registers for ppc/aix in case a parameter
has to be passed on the stack before all registesters are used up
  * fixed calculation of stack offsets for ppc/aix abi for small records, 
    arrays and ordinals passed on the stack after all registers are used
  + test for all of the above

git-svn-id: trunk@3166 -
2006-04-07 22:17:45 +00:00
compiler * fixed skipping of parameter registers for ppc/aix in case a parameter 2006-04-07 22:17:45 +00:00
fcl * regenerated for i386-darwin support 2006-04-07 10:12:27 +00:00
fv * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
ide * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
installer * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
packages + Removed debug statement 2006-04-07 13:08:01 +00:00
rtl * GetExceptionMask returned inverted result for exInvalidOp 2006-04-05 07:46:18 +00:00
tests * fixed skipping of parameter registers for ppc/aix in case a parameter 2006-04-07 22:17:45 +00:00
utils * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
.gitattributes * fixed skipping of parameter registers for ppc/aix in case a parameter 2006-04-07 22:17:45 +00:00
.gitignore * unified and moved some win32/win64 stuff 2006-04-02 20:52:17 +00:00
Makefile * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
Makefile.fpc * force zipname to fpc-ver-target for zipinstall 2006-02-13 09:32:39 +00:00