florian
|
f42b0bf6f5
* fixed JccAdd/Inc/Dec2*Adc/Sbb optimizations
|
5 年之前 |
florian
|
34be9e4643
* CallRet2* optimization may not misalign the stack, reported by C Western on fpc-devel
|
5 年之前 |
florian
|
ac974c9ab7
* improve is_loop_invariant for load nodes
|
5 年之前 |
florian
|
507fc9c1ff
+ take care of addn and subn in is_loop_invariant
|
5 年之前 |
svenbarth
|
3cecec0b24
* fix compilation of simpleserver on non-Unix systems
|
5 年之前 |
svenbarth
|
8003f675c5
+ add test for already fixed Mantis #24283
|
5 年之前 |
florian
|
9d7d146ddc
* patch by Evgeniy to overcome fp.ini line length limit for help files, resolves #36737
|
5 年之前 |
pierre
|
fb8f4ceca5
* Fix sourcezip make target, correcting mixed case input file names.
|
5 年之前 |
florian
|
80c0fc3c92
* several fixes to get better reg. allocations in the arm assembler optimizer
|
5 年之前 |
florian
|
62129db44c
* ARM: look further ahead when optimizing mov rX, yyyy
|
5 年之前 |
florian
|
9132b54b3b
+ ARM: MovMLA2MUL optimization
|
5 年之前 |
florian
|
684ef3008f
* ARM: optimize mov rX,#0 .... mul/mla/umull ...,rX,...
|
5 年之前 |
florian
|
9bdfbc2473
+ GetNextInstructionUsingRegTrackingUse
|
5 年之前 |
florian
|
a357359971
* LeaCallLeaRet2Jmp is done in TX86AsmOptimizer.PostPeepholeOptLea
|
5 年之前 |
florian
|
c7b19e2fc9
* track used register better: if a deallocation is moved/removed, the used register may not be removed from the current register used register set
|
5 年之前 |
michael
|
46ab234886
* renamed nodejsfs to node.js
|
5 年之前 |
florian
|
af1a4c06c5
* fixed generic round(...) for large values based on a comment by Alexander Hofmann on fpc-devel
|
5 年之前 |
florian
|
2acc6337d8
* debug statement removed
|
5 年之前 |
florian
|
4dff373fef
* (modified) patch by J. Gareth Moreton: processor-aware MOVZX optimisation cleanup, resolves #36687
|
5 年之前 |
Jonas Maebe
|
dce9a62eb4
* fixed ifdef after upgrade to 10.10 headers (patch by Hans Luijten,
|
5 年之前 |
florian
|
c146aecc01
* throw an error if the forward interface type and the actual interface type do not match, resolves #36720
|
5 年之前 |
florian
|
66aa2e1416
* fixed tests for architectures with FPC_COMP_IS_INT64 defined
|
5 年之前 |
joost
|
7e952bf5c1
* Fixed escaping of characters inside .tar archives.
|
5 年之前 |
Mattias Gaertner
|
1bf392a726
pas2js: typeinfo(specialization)
|
5 年之前 |
Mattias Gaertner
|
b802ee6450
pas2js: not storing specialized elements
|
5 年之前 |
florian
|
49f789b92a
* reverted accidently committed changes again
|
5 年之前 |
florian
|
bb6028a275
* AArch64: the PIC code needs also more registers, so use the same ifdefs as arm and sparc
|
5 年之前 |
florian
|
95e8992e2f
+ AArch64: profiler support for aarch64-linux
|
5 年之前 |
pierre
|
346118187b
Fix linking error, in which libc.so.6 is not found on aarch64-linux when libdl.so is loaded, by adding appropriate directory
|
5 年之前 |
florian
|
200de64085
* aarch64 suffers also from the limited tan precision of the softfpu
|
5 年之前 |