The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 246caf3526 * never alias/coalesce cpu registers that are not usable by the register
allocator (such as stack/framepointers) with virtual registers, otherwise
    they can get changed in case the virtual register gets changed (read-only
    use would be ok, but we don't keep track of which virtual registers are
    only read

git-svn-id: trunk@27104 -
2014-03-11 23:18:45 +00:00
compiler * never alias/coalesce cpu registers that are not usable by the register 2014-03-11 23:18:45 +00:00
ide * update ide copyright year, patch by Reinier Olislagers, resolves #25833 2014-03-07 21:13:47 +00:00
installer * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
packages * fix for DateTimeToJulianDate and JulianDateToDateTime for integer=smallint 2014-03-11 21:51:57 +00:00
rtl * generate rfs/wfs for thumb2 only if an fpa fpu is used 2014-03-11 21:20:49 +00:00
tests * disallow 64-bit property index specifiers on 64-bit CPUs, since they were not 2014-03-09 21:05:53 +00:00
utils * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
.gitattributes * disallow 64-bit property index specifiers on 64-bit CPUs, since they were not 2014-03-09 21:05:53 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile Added AVR support to fpc and root Makefile. 2014-03-04 08:02:10 +00:00
Makefile.fpc Added AVR support to fpc and root Makefile. 2014-03-04 08:02:10 +00:00