提交歷史

作者 SHA1 備註 提交日期
  florian cea7723080 * more use of RemoveCurrentP(p) 5 年之前
  joost 113ed4f0e7 * Missing file added to fpmake.pp 5 年之前
  florian 9819df6fe1 * calculate complexity of an rtti node correctly 5 年之前
  marco d74abf8575 * let win64 also define _win32. Some function prototypes are under that 5 年之前
  marco 1b1df0c026 * _win64 fixes. Commctrl still has it but has now the correct define. 5 年之前
  marco cf0bf230c5 * ifdef _win64 -> win64. Patch by Marcin. Possibly headers converted 5 年之前
  svenbarth 97c8464b11 * fix for Mantis #36738: when copying a record using its copy operator we assume that we've copied the whole record; this way managed records inside non-managed records are handled correctly 5 年之前
  svenbarth 9c088bda6a * fix for Mantis #36706: only link a library against the dynamic loader if we're not linking against the C library anyway 5 年之前
  florian 6f825baa6f * second patch by Evgeniy Shtrenyov for #36737 to improve backward compatibility 5 年之前
  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 年之前