The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre f0b22a1569 Revert commit #47257, Disable use of cmov instructions in alignment patterns for some i386 targets (it prevents use of some emulators)
Replace it by a new set of i386 targets, for which the default cpu is set to i80486 instead of pentium2
  to avoid (for default configuration) use of CMOVxx or PREFETCHyyy instructions, not supported by some emulators.

git-svn-id: trunk@47433 -
2020-11-16 17:04:46 +00:00
compiler Revert commit #47257, Disable use of cmov instructions in alignment patterns for some i386 targets (it prevents use of some emulators) 2020-11-16 17:04:46 +00:00
installer Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
packages pastojs: fixed await on as operator 2020-11-15 23:12:34 +00:00
rtl sinclairql: fixed the relocation marker comment in the startup code. no functional change 2020-11-15 23:19:38 +00:00
tests * allow generic parameters as iterator variable in for in loops, resolves #38050 2020-11-15 19:10:34 +00:00
utils sinclairql: now the target short name is also sinclairql as proposed by Pierre, so it's unified everywhere 2020-11-10 21:31:04 +00:00
.gitattributes * allow generic parameters as iterator variable in for in loops, resolves #38050 2020-11-15 19:10:34 +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 Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +00:00