Commit Verlauf

Autor SHA1 Nachricht Datum
  Sven/Sarah Barth cdf676c9b5 * a function also captures other nested functions when these are called vor 3 Jahren
  Sven/Sarah Barth 2cc621618a * Delphi-mode calling without parenthesis vor 4 Jahren
  Pierre Muller 5acd7a7b83 Rename tsymtable.insert and delete methods to insertsym ands deletesym vor 3 Jahren
  Sven/Sarah Barth 74f9523806 * in case of an implicit specialization ensure that the symbol of the generic is indeed considered as used once the final implicit specialization has been picked vor 3 Jahren
  Sven/Sarah Barth e0e8620ded * use a single if-condition for both check_hints and addsymref vor 3 Jahren
  Sven/Sarah Barth 90844c2027 * fix #35261: apply slightly adjusted changes by Ryan Joseph to implement support for implicit generic function specializations vor 3 Jahren
  florian d198fc46cb * just copy value parameters to a temp. when inlining instead of vor 3 Jahren
  florian f56aa9abe7 * set expectloc properly for x87 on x86 vor 4 Jahren
  svenbarth 7330a0156c * fix writing of the method and parameter names for the Variant call description vor 4 Jahren
  pierre c8c6e647be Avoid keeping optimized out node in callcleanupblock.statements or callinitblock.statements vor 4 Jahren
  nickysn 7ac2f9e242 * synchronized with trunk vor 4 Jahren
  yury afc80a84cf * Fixed r48650. vor 4 Jahren
  nickysn a74024e7d5 * synchronized with trunk vor 4 Jahren
  yury 4245b20a32 * Fixed expectloc of local variables passed as a formal parameter. This issue is caught by cycling the compiler with -dEXTDEBUG. Yet the compiler can't cycle with EXTDEBUG due to other issues with wrong expectloc. vor 4 Jahren
  nickysn 8b4aceea50 * synchronized with trunk vor 4 Jahren
  Jonas Maebe 5c2303a76b * add parameter cleanup nodes to the call cleanup block (mantis #38316) vor 4 Jahren
  nickysn 91e9558f5b * synchronized with trunk vor 4 Jahren
  florian c82aae59a1 * call node_complexity correctly in order_parameters when sorting parameters vor 4 Jahren
  svenbarth 1efeb5851a * fix regression introduced with r47625 for Mantis #38122: when checking for a dereferentiation of the Self parameter subscript and vec nodes need to be kept vor 4 Jahren
  nickysn dc5b78d5f0 * synchronized with trunk vor 4 Jahren
  svenbarth 69e6f3dcbb * if a call inside a generic's code that involves generic type arguments can't be clearly determined then postpone it till specialization in the hope that the type will be clear then vor 4 Jahren
  nickysn aeafe42144 * synchronized with trunk vor 4 Jahren
  svenbarth 82957ec5a3 * Fix for Mantis #38122: when a deref node is passed as a Self parameter for a type helper (which is a var parameter) we need to pass the non-derefentiated value so that the data it points to can be modified by the helper's method (this is Delphi compatible) vor 4 Jahren
  nickysn 48b81da877 * synchronized with trunk vor 4 Jahren
  florian 3baddff71e + inline subroutines with formal parameters as well vor 4 Jahren
  nickysn 446d824ad6 * synchronized with trunk vor 4 Jahren
  florian ab9fa2012b * inline more aggressively, if the ie for the initial change re-appears, it must be fixed differently vor 4 Jahren
  nickysn 38c4c93cee * synchronized with trunk vor 5 Jahren
  florian a628c1c3dd * if an array constructor is passed to a formaldef parameter, it is passed as a set (if the conversion is possible), resolves #37796 vor 5 Jahren
  nickysn d8a9bd4da0 * synchronized with trunk vor 5 Jahren