The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2015-03-17 00:54:25 +00:00
compiler m68k: disabled premature MOVEA #0,Ax to SUBA Ax,Ax in the CG, because it breaks with spilling temp replacement and moved it to the optimizer, where it belongs. this fixes some code with potentially heavy address register pressure, like the IDE. 2015-03-16 02:04:58 +00:00
ide * fixed gdb/mi crash when program exits with exit code >= $80000000 2015-03-12 23:25:07 +00:00
installer * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
packages * micro optimization in a commonly repeated VESA horizontal line drawing code pattern 2015-03-17 00:54:25 +00:00
rtl * fixed a race condition during parallel build on linux, when the loaders are 2015-03-14 22:27:03 +00:00
tests * handle undefineddef in classify_argument, resolves #27658 2015-03-15 16:19:58 +00:00
utils + ELF/ppc64le resource support 2015-03-14 18:36:32 +00:00
.gitattributes * handle undefineddef in classify_argument, resolves #27658 2015-03-15 16:19:58 +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 * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00