Historie revizí

Autor SHA1 Zpráva Datum
  florian b8a4a72760 * properly process all child nodes of call nodes in foreachnode, resolves #40957 před 11 měsíci
  J. Gareth "Curious Kit" Moreton a91c1ab627 * Added new node utility function to search for nodes of a specific type in a node tree před 1 rokem
  florian dd26c1502c * estimate complexity of ordconst node better on RiscV před 1 rokem
  florian f29ff58ab9 + get_int_value před 1 rokem
  J. Gareth "Curious Kit" Moreton 2b7df4237b * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute před 1 rokem
  J. Gareth "Curious Kit" Moreton b804fc5164 * Flags specific to TAddNode have been moved to their own field před 1 rokem
  florian 3db1415a44 * generate correct dfa for subroutines declared as safecall před 2 roky
  florian 5670a7543c * properly reset nf_write/nf_modify flags for min/max inline nodes, needed by dead store optimization, resolves #39958 před 3 roky
  florian e024fdc5d7 * cleanup před 3 roky
  florian f2a5bf17fc * improves node complexity calculations před 3 roky
  Sven/Sarah Barth 2cc621618a * Delphi-mode calling without parenthesis před 4 roky
  florian e0a1bc6675 + optimize (a and b) or (c and not(b)) into c xor ((c xor a) and b) před 4 roky
  Jonas Maebe 8ba4c4bcf0 * factored out the creation of loadnodes for special variables/parameters před 4 roky
  Jonas Maebe 5d51a788f7 - revert r47208 před 4 roky
  florian 57dc416d96 + replace appropriate if statements by min/max intrinsics před 4 roky
  pierre bf5b85e5e5 Also look for function name of 'result' is not found in load_result_node před 5 roky
  florian 6fc930a0fc * better complexity calculation of tvecnodes před 5 roky
  Jonas Maebe a88288bab3 - reverted r46457, accidentally committed (breaks -Oooptcse) před 5 roky
  Jonas Maebe f26735fc77 * execute the tempinitcode whent the tempcreate node gets processed rather před 5 roky
  florian ff34fb1645 * better complexity handling of mul, slash, div, mod před 5 roky
  florian 5da913de0e * float operations can have an exception as a side effect, resolves #37398 před 5 roky
  florian 8738b4b47f + might_have_sideeffects checks also if the tempinitcode of a tempref node might have side effects před 5 roky
  florian b3817f6d92 * slash and divn might have an exception as side effect před 5 roky
  florian b80d051249 * make fparainit and fparacopyback public před 5 roky
  florian e3870079b2 * remove tempref mess for simple inlined functions před 5 roky
  florian 0f06a7205b * do not create full copies of objects when object checking is on, resolves #36863 před 5 roky
  florian 424c8a0ac0 * simple record accesses have not side effects před 5 roky
  florian 9819df6fe1 * calculate complexity of an rtti node correctly před 5 roky
  florian 5a87855b06 + might_have_sideeffects takes care of vo_volatile now (it is not exposed yet) před 5 roky
  florian d479069f8c * might_have_sideeffects takes care of absolute před 5 roky