The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 6634141bf4 + generate better code for division by negative power of 2 constants in the x86
(i386 and x86_64) code generator (same as the division by a positive power of
  2, followed by a NEG instruction, to invert the sign of the result; previously
  the code generator generated an IMUL instruction with a magic constant,
  followed by shift; the new code sequence should be both shorter and faster)

git-svn-id: trunk@37003 -
2017-08-21 11:35:20 +00:00
compiler + generate better code for division by negative power of 2 constants in the x86 2017-08-21 11:35:20 +00:00
ide Update 'lonely' (i.e. not regenerated by a fpcmake -r -Tall at fpcsrc level) Makefiles for sparc64-linux target 2017-07-05 12:17:54 +00:00
installer * Makefiles regenerated 2017-06-18 21:06:34 +00:00
packages * Remove targets go32 and nativent, missing syncobjs unit for those platforms (bug ID 32305) 2017-08-21 06:49:38 +00:00
rtl * TIOCtlRequest is 64 bit on sparc64 2017-08-20 15:21:50 +00:00
tests * document %CONFIGFILE option in ReadMe 2017-08-20 20:26:38 +00:00
utils * update revision.inc 2017-08-17 15:20:11 +00:00
.gitattributes + add default config file for FPCUnit ConsoleTestRunner 2017-08-20 20:24:21 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * Makefiles regenerated 2017-06-18 21:06:34 +00:00
Makefile.fpc + sparc64 support in top level Makefile.fpc 2017-06-18 21:06:30 +00:00