- 31 Oct, 2014 2 commits
- 29 Oct, 2014 4 commits
-
-
yb9976 authored
This fixes opt/fehler281.c.
-
yb9976 authored
This fixes opt/fehler278.c.
-
yb9976 authored
Since safely iterating over out edges caches the next edges, we cannot recursively move Proj nodes along with their operands. If the Proj node is the cached one this causes the out edges to suddenly iterate over another block. This fixes opt/fehler279.c and opt/fehler280.c.
-
yb9976 authored
-
- 27 Oct, 2014 15 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
All backends emit nothing for Phis and be_Keeps, so set this centrally.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
All backends have their own transformers.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
irnode: When deciding to use an ARR_F for the in-array, check for oparity_dynamic instead of hard-coding End and Sync.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 24 Oct, 2014 3 commits
- 22 Oct, 2014 14 commits
-
-
Christoph Mallon authored
They are remnants from the first if-conversion implementation.
-
Christoph Mallon authored
Most others were unused and removed already. These three were used, but lost their meaning long ago when the users of the others were removed.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This also condenses double spaces at the end of verbose asm comments, which have no debug location.
-
Christoph Mallon authored
-
Christoph Mallon authored
The location of the value is more sensible than the location of the condition.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
In comparsion with And + Add this saves one instruction, because we can keep the -1 and need no And.
-
Christoph Mallon authored
-
Christoph Mallon authored
All CopyBs and Stores have call_mem as operand, so having an explicit call_mem operand is unnecessary.
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 21 Oct, 2014 1 commit
-
-
yb9976 authored
This fixes opt/fehler275.c.
-
- 19 Oct, 2014 1 commit
-
-
Christoph Mallon authored
This unifies several locally defined macros.
-