The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe dd7e472fa4 * don't convert "cardinal div (cardinal-cardinal)" to longint after it
has been upcasted to int64, but convert it back to cardinal (mantis
    #15015)
  * put the "remove unnecessary 64 bit type conversions" code between
    {$ifndef cpu64bitalu} instead of {$ifndef cpu64bitaddr}

git-svn-id: trunk@14396 -
2009-12-10 21:08:31 +00:00
compiler * don't convert "cardinal div (cardinal-cardinal)" to longint after it 2009-12-10 21:08:31 +00:00
ide * Update Makefiles 2009-12-10 08:27:13 +00:00
installer * update Makefile 2009-12-10 11:25:32 +00:00
packages * Update Makefiles 2009-12-10 08:36:52 +00:00
rtl * fix SigActionRec for x86_64 cpu 2009-12-10 19:55:14 +00:00
tests * don't convert "cardinal div (cardinal-cardinal)" to longint after it 2009-12-10 21:08:31 +00:00
utils * Update Makefiles 2009-12-10 08:26:29 +00:00
.gitattributes * don't convert "cardinal div (cardinal-cardinal)" to longint after it 2009-12-10 21:08:31 +00:00
.gitignore - alpha simulator removed: we never used it so far, fpc has no alpha support, alpha is basically dead, qemu supports alpha 2009-08-13 17:55:21 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00