pierre
|
c72f27e53e
Remove more TABs in source
|
13 yıl önce |
pierre
|
80b0891c7c
Remove TABs in source
|
13 yıl önce |
sergei
|
c41b407119
* Changed TObjSection.WriteStr method to write a zero byte after the string.
|
13 yıl önce |
joost
|
8ce4a5e196
* Search the UnitConfigFile in the right location when installing with PackageVariants
|
13 yıl önce |
florian
|
57ee96ef86
* compilation on non x86 fixed
|
13 yıl önce |
florian
|
03bf93488b
* workaround for broken in operator
|
13 yıl önce |
florian
|
3b980cae63
* floating point compares use flags as well so allocate flags
|
13 yıl önce |
florian
|
8818b58e5d
* Bsf/Bsr on x86 handle now correctly 0 as argument, resolves #22783
|
13 yıl önce |
pierre
|
39e32a9b3e
Do not use nostackframe with local variable in get_fsr function
|
13 yıl önce |
pierre
|
fe97069b12
Correct exceoption mask elements
|
13 yıl önce |
michael
|
cecc6b778c
* improved KDE detection
|
13 yıl önce |
florian
|
de34eab23d
+ optimize and ...,255/strb ... sequence if possible
|
13 yıl önce |
florian
|
93d0033282
* improve AndAnd2And optimization by checking if the first destination register is allocated after the second and
|
13 yıl önce |
florian
|
8a6c65b008
* fix r22319: hp1 must have the same condition as p
|
13 yıl önce |
florian
|
9773b92cbe
* improved for loop unrolling
|
13 yıl önce |
florian
|
2f1989c1a6
* hp1 can have any condition in this case so don't access hp1.condition because it
|
13 yıl önce |
florian
|
bc47125943
* use BsrDWord in software mod/div
|
13 yıl önce |
florian
|
5facc6ad5e
* BsrX(0) should return 255 instead of $ffffffff
|
13 yıl önce |
florian
|
d67af82228
* patch by Jeppe Johansen: Thumb2-only targets don't support the BLX <label>, and have to use BL <label>, resolves #22770
|
13 yıl önce |
florian
|
1bb6248186
* disable hand optimized assembler for arm thumb2 as well
|
13 yıl önce |
sergei
|
b1b175dacc
+ Internal linker support for weak symbols.
|
13 yıl önce |
florian
|
d63ebe6464
* bsr implementation for armv5+ using clz
|
13 yıl önce |
florian
|
91156f8652
+ cpuflag CPUARM_HAS_CLZ for arm
|
13 yıl önce |
florian
|
9be3ca04ad
* split FPC_HAS_INTERNAL_BSX_* defines into FPC_HAS_INTERNAL_BSF_* and FPC_HAS_INTERNAL_BSR_*
|
13 yıl önce |
florian
|
1c8c2d6dbb
* tcgshlshrnode.second_integer: don't load the right expression into a register if it is already a LOC_CREGISTER
|
13 yıl önce |
florian
|
b6a4602989
* ignore alignment entries in FindLabel
|
13 yıl önce |
florian
|
59012afe26
* better heuristics to decide when a mul by a constant shall be replaced by shift/add/sub sequences
|
13 yıl önce |
florian
|
2f8027c63f
+ more sophisticated code to optimize multiplications on arm
|
13 yıl önce |
florian
|
0214dd68f9
* fix building of zipper.pp as suggested by Jeppe Johansen
|
13 yıl önce |
pierre
|
6290526821
Fix variable alignment for varargs
|
13 yıl önce |