- 28 Dec, 2014 1 commit
-
-
- 27 Dec, 2014 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 26 Dec, 2014 30 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
-
Christoph Mallon authored
-
Christoph Mallon authored
There are no tests for this, so nobody noticed that the result is broken.
-
Christoph Mallon authored
Now eat_immediate() simply returns, whether it was successful. So there is less code (duplication) and only one pass is necessary instead of two.
-
Christoph Mallon authored
Either it is not supported (-Address) or should not occur due to normalisation (Sub(x, Const)).
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 25 Dec, 2014 5 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
This hack had many unwanted effects where nodes following the IncSP were unnecessary delayed for a long time. We should rather improve the ia32 Push/Pop peephole optimizations.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-