- 26 Nov, 2012 7 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Profiling uses a magic function named mcount. When profiling libFirm, these two symbols with the same name lead to strange problems.
-
- 25 Nov, 2012 32 commits
-
-
Christoph Mallon authored
rbitset: Handle the edge case that the start position equals the end position in rbitset_next_max(). This fixes rbitset_foreach().
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
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 1 commit
-
-
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.
-