The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 9303a8f61a * changed the x86 TInsProp.Ch structure from a 3-element array to a pascal set;
this removes the limit of 3 Ch_XXX flags per instruction (thus allowing adding
  more precise flags, e.g. for tracking only certain bits of the flags register,
  etc.) and avoids the ugliness of having the Ch_None filler, which makes
  x86ins.dat less readable.

git-svn-id: trunk@35850 -
2017-04-19 16:48:35 +00:00
compiler * changed the x86 TInsProp.Ch structure from a 3-element array to a pascal set; 2017-04-19 16:48:35 +00:00
ide Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
installer Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
packages pastojs: proc type reference-to 2017-04-19 13:30:46 +00:00
rtl Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
tests Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
utils Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
.gitattributes * Demo for simple file server 2017-04-17 11:35:34 +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 Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
Makefile.fpc * support bootstrapping with FPC 3.0.2 2016-12-22 20:01:58 +00:00