- 02 Dec, 2012 1 commit
-
-
Christoph Mallon authored
-
- 26 Nov, 2012 1 commit
-
-
Matthias Braun authored
-
- 12 Nov, 2012 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 13 Jul, 2012 1 commit
-
-
Christoph Mallon authored
-
- 15 Jun, 2012 2 commits
-
-
Matthias Braun authored
The opt_manage framework didn't really do much except assuring that some analysis info is computed before a pass starts. We can achieve this simpler by providing an assure_irg_properties function. This commit also fixes some places where analysis info was potentially not invalidated before.
-
Matthias Braun authored
graph_properties are things that a transformation may destroy but which can be easily recalculated. graph_constraints are set after lowering phases have been running and forbid certain constructs that no (later) transformation is allowed to construct
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 02 Nov, 2011 1 commit
-
-
Matthias Braun authored
This is the new way of handling switch-jumps. The node contains a table which maps (ranges of) input values to proj numbers. Compared to a Cond-node this results in a clean consecutive sequence of Proj numbers (no searching for a free number for the default_pn anymore) and allows factoring multiple cases jumping to the same block in a single Proj (though we still need the optimisation in cfopt for that).
-
- 20 Sep, 2011 2 commits
-
-
Matthias Braun authored
some were missing anyway and nobody is using the global declarations anyway
-
Matthias Braun authored
-
- 15 Sep, 2011 1 commit
-
-
yb9976 authored
-
- 14 Sep, 2011 1 commit
-
-
Andreas Zwinkau authored
Converted: ifconv, boolopt, combo, fpvrp, ldst, code placement, jumpthreading, deconv, parallelize mem, loop, scalar replacement, cfopt.
-
- 10 Jun, 2011 2 commits
-
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
This reverts commit 2dc83299. The commit made jumpthreading "more conservative", which fixed the problem. However, it is not a good solution in general. We need a bigger rewrite of opt/jumpthreading, so it analyzes then modifies the graph instead of on-the-fly changes. This prevents the infinite loop, which would e.g. happen with such a cf graph: \ A \ A __\ | __\ | | B | => | B | => ... | / \ | | / \ | | D | | E | | \| | \| \ C \ D \___/ \ / \_C Breaks opt/jumpthreading5 and opt/jumpthreading5b
-
- 08 Jun, 2011 1 commit
-
-
Andreas Zwinkau authored
* the splitted edge is never critical, so the name was misleading * it might result in an infinite loop fixes opt/jumpthreading5 and opt/jumpthreading5b
-
- 18 May, 2011 1 commit
-
-
Andreas Zwinkau authored
-
- 09 May, 2011 2 commits
-
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
- 06 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 05 May, 2011 1 commit
-
-
Andreas Zwinkau authored
jump threading must also copy Keep edges to keep End reachable.
-
- 28 Apr, 2011 1 commit
-
-
Matthias Braun authored
See http://www.libfirm.org/Unreachable_Code for details
-
- 21 Apr, 2011 1 commit
-
-
Andreas Zwinkau authored
-
- 20 Apr, 2011 2 commits
- 28 Feb, 2011 1 commit
-
-
Matthias Braun authored
-
- 27 Dec, 2010 1 commit
-
-
Michael Beck authored
[r28198]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 08 Oct, 2010 3 commits
-
-
Michael Beck authored
[r28077]
-
Michael Beck authored
[r28075]
-
Matthias Braun authored
[r28062]
-
- 06 Oct, 2010 2 commits
-
-
Matthias Braun authored
cleanup ircons code; add current_ir_graph independent construction bits; new_ir_graph does not set current_ir_graph anymore [r28042]
-
Matthias Braun authored
[r28035]
-
- 22 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r28020]
-
- 20 May, 2010 1 commit
-
-
Jonas Fietz authored
VRP/jumpthreading: In the case of a calculated Lg-eval, the optimization sometimes assumed a false result. [r27568]
-
- 13 Feb, 2010 2 commits
-
-
Christoph Mallon authored
[r27153]
-
Christoph Mallon authored
[r27145]
-
- 10 Feb, 2010 1 commit
-
-
Jonas Fietz authored
This uses the vrp information to expand the handling for constants to handling ranges as well. [r27098]
-
- 17 Aug, 2009 2 commits
-
-
Michael Beck authored
- add an irg_verify_pass() [r26374]
-
Michael Beck authored
- add more passes [r26366]
-