The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
masta c5d7ae513a ARM assembly versions of strupper and strlower
This is about 1/3 faster than the generic code.

git-svn-id: trunk@21648 -
2012-06-18 16:59:34 +00:00
compiler Split OP_ADD, OP_SUB, OP_AND and OP_ORR into multiple instructions if that can avoid constant construction or even loading from a pool. 2012-06-18 16:59:29 +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 * do not set fregistered directoy since that hampers registerevents(). 2012-06-18 11:15:18 +00:00
rtl ARM assembly versions of strupper and strlower 2012-06-18 16:59:34 +00:00
tests Do not call ret_in_param of the current parameter manager when parsing a generic method/function. This fixes Mantis #21921. 2012-06-14 12:11:11 +00:00
utils * changed delp from unit dos to unit sysutils. (path lengths) 2012-06-03 12:36:56 +00:00
.gitattributes * Fix scaling with alpha channel. Patch from Bernd Kreuss, Mantis #22245 2012-06-18 09:01:41 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile * set correct PPSUF for MIPS(EL), based on a patch by Jeppe Johansen 2012-05-28 16:19:37 +00:00
Makefile.fpc * set correct PPSUF for MIPS(EL), based on a patch by Jeppe Johansen 2012-05-28 16:19:37 +00:00