The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 92a52a9f4d + implemented support for instructions with non-native address size on i8086
(16-bit and 32-bit), i386 (16-bit and 32-bit) and x86_64 (32-bit and 64-bit).
  Known bug: 32-bit addresses with an offset have their offset truncated to its
  low 16-bits on i8086

git-svn-id: trunk@37409 -
2017-10-06 15:27:14 +00:00
compiler + implemented support for instructions with non-native address size on i8086 2017-10-06 15:27:14 +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 * move TRttiStructuredType and TRttiInstanceType further down as they need access to TRttiMember and its children 2017-10-06 13:10:01 +00:00
rtl * patch by Christo Crause to implement 8 bit multiplications for "mul-less" avr types, resolves issue #31925 2017-10-01 20:34:44 +00:00
tests * correctly calc case label distance after r36362, resolves #32115 and #32311 2017-10-03 20:36:09 +00:00
utils New revision following commit 37286 2017-09-22 19:59:45 +00:00
.gitattributes * correctly calc case label distance after r36362, resolves #32115 and #32311 2017-10-03 20:36:09 +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 regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
Makefile.fpc + sparc64 support in top level Makefile.fpc 2017-06-18 21:06:30 +00:00