The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 3ccc3e329b * prevent calling firstpass multiple times for a node (such as when
transforming inc/dec to an addn/subn in case of range checking) from
    triggering the transformation logic for accessing nested variables
    on LLVM/JVM multiple times
  * also prevent it from triggering errors during inlining, in case a
    parameter to a nested routine gets replaced by a local variable
    from a parent routine (in that case, it does not need to be
    accessed via the parentfpstruct, as we are being inlined in the
    parent) -> don't duplicate the check from pass_typecheck in pass_1,
    but check whether it needs to be accessed via the parentfpstruct
    by verifying that tloadnode.left is assigned (which pass_typecheck
    will ensure if needed)

git-svn-id: trunk@40630 -
2018-12-24 22:09:52 +00:00
compiler * prevent calling firstpass multiple times for a node (such as when 2018-12-24 22:09:52 +00:00
installer Fix compilation of installer for win32 target 2018-12-06 17:06:45 +00:00
packages pastojs: fixed uninitialized result 2018-12-23 16:34:29 +00:00
rtl + LLVM support for the FMA intrinsics 2018-12-21 20:57:19 +00:00
tests Try to ix compilation failures in units/fpcunit directory 2018-12-20 22:39:40 +00:00
utils * in lexbase and yaccbase units, 2018-12-23 16:17:49 +00:00
.gitattributes * Load extension demo by Silvio Clecio 2018-12-21 23:09:40 +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