- 27 Jul, 2015 1 commit
-
-
Christoph Mallon authored
Now register requirements always have have a register class. This is more consistent and removes some null pointer checks.
-
- 01 Jul, 2015 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
- Rename other_different field to must_be_different - Remove arch_register_req_type_must_be_different, it's enough to see if the must_be_different field is not zero.
-
Matthias Braun authored
- Rename other_same field to should_be_same. - Remove arch_register_req_type_other_same, it's enough to see if the should_be_same field is not zero.
-
- 19 Jun, 2015 5 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 24 May, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 21 Jan, 2015 1 commit
-
-
Christoph Mallon authored
When there is a must_be_different constraint, it must be handled. The mode of the value should not influence this. This was some very old code.
-
- 19 Jan, 2015 1 commit
-
-
Christoph Mallon authored
-
- 18 Jan, 2015 8 commits
-
-
Christoph Mallon authored
This should hold now that no more empty spill infos are generated for Phi arguments.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This removes the last attributes from struct arch_env_t.
-
Christoph Mallon authored
be: Move the info about the register classes and registers struct the arch_env_t into struct arch_isa_if_t.
-
Christoph Mallon authored
Just use the selected isa interface directly.
-
- 10 Jan, 2015 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 30 Dec, 2014 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 29 Dec, 2014 4 commits
-
-
Christoph Mallon authored
-
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
-
Matthias Braun authored
-
- 28 Dec, 2014 2 commits
-
-
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
-
- 26 Dec, 2014 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Rematerialisations involving multiple nodes and Projs (e.g. Proj->Load) got miscounted. Now a rematerialization always counts as 1.
-
Christoph Mallon authored
The node was just created, so it is not scheduled.
-
- 13 Nov, 2014 1 commit
-
-
Christoph Mallon authored
-
- 18 Oct, 2014 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-