- 25 Nov, 2012 27 commits
-
-
Christoph Mallon authored
It only measures initializing a single struct.
-
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
It is always the same as the irn of the corresponding insn.
-
Christoph Mallon authored
Simply return no insn, if it has no constraints.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
bechordal: Simplify get_next_free_reg() by priming the set of available registers only with the allocatable registers.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
The only user of this information (bechordal) can just check the register requirement type.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
beirgmod: Do not set registers for the Perm results in insert_Perm_before() just to clear them afterwards.
-
Christoph Mallon authored
This was missed when changing insert_Perm_after() to insert_Perm_before().
-
Christoph Mallon authored
The only user of this information (bechordal) can just check, whether a register is assigned.
-
Christoph Mallon authored
arch_register_type_virtual is sufficient.
-
Christoph Mallon authored
They must match, even for joker registers.
-
- 24 Nov, 2012 13 commits
-
-
Christoph Mallon authored
bearch: Assert, instead of test, that the register requirement is not arch_register_req_type_none in arch_reg_is_allocatable(). If it is, 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
Projs are not scheduled, so they will fail this test later on.
-
Christoph Mallon authored
-
Christoph Mallon authored
-