The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei e16e19b170 * MIPS: removed specific handling of 32-bit shifts, generic code does the job just well.
* Tweak 64-bit shifts to take advantage of 3-address instructions (i.e. don't operate on same register).

git-svn-id: trunk@26142 -
2013-11-27 11:33:52 +00:00
compiler * MIPS: removed specific handling of 32-bit shifts, generic code does the job just well. 2013-11-27 11:33:52 +00:00
ide * fixed spelling error and updated link where to download the html docs 2013-11-11 22:46:19 +00:00
installer * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
packages * Fixed typo (by Tomasz Wieckowsky, bug ID #25379) 2013-11-27 10:23:31 +00:00
rtl + i8086 asm implementation of fpc_frac_real, based on the i386 version 2013-11-24 18:30:40 +00:00
tests * Disable PIC for tests that contain non-PIC assembler code. 2013-11-25 14:09:57 +00:00
utils + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
.gitattributes * also don't put a value in registers if it is converted from a type that can 2013-11-24 12:49:23 +00:00
.gitignore
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * no longer support building with 2.6.0 (mainly because 2.6.0 doesn't generate 2013-10-29 13:36:43 +00:00
Makefile.fpc * no longer support building with 2.6.0 (mainly because 2.6.0 doesn't generate 2013-10-29 13:36:43 +00:00