Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ART: Boolean simplifier fix | Serguei Katkov | 2015-07-16 | 1 | -5/+0 |
* | Recompute dominator tree after DCE. | Nicolas Geoffray | 2015-06-24 | 1 | -0/+6 |
* | ART: Simplify Ifs with BooleanNot condition | David Brazdil | 2015-04-27 | 1 | -45/+76 |
* | ART: Fix removing a Phi with RemoveInstruction | David Brazdil | 2015-04-27 | 1 | -1/+1 |
* | ART: Dead block removal | David Brazdil | 2015-04-24 | 1 | -2/+5 |
* | ART: Run BooleanSimplifier after inlining | David Brazdil | 2015-04-23 | 1 | -2/+2 |
* | ART: Implement HBooleanNot instruction | David Brazdil | 2015-04-15 | 1 | -2/+2 |
* | ART: General-case negation in boolean simplifier | David Brazdil | 2015-03-31 | 1 | -8/+6 |
* | ART: Don't fail on unsupported conditions in boolean simplifier | Andreas Gampe | 2015-03-30 | 1 | -2/+6 |
* | ART: Force constants into the entry block | David Brazdil | 2015-03-26 | 1 | -2/+2 |
* | ART: Formatting and comments in BooleanSimplifier | David Brazdil | 2015-03-25 | 1 | -18/+9 |
* | ART: Boolean simplifier | David Brazdil | 2015-03-24 | 1 | -0/+140 |