The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 574d7eb70d * use call/pop instead of call/mov/ret to get the GOT pointer on
Darwin/i386, because that's slightly faster on Core Solo and
    later CPUs (and it avoid using a non-volatile register when not
    required)

git-svn-id: trunk@15532 -
2010-07-07 18:55:43 +00:00
compiler * use call/pop instead of call/mov/ret to get the GOT pointer on 2010-07-07 18:55:43 +00:00
ide * add *.dpr and *.lpr to the Pascal highlight extensions 2010-06-15 07:49:06 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages * Added ALoaded parameter to MessageBox 2010-07-05 13:59:20 +00:00
rtl * prefetch heap status in sysfreemem 2010-07-03 12:45:55 +00:00
tests * correct the register size holding a smallset < 4 bytes when using "bt" 2010-07-07 18:45:57 +00:00
utils * Fix so only interface is parsed 2010-06-10 06:52:07 +00:00
.gitattributes * correct the register size holding a smallset < 4 bytes when using "bt" 2010-07-07 18:45:57 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc