- 09 May, 2011 2 commits
-
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
when calling exchange, set_irn_n, or set_irn_in. fixes backend/inconsistent_outs test case
-
- 06 May, 2011 18 commits
-
-
Christoph Mallon authored
-
Andreas Zwinkau authored
They were commented out in commit c4686a6b
-
Andreas Zwinkau authored
Also bugfix: The second case used uninitialized memory for the Bad's mode.
-
Andreas Zwinkau authored
Some Bads were not maintained in cfopt
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
This reverts commit bcaf3e7900158f4fd3c64dda9ff2d11d652ec474, because the removed assert now holds again.
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
This also ensures the invariant that at least 1 block in an endless loop is kept.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
optimize_graph_df: iterate marking of unreachable blocks to guarantee that all unreachable code is killed
-
- 05 May, 2011 8 commits
-
-
Christoph Mallon authored
-
yb9976 authored
This fixes opt/fehler186.c and ack/test2.c.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Andreas Zwinkau authored
Memory loops without Phis can occur in unreachable code. Make ldstopt handle this by ignorance.
-
Andreas Zwinkau authored
jump threading must also copy Keep edges to keep End reachable.
-
Matthias Braun authored
-
- 04 May, 2011 11 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Ensure that the result of a node is undefined if any of its operands is undefined (except for phis) or if its block is unreachble.
-
Christoph Mallon authored
-
Christoph Mallon authored
Correctly handle the case that unreachble blocks are not necessarily replaced before the nodes they contain.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Matthias Braun authored
-
- 03 May, 2011 1 commit
-
-
Michael Beck authored
One more condition is needed to ensure monotony.
-