提交历史

作者 SHA1 备注 提交日期
  Jonas Maebe 835899524b + support for Objective-Pascal for-in loops ("fast enumerations") 15 年之前
  Jonas Maebe efcc6f6440 * also handle statement nodes in has_no_code() 15 年之前
  Jonas Maebe 85984c2d8f * insert proper type conversions when optimising logical operations and 15 年之前
  florian 69a23fe32a + foreachnode* must also iterate through the new introduced temp. initialization field 15 年之前
  paul 009ef9184d compiler: add dispinterfaces to most of places where something is comparing to usual interfaces since they are not very different things 15 年之前
  florian fdb67a28ab * node complexity of subscribing increased because it's not only a simple operation to a register but requires a memory access 15 年之前
  paul b084d70ae4 compiler: cleanup - remove unused variables 15 年之前
  florian 1583907ac4 * improved node complexity calculation: 64 bit operations are more expensive, ord. const nodes on arm can be expensive 15 年之前
  Jonas Maebe 559e284bd0 * merged r13762-14047 from trunk 15 年之前
  paul aa5a5e79ce merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,13950,13951,13952,13983,13994: 15 年之前
  Jonas Maebe dd937bd32d * don't crash when looking for a local/parasym while current_procinfo is 15 年之前
  Jonas Maebe a149674a75 Merged revisions 13458-13596 via svnmerge from 16 年之前
  Jonas Maebe 0eec337a00 - removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED 16 年之前
  florian c0d4efed2e * forbid passing derived classes to call by reference parent classes (for objects, this is still allowed), resolves #13135 16 年之前
  Jonas Maebe 5a2ccfff52 --WARNING: start build process with FPC 2.2.4; won't work when 16 年之前
  Jonas Maebe d8aa5a1ff8 * set the node complexity of realconstn to 1 instead of the default (maximum) 16 年之前
  peter 8419161964 * current_objectdef is now always valid when parsing is within the 16 年之前
  Jonas Maebe 7f8e9b8d35 * fixed node complexity calculation for certain inlinenodes 16 年之前
  florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 年之前
  florian 615619804a + set node complexity of const. string nodes to 1 17 年之前
  Jonas Maebe 1150f7e9dc * reduced complexity of in_abs_long, old value was left over from testing 17 年之前
  Jonas Maebe 9c77c7743d + support for inline nodes in node_complexity() 17 年之前
  florian 085d5423ac * transform tryfinally nodes with an empty try parts into the finally block 17 年之前
  Jonas Maebe 6ac63bcafe * also process tcallnode.funcretnode in nutils.foreachnode*(),needed 17 年之前
  florian 6c53785e3a * first part of implements clean up and fixing 17 年之前
  Jonas Maebe c44fb4a79e * call FreeInstance after fail if vmt<>nil rather than if vmt=1 17 年之前
  florian f66916fc95 * fixed calculation of fpu resources 18 年之前
  peter 6b8aed593f * remove registers{int/mmx/fpu} from firstpass 18 年之前
  Jonas Maebe 1e5fee5c6f + callparan support in node_complexity() 18 年之前
  peter 2652a0c416 * added get_local_or_para_sym to search in parast and localst 18 年之前