The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
tom_at_work d088695868 * ppc64: moved division by constant optimization from nppcmat to cgcpu unit
* ppc64: cg now also replaces multiplications/divisions by negative powers of two by shifts (and a negate)
* ppc64: replacement of divison by constants now properly check the -O2 compiler switch

git-svn-id: trunk@1662 -
2005-11-05 17:59:14 +00:00
compiler * ppc64: moved division by constant optimization from nppcmat to cgcpu unit 2005-11-05 17:59:14 +00:00
fcl + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 2005-11-05 12:33:06 +00:00
fv * fpcmake.ini update which fixes glibc search path problems on PowerPC64 2005-10-20 16:56:40 +00:00
ide * save untitled file dialogs looks nicer now 2005-10-20 20:51:42 +00:00
installer * fpcmake.ini update which fixes glibc search path problems on PowerPC64 2005-10-20 16:56:40 +00:00
packages + patch from Bram Kuijvenhoven: 2005-11-03 14:43:43 +00:00
rtl + TThread.WaitFor needs to call CheckSynchronize 2005-11-05 17:42:13 +00:00
tests * auto close window 2005-11-05 14:48:00 +00:00
utils * fpcmake.ini update which fixes glibc search path problems on PowerPC64 2005-10-20 16:56:40 +00:00
.gitattributes + binary operator support for booleans in variants 2005-11-04 21:05:18 +00:00
.gitignore * more ignores 2005-07-26 08:01:40 +00:00
Makefile * fpcmake.ini update which fixes glibc search path problems on PowerPC64 2005-10-20 16:56:40 +00:00
Makefile.fpc * makefile adaption to be able to cycle compiler and RTL on PowerPC64 target 2005-10-08 15:48:39 +00:00