- 06 Dec, 2015 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 05 Dec, 2015 3 commits
-
-
Christoph Mallon authored
Except for two users, all users add 1 immediately anyway. Of the two exceptions one of them (in kill_unused_stacknodes()) is wrong, so this is now corrected. The other one is exchange(), which now just uses ->in, which is fine, since it handles node interna anyway.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 04 Dec, 2015 3 commits
-
-
Christoph Mallon authored
-
yb9976 authored
-
yb9976 authored
This fixes backend/sparc_mode.c on SPARC and ARM.
-
- 03 Dec, 2015 5 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Now the ls_mode is respected by default, wich is more sensible, and '#' is used to emit a 32 bit register.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 02 Dec, 2015 4 commits
- 20 Nov, 2015 3 commits
- 18 Nov, 2015 1 commit
-
-
yb9976 authored
-
- 12 Nov, 2015 1 commit
-
-
Christoph Mallon authored
-
- 06 Nov, 2015 3 commits
- 05 Nov, 2015 2 commits
- 03 Nov, 2015 1 commit
-
-
Christoph Mallon authored
When distributing Conv over a Sub, build a new Sub, not an Add.
-
- 29 Oct, 2015 1 commit
-
-
yb9976 authored
-
- 27 Oct, 2015 5 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
yb9976 authored
-
yb9976 authored
We now restart the optimization as soon as we changed an operand or the relation. This makes the whole optimization less error-prone. This fixes opt/fehler309.c.
-
yb9976 authored
This allows the use the function in more cases.
-
- 23 Oct, 2015 2 commits
- 20 Oct, 2015 1 commit
-
-
Matthias Braun authored
The involved conversion are all same size and won't create extra target instructions. So we can safely perform the transformtion at the Add/Sub level to get a normalizing effect. This also fixes a problem where an AddP was constructed with the wrong offset_mode. This fixes firm-testsuite/opt/fehler307.c
-
- 19 Oct, 2015 1 commit
-
-
Matthias Braun authored
-