The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe fc60ec2ea4 + support for LLVM LTO: compile units with -CLflto -> when compiling a main
program/library also with -Clflto, all units compiled with that option
    will be linked using their bitcode files and LTO
   o compiling with -CLflto will compile all units twice: once for normal
     (static or smart) linking, and once for LTO. So the result can be
     used both with and without LTO.

git-svn-id: branches/debug_eh@41910 -
2019-04-20 18:56:11 +00:00
compiler + support for LLVM LTO: compile units with -CLflto -> when compiling a main 2019-04-20 18:56:11 +00:00
installer Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
packages pastojs: clean up 2019-04-19 18:12:22 +00:00
rtl * synchronised with trunk till r41907 2019-04-20 18:22:52 +00:00
tests Avoid arithmetic overflow inside heaptrc unit on this test 2019-04-16 15:10:40 +00:00
utils Avoid C 64-bit compiler warnings by using %lu instead of %u for sizeof and offsetof 2019-04-16 22:03:40 +00:00
.gitattributes * synchronised with trunk till r41907 2019-04-20 18:22:52 +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 Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00