The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 6c62d6a647 + get_max_value in defutil
* use a linear cmp list instead of subtractions on ppc if low >=
    low(smallint) and high <= high(word), because a compare does not
    introduce any dependencies (and in those cases using subtractions
    does not save any instructions or bytes either)

git-svn-id: trunk@3065 -
2006-03-28 11:49:16 +00:00
compiler + get_max_value in defutil 2006-03-28 11:49:16 +00:00
fcl + updated to latest version from Luiz Camara 2006-03-27 18:14:02 +00:00
fv * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
ide * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
installer * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
packages * fixed web bug #4934 2006-03-23 14:24:49 +00:00
rtl * PSysCharset. 2006-03-27 09:01:14 +00:00
tests * fix intf map resolving with for inherited intfs 2006-03-27 09:28:17 +00:00
utils * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
.gitattributes * fix intf map resolving with for inherited intfs 2006-03-27 09:28:17 +00:00
.gitignore
Makefile * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
Makefile.fpc