The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn d7e4b50068 + also optimize x86_64 references by switching [rbp+reg64] to [reg64+rbp],
[r13+reg64] to [reg64+r13] and [r13d+reg32] to [reg32+r13d]

git-svn-id: trunk@37516 -
2017-10-24 16:18:43 +00:00
compiler + also optimize x86_64 references by switching [rbp+reg64] to [reg64+rbp], 2017-10-24 16:18:43 +00:00
ide * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286 2017-10-16 00:27:27 +00:00
installer * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286 2017-10-16 00:27:27 +00:00
packages * Fix compilation 2017-10-23 12:36:46 +00:00
rtl * patch from Mattias fixing save/restore ancestorpos in twriter. Mantis #32607 2017-10-24 13:23:26 +00:00
tests + check for the 'pop cs' instruction in the x86 inline assembler and print a 2017-10-24 15:07:20 +00:00
utils fcl-passrc: nicer error position on cant find unit 2017-10-18 10:33:36 +00:00
.gitattributes + check for the 'pop cs' instruction in the x86 inline assembler and print a 2017-10-24 15:07:20 +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 * switch to 3.0.2 as prefered version 2017-10-10 12:57:24 +00:00
Makefile.fpc * switch to 3.0.2 as prefered version 2017-10-10 12:57:24 +00:00