- 04 Aug, 2014 3 commits
-
-
Matthias Braun authored
-
yb9976 authored
-
yb9976 authored
-
- 01 Aug, 2014 1 commit
-
-
yb9976 authored
This fixes opt/fehler262.c.
-
- 31 Jul, 2014 10 commits
-
-
Matthias Braun authored
This should fix the case where it would remove an unused PhiM in an endless loop (which is not correct).
-
Matthias Braun authored
A self-loop before the first real value was not recognized before and could lead to an invalid kept-PhiM removal.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
yb9976 authored
This fixes opt/fehler261.c.
-
- 30 Jul, 2014 11 commits
-
-
Matthias Braun authored
For details see endless loops section on the homepage.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
The semantics on when to set this flag were unclear, so there weren't any real users anyway.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
yb9976 authored
-
- 28 Jul, 2014 2 commits
- 25 Jul, 2014 4 commits
-
-
yb9976 authored
- Mux((a & 1) != 0, 0, b) => -a & b - Mux((a & 1) == 0, 0, b) => (a - 1) & b
-
yb9976 authored
-
yb9976 authored
-
Matthias Braun authored
-
- 24 Jul, 2014 2 commits
-
-
Matthias Braun authored
This should fix x86code/funcana_nowrite2.c
-
Matthias Braun authored
This should fix strange overly long immediate values emitted in the assembler sometimes.
-
- 22 Jul, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 21 Jul, 2014 5 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
-