mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 01:07:12 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() o no support yet for many ait_* types, although eventually most of them shouldn't be generated at all for the llvm target o no support yet for calling "opt" (which optimises llvm bitcode) before calling llc (which translates llvm bitcode into native code) -- compile with -s and manually call "opt" with -std-compile-opts, -O1, -O2 or -O3 if you want to experiment o override the assembler writer with the llvm one when compiling an llvm- targeting compiler o override the assembler file extension with .ll when compiling an llvm- targeting compiler git-svn-id: branches/hlcgllvm@26054 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |