- 14 Mar, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 13 Mar, 2014 1 commit
-
-
Christoph Mallon authored
-
- 12 Mar, 2014 1 commit
-
-
Christoph Mallon authored
-
- 07 Mar, 2014 3 commits
-
-
Matthias Braun authored
Previously a Bad node was returned which could hide problems and more importantly you create new nodes (the BadBB) in an operation that apparently only queries the graph.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 06 Mar, 2014 3 commits
-
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 05 Mar, 2014 1 commit
-
-
Tobias Rapp authored
-
- 04 Mar, 2014 7 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 03 Mar, 2014 2 commits
-
-
Tobias Rapp authored
-
yb9976 authored
-
- 02 Mar, 2014 3 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 28 Feb, 2014 2 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 27 Feb, 2014 1 commit
-
-
Matthias Braun authored
-
- 25 Feb, 2014 5 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Matthias Braun authored
Didn't notice this before because gcc doesn't report a warning for this, clang does.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 21 Feb, 2014 2 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 20 Feb, 2014 1 commit
-
-
Tobias Rapp authored
Apparently it is optional on linux (just often used because the RIP encoding is often shorter than a global encoding).
-
- 18 Feb, 2014 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
This commit does: - Remove tarval_reachable+tarval_unreachable, dataflow analysis rather use top/bottom instead of other special values. - Rename tarval_undefined to tarval_unknown as it corresponds to the Unknown node (=a value which we don't know) - Remove predefined tarval_top/tarval_bottom from tv.h and place the defines into combo.c - Change compute_XXX constant folding functions to return tarval_unknown instead of tarval_bad if folding failed - compute_Unknown in combo results in tarval_bottom == tarval_unknown this eliminates strange special cases in the Cond/Switch rules and the now unnecessary cprop_X list.
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 17 Feb, 2014 1 commit
-
-
Christoph Mallon authored
-
- 16 Feb, 2014 1 commit
-
-
Matthias Braun authored
-