提交历史

作者 SHA1 备注 提交日期
  florian 2b6fc9b1ee + at least raspian has no soft links in /usr/lib to crt*.o, so add their location to the search path 13 年之前
  masta e4a719fcff Fix ARM SwapEndian on armv6+ for compilation with FPC 2.6 13 年之前
  florian 291157330e * fix setjump for arm<=armv5 with vfp 13 年之前
  marco f52c55ea59 * fixed a copy and paste typo as indicated by Ocean Mantis #22559 13 年之前
  marco 666fecb6df * workaround for unsupported construct in fpdoc. (enum declared nested in class) 13 年之前
  sergei c1e7e9c85e * TObjData.symbolref: don't lose the weak binding of asm symbol. This fixes tests/tweaklib*.pp at least for Linux x86 targets with internal assembler. 13 年之前
  masta 1c51b8d906 Disable 64bit shifts for thumb2 - Fix for Mantis #22520 13 年之前
  masta c16871e129 Generate better code in Tthumb2cgarm.g_flags2reg 13 年之前
  masta 2e0203b7a2 Improved Move implementation on ARM 13 年之前
  mazen f6deb01295 * Removed error thrown when trying to build help index if the documentation is installed on a read only file system and tries to store the index file in current directory. (Closes Debian bug#662814) 13 年之前
  sergei 944189f046 - don't supply sh_link and sh_info members to TElfObjSection.create_ext. 13 年之前
  sergei d4b7a6a9bd + Added some more ELF definitions 13 年之前
  paul 1af45d7ec0 rtl: don't perform unneeded string conversions if string codepage matches codepage to convert (thanks to Sergey) 13 年之前
  florian 562a45f2e1 * try to transform the tree to be able to do better cse 13 年之前
  florian a27cc3e5f2 + be able to handle CSE's of records/arrays/objects 13 年之前
  florian 89ec13deeb * improved complexity estimation for subscript nodes 13 年之前
  svenbarth 360592d1f4 Some corrections after the loosening of operator overloads: 13 年之前
  florian df83d96559 + patch by CA Gorski adding missing 'kernel32' strings 13 年之前
  florian 023d632f44 * optimize also lsr/asr, lsl, lsr/asr sequences on arm 13 年之前
  florian 283afbcb07 * new controllers by lelekx, resolves #22523 13 年之前
  florian c5ad1bce7b * avoid uncessary zero extensions in case code 13 年之前
  florian c8435b503f * better folding of consecutive shift operations 13 年之前
  michael 7976add94b * Added ParseFiles 13 年之前
  sergei a7311f1348 * Fixed handling of OleVariant type (was messed up with Variant), now comparisons with colevarianttype work correctly, resolves #22504 (r21970 was correct but not enough). 13 年之前
  svenbarth b0458b55a3 Loosen the restriction regarding operator overloads by applying a (modified) patch from JC Chu. This fixes Mantis #22359. 13 年之前
  sergei 1763309d8e * Fixed test crash with -Cg on non-Darwin targets: the GOT slot stores address of symbol, not its value. 13 年之前
  Jonas Maebe 44fd18a041 * correctly set expectloc for bool->cbool type conversions (mantis #22502) 13 年之前
  Jonas Maebe df2eddd169 * correctly deal with writing debug information in the Stabs writer for class 13 年之前
  sergei 1d09005542 + Implemented two-stage removal of empty exe sections. Candidates for removal are first marked with oso_disabled flag, then actually removed. Descendants of TExeOutput that override MemPos_Start may modify list of sections pending removal. In particular, the COFF-specific .reloc section no longer has to be handled in base TExeOutput class. 13 年之前
  sergei 3d19605fc2 * Using OleVariant type should trigger inclusion of Variants unit into uses clause the same way as using Variant type does. Mantis #22504. 13 年之前