- 31 Oct, 2014 20 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It is unused.
-
Christoph Mallon authored
Just use get_entity_initializer() instead.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
new_ir_node() handles oparity_dynamic correctly.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Just do the check in the corresponding implementation of arch_perform_memory_operand().
-
yb9976 authored
This fixes several tests on ARM.
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
This fixes opt/fehler282.c.
-
- 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 1 commit
-
-
yb9976 authored
-