mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 08:19:27 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() o reduces the size of the generated LLVM IR, but mainly important for LLVM intrinsics such as llvm.memcpy.*(), as llc complains if some of their parameters are not constants (you could work around it by first running opt or by using clang with optimizations so that the constants, which were loaded in registers until now, were propagated to the intrinsics by the time llc saw them) git-svn-id: trunk@32776 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |