The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jeppe Johansen b98eb3daa9 Changed order in stack unravelling RTL code, to match the most common cases.
Fixed unsigned conditions for branch conditions.
Added some additional const loading cases.
Changed the temporary register used during calls because it could otherwise clash with the argument passing registers.

git-svn-id: branches/laksen/riscv_new@39492 -
2018-07-23 01:11:31 +00:00
compiler Changed order in stack unravelling RTL code, to match the most common cases. 2018-07-23 01:11:31 +00:00
installer Regenerated makefiles. 2018-07-20 10:40:57 +00:00
packages Fixed setjmp that overwrote a callee save register. 2018-07-20 15:00:14 +00:00
rtl Changed order in stack unravelling RTL code, to match the most common cases. 2018-07-23 01:11:31 +00:00
tests * empty dummy object files 2018-07-22 18:43:07 +00:00
utils Regenerated makefiles. 2018-07-20 10:40:57 +00:00
.gitattributes * empty dummy object files 2018-07-22 18:43:07 +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 Regenerated makefiles. 2018-07-20 10:40:57 +00:00
Makefile.fpc Update packages with information about RiscV. 2018-07-20 10:40:28 +00:00