- 16 Feb, 2011 8 commits
-
-
Michael Beck authored
This optimization is unsafe and breaks Load-Store-optimization. It is not enough that both loads are connected by the memory edge, if one Load has an exception-edge, they cannot be parallelized, because this would destroy exception order. load-store-opt handle this case and many others, but expect all Loads in order yet. opt_parallelize_mem() does this optimization in a wider range. [r28385]
-
Michael Beck authored
All leaders of a partition must have the same opcode, which is the pair of <irn_opcode, ir_mode> in Firm. [r28384]
-
Matthias Braun authored
[r28383]
-
Matthias Braun authored
[r28382]
-
Matthias Braun authored
[r28381]
-
Andreas Zwinkau authored
[r28379]
-
Andreas Zwinkau authored
[r28378]
-
Andreas Zwinkau authored
Was used by the (removed) ILP scheduler. Dead code now. [r28377]
-
- 11 Feb, 2011 11 commits
-
-
Michael Beck authored
[r28375]
-
Michael Beck authored
[r28374]
-
Michael Beck authored
[r28373]
-
Matthias Braun authored
[r28372]
-
Matthias Braun authored
[r28371]
-
Michael Beck authored
[r28369]
-
Michael Beck authored
There seems to be no "open" methods at all (at least now, this concept seems to be dead). [r28368]
-
Matthias Braun authored
[r28367]
-
Michael Beck authored
Check for mode int on several places where Div nodes are handled: - fixed arch_dep_replace_div_by_const() (works for int only) - fixed constant folding for Div nodes (different for float and int) - fixed transform_node_Div() (some code pathes allowed only for int) - fixed comment and one missing check in Div mode verifycation [r28366]
-
Michael Beck authored
[r28365]
-
Michael Beck authored
[r28364]
-
- 10 Feb, 2011 1 commit
-
-
yb9976 authored
[r28361]
-
- 09 Feb, 2011 9 commits
-
-
Matthias Braun authored
[r28346]
-
Matthias Braun authored
[r28345]
-
Matthias Braun authored
[r28344]
-
Matthias Braun authored
[r28343]
-
Matthias Braun authored
[r28342]
-
Matthias Braun authored
[r28341]
-
Matthias Braun authored
[r28340]
-
Matthias Braun authored
[r28339]
-
Michael Beck authored
[r28338]
-
- 08 Feb, 2011 2 commits
-
-
Matthias Braun authored
[r28337]
-
Matthias Braun authored
[r28336]
-
- 06 Feb, 2011 8 commits
-
-
Christoph Mallon authored
[r28334]
-
Christoph Mallon authored
Add a hint about the infamous pn_Cmp_Lg/Ne mixup in the assertion message of verify_node_Proj_Cmp(). [r28333]
-
Christoph Mallon authored
[r28332]
-
Christoph Mallon authored
[r28331]
-
Christoph Mallon authored
[r28330]
-
Christoph Mallon authored
[r28329]
-
Michael Beck authored
Additionally - switched the type of a visitor counter to ir_visited_t - add some doxygen docu [r28328]
-
Michael Beck authored
Additionally: - rename some variables to reflect its content - add some doxygen comments [r28327]
-
- 05 Feb, 2011 1 commit
-
-
Christoph Mallon authored
[r28310]
-