- 05 Nov, 2012 20 commits
-
-
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.
-
Christoph Mallon authored
Before it was calculated from op_idx.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It is the same as N_ia32_st_REGS - depth.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Copy it before x87_kill_deads() instead of after it, so x87_kill_deads() does not need to conditionally copy it.
-
Christoph Mallon authored
Just flush the fp stack, only check for the correct number of fp values in debug builds.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 04 Nov, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 03 Nov, 2012 1 commit
-
-
Christoph Mallon authored
-
- 31 Oct, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
Now more than one node can be pushed through a Perm. After pushing the first node through a Perm, we next inspected the Perm itself (the new schedule predecessor of the moved node), which obviously cannot be pushed through itself.
-
- 30 Oct, 2012 1 commit
-
-
Christoph Mallon authored
Do not leave out the last (highest numbered) irg.
-
- 29 Oct, 2012 14 commits
-
-
yb9976 authored
-
Matthias Braun authored
some inputs had "no requirement" set instead of the correct one
-
Matthias Braun authored
-
Matthias Braun authored
irverify already checks the dominance property
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
(It was set to NULL in the past to support the STA-architecture, but that backend is not maintained anymore)
-
Matthias Braun authored
-
Matthias Braun authored
They were used to selectively disable parts of the algorithm for measurements in the paper. We now know that we always want them switched on so remove the switches to simplify the code.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
Because otherwise we confuse users with free_ir_graph vs. remove_irp_irg. Change it so that free_ir_graph also removes the graph from the irp list.
-
Matthias Braun authored
-