The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 504e0c6816 x86 assembler fixes:
* mkx86ins.pp: 'regmem' operand type in x86ins.dat must be converted to OT_RM_GPR, not OT_REGMEM. The latter does not restrict register type, allowing to use e.g. xmm registers in place of regular ones. 
* Finished 'movd' and 'movq', added some tests for them to tasm2.pp.

git-svn-id: trunk@17515 -
2011-05-20 20:39:35 +00:00
compiler x86 assembler fixes: 2011-05-20 20:39:35 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer Rebase to revision 17096 2011-03-09 16:29:47 +00:00
packages * add mysql51 to MySqlTypes 2011-05-20 20:15:21 +00:00
rtl * fix Sysutils.AssertErrorHandler as proposed by Martin Friebe in #19130, resolves #19310 2011-05-15 15:13:22 +00:00
tests x86 assembler fixes: 2011-05-20 20:39:35 +00:00
utils * Only export FPCFPMAKE when a suitable compiler is found, or else 2011-05-19 13:26:16 +00:00
.gitattributes * x86 Intel assembler reader: disallow more than one register name per register operand, resolves #15672. 2011-05-19 20:00:15 +00:00
.gitignore Rebase to revision 17096 2011-03-09 16:29:47 +00:00
Makefile * Only export FPCFPMAKE when a suitable compiler is found, or else 2011-05-19 13:26:16 +00:00
Makefile.fpc * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00