The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2015-02-25 21:53:15 +00:00
compiler * Improved handling of registers used in assembler blocks. Assembler nodes no longer have lists of used registers attached to them. Instead, each specified register creates an allocation/deallocation pair and an additional tai_regalloc.markused item directly in the asmlist. This way, register lists are no longer limited to integer registers, and parsing no longer depends on paramanager to know which registers are volatile. 2015-02-25 21:53:15 +00:00
ide - rm unused var 2015-02-25 02:08:49 +00:00
installer * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
packages * Fixed NDS building cycle (resolves bug #0026847) 2015-02-25 20:52:50 +00:00
rtl * Fixed NDS building cycle (resolves bug #0026847) 2015-02-25 20:52:50 +00:00
tests * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
utils * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
.gitattributes * Fixed NDS building cycle (resolves bug #0026847) 2015-02-25 20:52:50 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +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 * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
Makefile.fpc * call the AArch64 compiler ppca64 instead of ppcaarch64 (less typing) 2015-02-23 22:55:20 +00:00