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 09:59:59 +00:00
compiler + Added method taddnode.use_generic_mul64bit, allowing it to inline full 64-bit multiplications, and fixed ARM to comply (it was not checking for possible 32x32 to 64 optimization after detecting a 64-bit operand, so recently added code for 32x32 to 64 bit optimization was inactive). 2014-01-18 09:59:59 +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 Avoid assmebler size mismatch warning in Keep procedure 2014-01-17 23:33:24 +00:00
tests * convert array indices always to s32int, because that is the index type used 2014-01-15 20:36:52 +00:00
utils utils: use fpc 2.6.2 compatible code 2014-01-17 10:44:24 +00:00
.gitattributes * more android fixes for sockets unit, mantis #25528 2014-01-16 14:24:42 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00
Makefile.fpc * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00