The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
florian 58d1a66cd0 * set max_operands to 4 on x86 to be prepared for avx and to be able to fix #19910,
- memory usage of a compiler compilation increases by approx. 2 per cent due to this
  - actually docs say avx has operations with 5 parameter, however I were not able to find
    an instruction having 5 operands

git-svn-id: trunk@18202 -
2011-08-14 09:09:57 +00:00
compiler * set max_operands to 4 on x86 to be prepared for avx and to be able to fix #19910, 2011-08-14 09:09:57 +00:00
ide * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
installer * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
packages * new example to demonstrate new QuickEvaluate routine. 2011-08-13 18:59:46 +00:00
rtl * Added invalid stream operation string constant 2011-08-13 21:19:45 +00:00
tests * MkDir and RmDir usually not allow trailing directory separator (except when running under Win32) 2011-08-12 23:50:00 +00:00
utils * Override correct seek/setsize version (Patch by Chad B) 2011-08-13 19:15:20 +00:00
.gitattributes * new example to demonstrate new QuickEvaluate routine. 2011-08-13 18:59:46 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00