- 31 Dec, 2014 40 commits
-
-
Matthias Braun authored
Also provide a cleaner, better documented and slightly faster implementation.
-
Matthias Braun authored
- block_strictly_dominates() is trivially to compute yourself anyway. - free_dom() and free_postdom() did not free any memory anyway and the irg_properties handling is performed by confirm_irg_properties() anyway.
-
Matthias Braun authored
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
There are no middleend jump nodes at this point anymore.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
The ILP blockscheduler couldn't create optimal schedules anyway (because we heuristically inserted loop breakers into the ILP)
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
We only use control flow scc analysis.
-
Matthias Braun authored
== and != comparisons are always lowered with the "or trick" so no need to have the other lowering code around.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-