- 12 Nov, 2014 15 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Do not insert instructions, which need to be simulated afterwards. The only case, which did this, (80bit float/64bit int store with full stack) handles the inserted node locally now.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This place is more natural, because fpop usually happens after an operation.
-
Christoph Mallon authored
ia32: Simplify initial check, whether there are values to remove from the fp stack in x87_kill_deads().
-
Christoph Mallon authored
-
Christoph Mallon authored
x87_create_fpop() already keeps the added fstp.
-
Christoph Mallon authored
To remove dead values from the fp stack, it is not necessary to generate any fxch instructions. fstp can remove any value from the stack.
-
Christoph Mallon authored
-
- 11 Nov, 2014 9 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This way there is one central place to check that the out_count is sane.
-
- 10 Nov, 2014 7 commits
-
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 09 Nov, 2014 3 commits
-
-
Matthias Braun authored
The operation that function did was trivial, not abstracting it avoids repeated get_irn_edge_info() calls in some cases.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Nov, 2014 5 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
new_ir_node() correctly handles oparity_dynamic.
-
Christoph Mallon authored
-
yb9976 authored
-
yb9976 authored
This fixes opt/fehler283.c.
-
- 31 Oct, 2014 1 commit
-
-
Christoph Mallon authored
-