The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 592df7fa59 * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does
that itself, our LLVM code generator can't handle it, and if it did then
    afterwards we would have to spill 90% of those register variables again
    to make them SSA)

git-svn-id: trunk@44062 -
2020-01-29 22:21:07 +00:00
compiler * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does 2020-01-29 22:21:07 +00:00
installer Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
packages AROS: TDosList structure fixed 2020-01-29 21:45:20 +00:00
rtl * first couple of improvements propose by Stefan Kanthak at https://skanthak.homepage.t-online.de/division.html#fpc 2020-01-29 21:35:25 +00:00
tests * r42239 broke the tw13948b test for aarch64. Fixed this and improved the test. 2020-01-28 17:50:20 +00:00
utils * Pass INSTALL_LIBDIR to fpmake 2020-01-08 22:25:19 +00:00
.gitattributes * patch by Christo Crause: support for megaAVR 0 and tinyAVR 0/1, #36616, part 3/3 2020-01-26 14:35:32 +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 Pass old value of OPT to FPCMAKEOPT 2020-01-23 15:03:20 +00:00
Makefile.fpc Pass old value of OPT to FPCMAKEOPT 2020-01-23 15:03:20 +00:00