- 04 Mar, 2014 6 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Also call optimize_node() instead of only calling transform_node_*() or doing nothing.
-
Christoph Mallon authored
-
- 03 Mar, 2014 4 commits
-
-
Tobias Rapp authored
-
yb9976 authored
-
yb9976 authored
This time care for used constbits.
-
yb9976 authored
-
- 02 Mar, 2014 3 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 28 Feb, 2014 4 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
yb9976 authored
This fixes opt/fehler234.c.
-
- 27 Feb, 2014 5 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 25 Feb, 2014 18 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
- Managed resources within the analysis itself - Let constbits take care of the obstack to store the bit information
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
Mux((a & (1 << c)) != (b & (1 << c)), 0, 1) => (a ^ b) >> c.
-
Matthias Braun authored
Didn't notice this before because gcc doesn't report a warning for this, clang does.
-
Matthias Braun authored
-