- 22 Jul, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 21 Jul, 2014 8 commits
-
-
Matthias Braun authored
We can now differentiate between objects with compound type and primitive type.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
yb9976 authored
This fixes opt/fehler260.c.
-
- 20 Jul, 2014 1 commit
-
-
Tobias Rapp authored
-
- 18 Jul, 2014 12 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
- We have no_write, pure and terminates now (terminates instead of has_loop means that more flags is more specific information, so the fixpoint algos are less confusing) - funccall ana also detects noreturn attribute now (but isn't optimizing it)
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
Value live_after() is a special case of the checks performed in values_interfere(). This commit extracts this code and use the new function where possible.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
We query liveness from the irg on demand now.
-
Matthias Braun authored
Move the values interfere function to belive.h, move the inline implementation into belive.c
-
Matthias Braun authored
- Remove value_dominates_intrablock()/value_strictly_dominates_intrablock() and use sched_comes_before() instead - Use bool instead of int return types. - Assert that we don't check if a node interferes with itself as that is nearly always a bug in the code.
-
- 16 Jul, 2014 3 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 14 Jul, 2014 2 commits
- 11 Jul, 2014 7 commits
- 10 Jul, 2014 1 commit
-
-
Andreas Fried authored
-
- 09 Jul, 2014 1 commit
-
-
Martin Haaß authored
-
- 08 Jul, 2014 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
- the linked lists are introduced to get a deterministic order - irnodehashmap instead of set should be slightly faster
-
Matthias Braun authored
-