mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() getintparaloc + adapted all call sites of getintparaloc. This led to a number of additional, related changes: o corrected the type information for some getintparaloc parameters o don't allocate some intparalocs in cases they aren't used o changed "const tvardata" parameter into "constref tvardata" for fpc_variant_copy_overwrite to make pass-by-reference semantics explicit o moved a number of routines that now have to call find_system_type() from cgobj to hlcgobj so that cgobj doesn't have to start depending on the symtable unit o added versions of the cpureg alloc/dealloc methods to hlcgobj that call through to their cgobj counter parts, so we can call save/restore the cpu registers before/after calling system helpers from hlcgobj (not implemented in hlcgobj itself, because all basic register allocator functionality is still part of cgobj/cgcpu) git-svn-id: trunk@21696 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |