The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 243c967967 Commit of new debug feature implemented by J. Gareth Moreton
Allows compilation of compiler using -dDEBUG_NODE_XML
  which will generate a NAME-node-dump.xml file for each 
  unit, program or library compiled,
  containing a XML description of the nodes handled during
  compilation of the unit, program or library.

git-svn-id: trunk@42271 -
2019-06-22 14:08:47 +00:00
compiler Commit of new debug feature implemented by J. Gareth Moreton 2019-06-22 14:08:47 +00:00
installer * regenerated Makefiles with LLVM bitcode installation support 2019-04-20 18:56:45 +00:00
packages * Fix parsing of command-line in ParseSource 2019-06-22 14:01:06 +00:00
rtl * synchronised with trunk till r42256 2019-06-20 17:21:34 +00:00
tests * use variables of correct size with movd (test checks whether movd only 2019-06-22 13:31:02 +00:00
utils * synchronised with trunk till r42256 2019-06-20 17:21:34 +00:00
.gitattributes * synchronised with trunk till r42256 2019-06-20 17:21:34 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated Makefiles with LLVM bitcode installation support 2019-04-20 18:56:45 +00:00
Makefile.fpc