- 29 Dec, 2014 7 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
This replaces ia32_ProduceVal/arm_EmptyReg. You should avoid using this node in general, but there are some cases where you need it to fixup nodes that are not register pressure faithful.
-
Matthias Braun authored
-
Matthias Braun authored
The common_transform stuff was meant to be reused by the PBQP code selection which is not maintained anymore.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 28 Dec, 2014 6 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
The only user should be an arch_add_irn_flags() instead. It was harmless though, because no other flags were set.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
-
- 27 Dec, 2014 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 26 Dec, 2014 23 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
Each Bad node has a proper mode now.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Rematerialisations involving multiple nodes and Projs (e.g. Proj->Load) got miscounted. Now a rematerialization always counts as 1.
-
Christoph Mallon authored
Resetting a node's schedule info and not properly removing it from the schedule is questionable anyway.
-
Christoph Mallon authored
The node was just created, so it is not scheduled.
-
Christoph Mallon authored
-
Christoph Mallon authored
Since the prologue is added late, there are no Save nodes during transformation.
-
Christoph Mallon authored
-
Christoph Mallon authored
Since the epilogue is added late, there are no Leave nodes during transformation.
-
Christoph Mallon authored
This is the same correction as for ia32. First construct all epilogues, then the prologue. Check there, whether the IncSP has no users and add a keep edge in that case.
-
Christoph Mallon authored
If the start node was deleted, something is very wrong.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-