The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2019-02-25 13:35:40 +00:00
compiler * Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present. 2019-02-25 13:35:40 +00:00
installer haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
packages fcl-passrc: fixed inherited create on abstract class 2019-02-25 11:16:49 +00:00
rtl * android: Mask SSE exceptions for i386 too. 2019-02-25 13:15:17 +00:00
tests * casing fixed 2019-02-24 09:54:05 +00:00
utils pas2js: updated docs 2019-02-24 15:45:31 +00:00
.gitattributes * Add database creation and README, and copyright header 2019-02-24 17:20:33 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00