The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn ff9ce0d20d * tcg8086.g_copyvaluepara_openarray improvements:
- use a_op_const_reg for the multiplication, instead of emitting directly
    instructions, which are 186+
  - avoid using IMUL twice, when the element size is not power of two
  - rm the system_i386_win32 leftovers

git-svn-id: trunk@25826 -
2013-10-18 22:35:51 +00:00
compiler * tcg8086.g_copyvaluepara_openarray improvements: 2013-10-18 22:35:51 +00:00
ide * fix for mantis #25202 macpascal->macpas, patch by Thaddy. 2013-10-18 08:40:34 +00:00
installer * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
packages + Basic implementation of TXPathNSResolver class, Mantis #25183. 2013-10-18 08:36:19 +00:00
rtl * the i8086 versions of InterLockedDecrement and InterLockedIncrement were 2013-10-17 22:38:59 +00:00
tests * fixed test tmacprocvar for i8086 far code memory models 2013-10-18 17:23:25 +00:00
utils * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
.gitattributes + added test tlea2.pp, which tests the LEA instruction with a 64-bit, 32-bit and 2013-10-17 18:25:17 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
Makefile.fpc * Fixed cross-installation after r24625. 2013-05-28 12:55:25 +00:00