The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2014-01-18 19:28:00 +00:00
compiler * Fixed spilling of 3-operand IMUL instruction (went unnoticed this far because such instructions were not emitted by compiler). 2014-01-18 19:21:48 +00:00
ide * Initial active version of 2014-01-05 19:20:15 +00:00
installer * Initial active version of 2014-01-05 19:20:15 +00:00
packages Add missing field enable_count in breakpoint record (added in 7.5 release) 2014-01-17 22:52:31 +00:00
rtl * i386: Somewhat optimized fpc_mul_qword routine, got rid from variable 'r', registers esi and edi. Also ignore overflow checking when both operands have their high dwords equal to zero, because in such case multiplication cannot overflow. 2014-01-18 19:28:00 +00:00
tests * fixed output of test if a failure happens 2014-01-18 12:08:02 +00:00
utils * fixed the conversion of powerof2 mul/imuls to lea in tcgx86.a_op_const_reg_reg 2014-01-18 17:58:31 +00:00
.gitattributes * more android fixes for sockets unit, mantis #25528 2014-01-16 14:24:42 +00:00
.gitignore
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 makefiles affected by the last change 2014-01-18 10:21:41 +00:00
Makefile.fpc + OPTNEW Makefile parameter: when running a native cycle, this allows to pass a parameter only to the new generated compiler 2014-01-18 10:19:16 +00:00