- 23 Jul, 2015 1 commit
-
-
Matthias Braun authored
There is no node left that uses it.
-
- 15 Jul, 2015 6 commits
- 29 Jun, 2015 1 commit
-
-
Christoph Mallon authored
-
- 26 Jun, 2015 2 commits
- 09 Jun, 2015 3 commits
- 05 Jun, 2015 1 commit
-
-
yb9976 authored
-
- 01 Jun, 2015 3 commits
-
-
-
-
-(a & (-a)) -> a | (-a) -(a | (-a)) -> a & (-a)
-
- 11 May, 2015 2 commits
-
-
yb9976 authored
- 09 May, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 08 May, 2015 1 commit
-
-
yb9976 authored
This fixes opt/minus_zero.c.
-
- 07 May, 2015 1 commit
-
-
yb9976 authored
-
- 14 Apr, 2015 1 commit
-
-
Christoph Mallon authored
Strange casts may cause that a Load ends up with a method entity to load from.
-
- 11 Apr, 2015 5 commits
-
-
Christoph Mallon authored
This prevented optimizing x < 0 ? -1 : 0, when the result is unsigned.
-
Christoph Mallon authored
The same test is done by an enclosing if.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 10 Apr, 2015 9 commits
- 08 Apr, 2015 1 commit
-
-
Christoph Mallon authored
It is a sign extension when the operand is signed, not just when both the operand and the result are signed.
-
- 05 Apr, 2015 1 commit
-
-
Christoph Mallon authored
mode_b cannot/must be present in these places, otherwise the verifier would have complained.
-