- 15 Feb, 2007 2 commits
-
-
Christian Würdig authored
-
Matthias Braun authored
don't issue warnings for nodes that can still be reached through block out edges (as it's nearly impossible to avoid this situation)
-
- 14 Feb, 2007 12 commits
-
-
Christian Würdig authored
-
Christian Würdig authored
-
Christian Würdig authored
-
Matthias Braun authored
-
Matthias Braun authored
no need for kill_dead_nodes, use edges_deactivate; edges_activate if you need this functionality (but better fix your code)
-
Matthias Braun authored
no need for kill_dead_nodes, use edges_deactivate; edges_activate if you need this functionality (but better fix your code)
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Christian Würdig authored
-
Christian Würdig authored
-
Christian Würdig authored
-
- 13 Feb, 2007 2 commits
-
-
Christian Würdig authored
added comment
-
Christian Würdig authored
-
- 12 Feb, 2007 3 commits
-
-
Christian Würdig authored
-
Christian Würdig authored
-
Christian Würdig authored
-
- 11 Feb, 2007 5 commits
-
-
Christian Würdig authored
-
Christian Würdig authored
added simple dead node elimination
-
Christian Würdig authored
changed indent
-
Christian Würdig authored
-
Christian Würdig authored
-
- 09 Feb, 2007 16 commits
-
-
Christian Würdig authored
-
Christian Würdig authored
-
Christian Würdig authored
-
Christian Würdig authored
-
Christian Würdig authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Christian Würdig authored
-
Christian Würdig authored
-
Christian Würdig authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
- use mode_Iu for all nodes producing integer values (because registers are mode_Iu), this gives more possibilities for cse - use mode_D for all nodes producing float values, this gives more possibilities for cse - Introduce NoReg and Unknown nodes so we don't have strange projs from the start barrier - Rewrite transform phase: - while transforming we now build a completely new graph on a new irg (while looking at the old graph) - no need to transform constants in advance anymore - several smaller fixes+cleanups
-