florian
|
4514a55ec6
* call method pointers located in registers correctly
|
13 years ago |
florian
|
e18a9cccaa
* fix expectlocs for method pointers
|
13 years ago |
florian
|
370d42035a
* when creating method pointers, put them into registers
|
13 years ago |
florian
|
4d4561923e
* nil method pointers can be kept in registers
|
13 years ago |
florian
|
d6b548ce13
* don't force parameters into memory when loading them if both have the size OS_64/OS_S64
|
13 years ago |
florian
|
be2003a404
* output register pairs correctly
|
13 years ago |
florian
|
7901662eb3
+ mark method pointers as regable
|
13 years ago |
pierre
|
a3ef2b42a8
Remove more TABs in sources
|
13 years ago |
pierre
|
bf46526cc7
Set register_used boolean only for calleeside
|
13 years ago |
pierre
|
c72f27e53e
Remove more TABs in source
|
13 years ago |
pierre
|
80b0891c7c
Remove TABs in source
|
13 years ago |
sergei
|
c41b407119
* Changed TObjSection.WriteStr method to write a zero byte after the string.
|
13 years ago |
joost
|
8ce4a5e196
* Search the UnitConfigFile in the right location when installing with PackageVariants
|
13 years ago |
florian
|
57ee96ef86
* compilation on non x86 fixed
|
13 years ago |
florian
|
03bf93488b
* workaround for broken in operator
|
13 years ago |
florian
|
3b980cae63
* floating point compares use flags as well so allocate flags
|
13 years ago |
florian
|
8818b58e5d
* Bsf/Bsr on x86 handle now correctly 0 as argument, resolves #22783
|
13 years ago |
pierre
|
39e32a9b3e
Do not use nostackframe with local variable in get_fsr function
|
13 years ago |
pierre
|
fe97069b12
Correct exceoption mask elements
|
13 years ago |
michael
|
cecc6b778c
* improved KDE detection
|
13 years ago |
florian
|
de34eab23d
+ optimize and ...,255/strb ... sequence if possible
|
13 years ago |
florian
|
93d0033282
* improve AndAnd2And optimization by checking if the first destination register is allocated after the second and
|
13 years ago |
florian
|
8a6c65b008
* fix r22319: hp1 must have the same condition as p
|
13 years ago |
florian
|
9773b92cbe
* improved for loop unrolling
|
13 years ago |
florian
|
2f1989c1a6
* hp1 can have any condition in this case so don't access hp1.condition because it
|
13 years ago |
florian
|
bc47125943
* use BsrDWord in software mod/div
|
13 years ago |
florian
|
5facc6ad5e
* BsrX(0) should return 255 instead of $ffffffff
|
13 years ago |
florian
|
d67af82228
* patch by Jeppe Johansen: Thumb2-only targets don't support the BLX <label>, and have to use BL <label>, resolves #22770
|
13 years ago |
florian
|
1bb6248186
* disable hand optimized assembler for arm thumb2 as well
|
13 years ago |
sergei
|
b1b175dacc
+ Internal linker support for weak symbols.
|
13 years ago |