- 31 Dec, 2014 18 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
We only use control flow scc analysis.
-
Matthias Braun authored
== and != comparisons are always lowered with the "or trick" so no need to have the other lowering code around.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
This avoids constant testing whether an output buffer was specified or the global accumulation buffer should be used. Also remove pointless return values.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 30 Dec, 2014 22 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Projs are not scheduled anymore for a long time.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
These are remnants from back when the prologue was added early and scheduling was not done, yet. They were there to help the scheduler not to move an IncSP before the copy from sp to bp and thus having two values in sp live at the same time.
-
Christoph Mallon authored
Directly use in_reqs => [ ... ], out_reqs => [ ... ].
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
They only produce a single result and having mode_T is unnecessary. This could be improved, i.e. use both results. But I just corrected the current usage.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
- Add several new tests - Move some tests from tarval_floatops to the improved "framework" in tarval_calc
-