The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe f98a9bea3c * cap the assumed alignment of pass-by-reference parameters to the minimum of
their default alignment, the alignment of locals, globals and constants
    (so that we don't overestimate the alignment of global normal set
     constants to 32 bytes, while the maximum const alignment is often only
     8 bytes)

git-svn-id: trunk@40374 -
2018-11-26 22:27:35 +00:00
compiler * cap the assumed alignment of pass-by-reference parameters to the minimum of 2018-11-26 22:27:35 +00:00
installer * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
packages pastojs: added built-in procedure debugger 2018-11-26 09:36:02 +00:00
rtl Add classes unit 2018-11-20 22:02:59 +00:00
tests * fixed adjustments of lower/upper bounds in range test optimization in case 2018-11-17 22:38:31 +00:00
utils pastojs: added built-in procedure debugger 2018-11-26 09:36:02 +00:00
.gitattributes * fixed adjustments of lower/upper bounds in range test optimization in case 2018-11-17 22:38:31 +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 * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00