The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jeppe Johansen d24cbbf9f5 Changed debug information to dwarf for ARM_embedded, and set local minimum alignment to 4.
Fixed a bug where ARMv7M targets would not use the DIV instructions.
Moved many size-optimizing Thumb2 peephole optimizations to PostPeepHoleOptsCpu. Previously those optimizations could make it impossible to reuse the shared arm peephole optimizations.
Reenabled a fixed MLA/MLS peephole optimization.
Refactored some FindRegDealloc+regLoadedWithNewValue into RegEndOfLife calls.
Fixed some broken UXTB/UXTH optimizations. Previously they would also match UXT* instructions with ROR shifter ops.

git-svn-id: trunk@26198 -
2013-12-08 16:50:15 +00:00
compiler Changed debug information to dwarf for ARM_embedded, and set local minimum alignment to 4. 2013-12-08 16:50:15 +00:00
ide Removed some extra directory separators which screwed up the install path on Amiga/MorphOS (// means /../ here) 2013-12-08 02:20:29 +00:00
installer * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
packages fcl-db: mysql: add support for MySQL 5.6 2013-12-08 09:44:46 +00:00
rtl Add character, buidcollations and unicodeXXX units 2013-12-07 16:16:31 +00:00
tests * avoid range check error during compilation due to constant propagation 2013-12-08 09:05:34 +00:00
utils + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
.gitattributes fcl-db: mysql: add support for MySQL 5.6 2013-12-08 09:44:46 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00
Makefile.fpc * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00