- 12 Nov, 2012 4 commits
-
-
Christoph Mallon authored
Let the emitter handle printing the r by checking the assigned registers.
-
Christoph Mallon authored
out cannot be null.
-
Christoph Mallon authored
Simulating it as normal binop does only work in one special case. It lacks the reverse form and selecting the second operand register. So in many cases invalid code was generated silently.
-
Christoph Mallon authored
-
- 11 Nov, 2012 12 commits
-
-
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
-
- 10 Nov, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It is just the sum of family and extended family.
-
- 09 Nov, 2012 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 08 Nov, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It is the job of the frontend to keep loops. These hacks here only worked for some, but not all cases. In particular a more clever SSA-construction algorithm might not place redundant PhiMs, which would render memory before memory-less loops unkept.
-
- 07 Nov, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
get_irn_op_() checks the same.
-
Christoph Mallon authored
-
- 05 Nov, 2012 12 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
sched_add_after() checks this, too.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
I wonder, how long this code was not executed.
-
Christoph Mallon authored
Use edges_reroute_except() instead of edges_reroute() to avoid fiddling with the memory input of the inserted vfld.
-
Christoph Mallon authored
-
Christoph Mallon authored
- The src irn of a edge cannot be null. - A node cannot be after itself in the schedule, so the later test will fail.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Always inserting before the cf node results in the same order as first inserting before the cf node and then inserting after the last inserted node.
-