Commit History

Автор SHA1 Съобщение Дата
  pierre 39896a1b11 Destroy tfornode class loopiteration field if assigned преди 4 години
  Jonas Maebe 9977889f4a * fix finally block getting unconditionally removed if try-block is empty преди 4 години
  florian a32a870f33 * another loop counter copying fix преди 4 години
  florian c4ddb94cb4 * remove nf_write from the counter node when converting for loops into while loops if the counter is only read преди 4 години
  yury 75491ae21c * Removed/ifdefed the assigned and unused variables. преди 4 години
  yury 0a021be803 * Corrected visibility of overridden methods. преди 4 години
  florian 16f201292c + remove try ... finally statements if the finally block is empty преди 4 години
  florian 0fd7a5cb1f * lines with 255 chars a little bit long, reformated them преди 4 години
  florian 6db164c993 * min/max optimization needs to check both operands of the if condition, even if no else-statement is passed, resolves #38249 преди 4 години
  florian 6d7d567a25 * min/max optimization on x86 can be applied now without fastmath as NaN is handled properly now преди 4 години
  florian 88a0d4d64b + optimize if x>a then x:=a; into min(a,x);, similiar for max преди 4 години
  florian 3707cb4b1e * handle min/max properly if it is applied to NaNs преди 4 години
  florian 8d238cfaa1 * limit min/max optimization to fastmath for now, as the NaN handling is not working yet преди 4 години
  florian d49453edba * quick fix for llvm compilation преди 4 години
  florian 1a9678f4c4 + min/max support for x86 преди 4 години
  florian 4f3271500a * (modified) patch by Christo Crause: ESP8266 doesn't support min/max instructions, resolves #38175 преди 4 години
  florian 19ce665b3d * compilation fixed преди 4 години
  florian 57dc416d96 + replace appropriate if statements by min/max intrinsics преди 4 години
  florian 878f6d9ce4 * allow generic parameters as iterator variable in for in loops, resolves #38050 преди 4 години
  florian e1536bdf26 * when implicit try...finallys are turned off, do not throw an error if a procedure преди 5 години
  florian 0bdc1fdea4 * do not set nonlocal for inter-procedural labels, this is not needed, they use преди 5 години
  florian 61d44bba17 * allow iso gotos within a procedure преди 5 години
  svenbarth 55c1ecedac * set implicitframe for copied tryfinally nodes as well преди 5 години
  florian aca9727418 + OptimizeForLoop: convert for-loops into zero-based backward for-loops if possible, for most architectures, this results in simpler code преди 5 години
  florian 1486ab7c70 * do not throw a warning about unreachable code if the responsible node was generated internally преди 5 години
  florian 22197641b8 * last commit fixing calculation of do_loopvar_at_end was not complete, преди 5 години
  florian 74272975af * do_loopvar_at_end is not possible if the loop counter would overflow with преди 5 години
  florian 069e040e49 * do for-loop unrolling after for-loop simplification, resolves #36589 преди 5 години
  florian 2f2b378c03 * moved conversion of for into while loops in a separate pass, so node optimizations on the node tree can be преди 5 години
  florian f424ae3929 - cleanup comment преди 5 години