The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
florian 316f2429f0 * do not omit location_force_reg on second operand of sar/ro* if
it is used to adapt the size of the operand

git-svn-id: trunk@48855 -
2021-03-01 20:21:42 +00:00
compiler * do not omit location_force_reg on second operand of sar/ro* if 2021-03-01 20:21:42 +00:00
installer * package tplylib added, corrections for more than 31 items on a tab 2021-02-28 02:08:17 +00:00
packages * write execution time more precisely 2021-02-28 21:58:32 +00:00
rtl * use SizeInt for counters in math unit, all non-32 bit targets should benefit from this 2021-02-26 22:47:06 +00:00
tests + optimize (a and b) or (c and not(b)) into c xor ((c xor a) and b) 2021-02-28 18:20:46 +00:00
utils * align shortname to previous releases 2021-02-28 10:29:59 +00:00
.gitattributes + optimize (a and b) or (c and not(b)) into c xor ((c xor a) and b) 2021-02-28 18:20:46 +00:00
.gitignore Add bin directory to ignore list for fpcsrc directory also 2020-10-30 16:17:05 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/revision.inc after commit 47483 2020-11-20 14:03:57 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +00:00