- 10 Mar, 2014 1 commit
-
-
yb9976 authored
This fixes opt/loadstore5.c.
-
- 07 Mar, 2014 7 commits
-
-
Matthias Braun authored
Previously a Bad node was returned which could hide problems and more importantly you create new nodes (the BadBB) in an operation that apparently only queries the graph.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 06 Mar, 2014 11 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
yb9976 authored
-
Christoph Mallon authored
It just calls optimize_graph_df(). Its documentation was that of optimize_graph_df() anyway.
-
Christoph Mallon authored
-
- 05 Mar, 2014 6 commits
-
-
Tobias Rapp authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
You can always revive it from older revision, although I would strongly suffest to start from scratch.
-
Matthias Braun authored
This rule produces more nodes than before and is therefore very dangerous. The original argument that localopt rules will revert this in non-profitable cases is not good enough as in combination with CSE, etc. not everything will get reverted. In the future someone could write an analysis that can detect cases where the rule will have a positive effect and reenable it for these cases.
-
- 04 Mar, 2014 15 commits
-
-
Christoph Mallon authored
-
yb9976 authored
This fixes opt/fehler235.c.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It is unused and anyway redundant due to the given ir_node*.
-
Christoph Mallon authored
There is an explicit irg available here.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Also call optimize_node() instead of only calling transform_node_*() or doing nothing.
-
Christoph Mallon authored
-