The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn baf492c7a5 + another helper function: x86_parameterized_string_op_param_count
* when generating x86 code for parameterized string instructions with the
  internal object writer, don't rely on the destination operand being [(r/e)di]
  when determining the segment prefix, because when using intel syntax, source
  and destination can be anything (only the operand size, the address size and
  the source segment is taken into account)

git-svn-id: trunk@37452 -
2017-10-12 16:07:15 +00:00
compiler + another helper function: x86_parameterized_string_op_param_count 2017-10-12 16:07:15 +00:00
ide regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
installer regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
packages * Write more types 2017-10-10 18:07:50 +00:00
rtl + build exeinfo by buildrtl unit 2017-10-10 20:36:26 +00:00
tests + added support for the parameterized versions of the x86 string instructions 2017-10-12 00:07:02 +00:00
utils New revision following commit 37286 2017-09-22 19:59:45 +00:00
.gitattributes + added support for the parameterized versions of the x86 string instructions 2017-10-12 00:07:02 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * switch to 3.0.2 as prefered version 2017-10-10 12:57:24 +00:00
Makefile.fpc * switch to 3.0.2 as prefered version 2017-10-10 12:57:24 +00:00