Commit History

Author SHA1 Message Date
  florian a537134603 * set result of ResetDFA, resolves #12757 16 years ago
  florian 0b5951fa14 + first full implementation of induction variable strength reduction 17 years ago
  florian 1c0bd054f4 + tfornode.simply which removes for loops being never executed 17 years ago
  florian 369ed493f2 * new node flag nf_modify to mark nodes being read and then written by one load node 17 years ago
  florian b180643381 * handle more nodes when creating life info 17 years ago
  florian 8cc0a04db5 * handle exit(<expr>) correctly in the dfa, resolves #11848 17 years ago
  florian a2ac6c698d * fixed dfa for raise nodes 18 years ago
  florian b6cca14944 * proper handling of dummy result node in dfa, resolves #8717 and #8079 18 years ago
  florian 63b35fdb2e + give more sophisticated warnings about uninitalized variables when life info is available 18 years ago
  florian 2761b9e096 * life info generation works for the whole compiler if exception catching blocks are ignored 18 years ago
  florian 496d73dc9d + dfa for more node types 18 years ago
  florian d469e3a7ef + do life dfa for exit 18 years ago
  florian c0d27b5482 * life info dfa for break and continue 18 years ago
  florian 62d54389c8 + life dfa for if, label and goto 18 years ago
  florian 45cda67f3f + first basically working (not all node types yet) dfa implementation determining life information 18 years ago
  florian 867e00dee3 * backup commit of more dfa stuff 18 years ago
  florian 87bdf13f9f + first draft for dfa 18 years ago