compiler
|
8e60465eb4
Fix the last failing tcnvint test (plus another one) by using comparisons that are not necessarily 32-bit.
|
12 years ago |
ide
|
c92eaebf34
Fix option passing for freebsd ans netbsd, add -Xd for linux also
|
12 years ago |
installer
|
c460adf8e8
Regenerate all Makefiles with an up-to-date fpcmake binary
|
12 years ago |
packages
|
1f0c70508f
* DisplayName should not set name
|
12 years ago |
rtl
|
c108a24cc8
reverted r25622 which was an accidental commit of some highly experimental debug code (sorry)
|
12 years ago |
tests
|
bb00c76fe7
Fix for Mantis #21015 .
|
12 years ago |
utils
|
e79246d6e6
* fix missing dependency of fppkg on fpmkunit (unnoticed on some targets due to dependency import via fcl-web)
|
12 years ago |
.gitattributes
|
5af873ee5b
* x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files.
|
12 years ago |
.gitignore
|
04df0d537e
* more finegrained parallelism support for testsuite runs: the tests are no
|
13 years ago |
Makefile
|
4ca7e66661
* Fixed cross-installation after r24625.
|
12 years ago |
Makefile.fpc
|
4ca7e66661
* Fixed cross-installation after r24625.
|
12 years ago |
fpmake.pp
|
df4191acb3
* Handle the location of each package at run-time, not at compilation time
|
12 years ago |
fpmake_add1.inc
|
df4191acb3
* Handle the location of each package at run-time, not at compilation time
|
12 years ago |
fpmake_proc1.inc
|
df4191acb3
* Handle the location of each package at run-time, not at compilation time
|
12 years ago |