The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
florian e2c9a8c6a1 * fold <arithmed. op> ...; cmp ...,#0into cmps on arm
* remove unnecessary ldr after str to the same memoy location, however, to do this optimization safely, we should add support for volatile variables

git-svn-id: trunk@20399 -
2012-02-22 20:16:06 +00:00
compiler * fold <arithmed. op> ...; cmp ...,#0into cmps on arm 2012-02-22 20:16:06 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages * fcl-xml, replacing more occurrences of WideString with XMLString. 2012-02-22 15:50:40 +00:00
rtl * don't pack softfpu helper records and added dummy for proper alignment, generates much better code on CPUs like arm 2012-02-22 20:13:38 +00:00
tests * don't ever mark the function result as vs_initialised, also not when 2012-02-17 16:25:50 +00:00
utils * Added support for conditional notes 2012-02-13 13:45:37 +00:00
.gitattributes * don't ever mark the function result as vs_initialised, also not when 2012-02-17 16:25:50 +00:00
.gitignore
Makefile * some Makefiles regenerated to support mips-linux 2012-02-04 09:50:03 +00:00
Makefile.fpc