Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe 170ec00348 - removed withnode (was no longer used since a very long time) vor 6 Jahren
  pierre 8cd55d4603 Use longint type instead of AWord for Initial parameter in CalcExecutionWeigths (to avoid range error for avr compiler) vor 6 Jahren
  yury bf4eda478d * SetExecutionWeight(): Set execution weight also for nodes with special handling. Minor code cleanup/improvements. vor 6 Jahren
  florian 75251913b1 * properly pass execution weight in SetExecutionWeight vor 7 Jahren
  florian 5dda0f5c74 * patch by Pierre to fix warnings which prevent cross building vor 7 Jahren
  florian f08d3fdf8f * moved execution weight calculation into a separate pass, so the info is available already available before the code generation pass if needed vor 7 Jahren
  florian 730a3c2666 + PrintNodeDFA writes also the defsum vor 9 Jahren
  florian b1ee6f282c * set successor node for load nodes as well, they can be generated when inlining vor 11 Jahren
  florian 99eadb91b3 * run CheckAndWarn to get proper locations for warnings about uninitialized variables vor 11 Jahren
  florian 89f34965e9 * fix dfa of for nodes, loopiteration node introduced to get proper life information for the loop vor 11 Jahren
  florian 1f05011113 * set successor of blocknodes properly vor 11 Jahren
  florian b3c2a8ddb1 * set always resultnode as last node vor 11 Jahren
  florian 0af7a6f92c + has_life_info vor 12 Jahren
  florian 709ba5e053 + introduce cnf_call_never_returns to signal the dfa if a call node never returns vor 12 Jahren
  florian db196d76c2 + strength reduction for array accesses inside for loops vor 17 Jahren
  florian 61dbf89bdb * set successor properly for for-nodes vor 17 Jahren
  florian 63b35fdb2e + give more sophisticated warnings about uninitalized variables when life info is available vor 18 Jahren
  florian 2761b9e096 * life info generation works for the whole compiler if exception catching blocks are ignored vor 18 Jahren
  florian 496d73dc9d + dfa for more node types vor 18 Jahren
  florian d469e3a7ef + do life dfa for exit vor 18 Jahren
  florian 62d54389c8 + life dfa for if, label and goto vor 18 Jahren
  florian 45cda67f3f + first basically working (not all node types yet) dfa implementation determining life information vor 18 Jahren
  florian 867e00dee3 * backup commit of more dfa stuff vor 18 Jahren
  florian 87bdf13f9f + first draft for dfa vor 18 Jahren