- 13 Mar, 2014 5 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Use the _r variants of set_cur_block() and [gs]et_value().
-
Christoph Mallon authored
- Do not handle Bad. This is done by unreachable code elimination. - Handle NoMem.
-
- 12 Mar, 2014 5 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
yb9976 authored
-
yb9976 authored
-
- 11 Mar, 2014 2 commits
- 10 Mar, 2014 2 commits
- 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 2 commits
-
-
Christoph Mallon authored
-
yb9976 authored
This fixes opt/fehler235.c.
-