The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 70fc5dcee3 * don't pass TP-style objects as HFA or similar, because the calling
convention code is triggered before the object structure has been
    finalised, so the result can be different in the interface and
    implementation. To solve this, something like r20161 has to be
    implemented for TP-style objects

git-svn-id: trunk@29930 -
2015-02-23 22:53:29 +00:00
compiler * don't pass TP-style objects as HFA or similar, because the calling 2015-02-23 22:53:29 +00:00
ide * made the registers shown in the registers window depend on the target CPU 2015-02-23 22:17:11 +00:00
installer * added package utils-unicode 2015-02-04 00:12:39 +00:00
packages + Darwin/AArch64 support in fpmkunit 2015-02-23 22:51:51 +00:00
rtl * added Darwin/AArch64 support to the objc unit 2015-02-23 22:53:20 +00:00
tests + Darwin/AArch64 test object files 2015-02-23 22:53:11 +00:00
utils + Darwin/AArch64 support to fpcmake 2015-02-23 22:52:01 +00:00
.gitattributes + Darwin/AArch64 test object files 2015-02-23 22:52:52 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * AArch64 compiler building support to top level and compiler Makefile 2015-02-23 22:51:58 +00:00
Makefile.fpc * AArch64 compiler building support to top level and compiler Makefile 2015-02-23 22:51:58 +00:00