- 29 Dec, 2014 37 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
All users construct their Keeps in one go.
-
Christoph Mallon authored
In particular create Keeps for mode_T nodes in one go instead of adding one Proj to the Keep after another.
-
Christoph Mallon authored
-
Christoph Mallon authored
The missing keeps walker does this for us.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
new_ir_node() already does, now init_node_attr() does, too.
-
Christoph Mallon authored
It was only used in one place, where it is easily replaced.
-
Christoph Mallon authored
be_Return is no more.
-
Christoph Mallon authored
There is no legitimate reason for an outside user to change the op of a node. Even internally it should be used less, i.e. only for Deleted, Id and Tuple.
-
Christoph Mallon authored
The nodes in question already have this op. This is some legacy when there were Conv_I2I and Conv_I2I8Bit.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
amd64, ia32: Encode the length of the constraint list in the type instead of relying on matching magic numbers.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
Remove the unused OVERFLOW_SATURE case and switch the type to a simple wrap_on_overflow bool.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
This first version should perform similar to the support in the ia32 backend, but needs more work to add amd64 specific immediate types.
-
Matthias Braun authored
-
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 3 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
-