The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 1cf1ab8ab9 * consume the register in the reference before the check for invalid reference
syntax in the x86 intel syntax asm reader; this is preparation for support of
  segment overrides inside the reference expression (i.e. [es:bx] instead of
  es:[bx])

git-svn-id: trunk@38363 -
2018-02-27 16:35:55 +00:00
compiler * consume the register in the reference before the check for invalid reference 2018-02-27 16:35:55 +00:00
installer * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
packages * Add AllocateName 2018-02-27 16:16:38 +00:00
rtl * fixed operator mod for floats as proposed by wp in #33167, resolves #33167 2018-02-24 18:23:06 +00:00
tests * fixed comment in test 2018-02-26 17:38:42 +00:00
utils * importtl new parameter --ref-style that allows to set different styles for reference input param. (var, constref or const [ref]) 2018-02-25 14:52:51 +00:00
.gitattributes + support concatenation of references in x86 intel syntax inline asm: 2018-02-26 17:17:47 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
Makefile.fpc * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00