The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
florian 6c8eed21c4 + implement auto inlining (-Ooautoinline)
+ implement trashing of local variables if subroutine is inlined
* fix some errors releated to interproc. gotos and inlining
+ node_count function
* inline cannot be used with iochecking and safecall calling conventions
* track inherited usage
* don't inline if inherited is used

git-svn-id: trunk@21335 -
2012-05-19 13:30:02 +00:00
compiler + implement auto inlining (-Ooautoinline) 2012-05-19 13:30:02 +00:00
ide * removed single remaining use of a 1.0.x deprecated function. 2012-05-18 12:11:50 +00:00
installer + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
packages * remove the use of unixutils and deprecated functions in it. 2012-05-19 10:37:05 +00:00
rtl + implement auto inlining (-Ooautoinline) 2012-05-19 13:30:02 +00:00
tests + implement auto inlining (-Ooautoinline) 2012-05-19 13:30:02 +00:00
utils * PIC does not require using the external assembler anymore 2012-04-29 14:19:32 +00:00
.gitattributes + implement auto inlining (-Ooautoinline) 2012-05-19 13:30:02 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00
Makefile.fpc * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00