Commit Verlauf

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