The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9344484ea7 * allocregbetween has to update the "initialregs" parameter, because it
can remove regallocs for the allocated register and reinstert them
    before already processed instructions, thereby preventing the
    peephole optimizer from ever seeing the allocation for this register
    (mantis #13612)

git-svn-id: trunk@13085 -
2009-05-02 22:26:24 +00:00
compiler * allocregbetween has to update the "initialregs" parameter, because it 2009-05-02 22:26:24 +00:00
ide * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
installer + added support for fcl-res 2009-03-01 00:50:06 +00:00
packages + darwin/arm support for fcl-res and fpcres 2009-05-01 12:47:01 +00:00
rtl * made ifthen() declaration in strutils Delphi-compatible (removed overloads 2009-05-02 15:50:41 +00:00
tests * made ifthen() declaration in strutils Delphi-compatible (removed overloads 2009-05-02 15:50:41 +00:00
utils + darwin/arm support for fcl-res and fpcres 2009-05-01 12:47:01 +00:00
.gitattributes * made ifthen() declaration in strutils Delphi-compatible (removed overloads 2009-05-02 15:50:41 +00:00
.gitignore
Makefile * Makefiles regenerated 2009-03-01 00:35:12 +00:00
Makefile.fpc