summaryrefslogtreecommitdiff
path: root/compiler/optimizing/boolean_simplifier.cc
AgeCommit message (Expand)Author
2016-01-28ART: Implement HSelect David Brazdil
2015-11-20Simplify boolean condition compared to 0 Mark Mendell
2015-10-14Added support for unsigned comparisons Aart Bik
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-09-08Optimizing: Tag basic block allocations with their source. Vladimir Marko
2015-09-03Revert "Optimizing: Tag basic block allocations with their source." Vladimir Marko
2015-09-03Optimizing: Tag basic block allocations with their source. Vladimir Marko
2015-07-16ART: Boolean simplifier fix Serguei Katkov
2015-07-07Fuse long and FP compare & condition on x86/x86-64 in Optimizing. Mark Mendell
2015-06-24Recompute dominator tree after DCE. Nicolas Geoffray
2015-04-27ART: Simplify Ifs with BooleanNot condition David Brazdil
2015-04-27ART: Fix removing a Phi with RemoveInstruction David Brazdil
2015-04-24ART: Dead block removal David Brazdil
2015-04-23ART: Run BooleanSimplifier after inlining David Brazdil
2015-04-15ART: Implement HBooleanNot instruction David Brazdil
2015-03-31ART: General-case negation in boolean simplifier David Brazdil
2015-03-30ART: Don't fail on unsupported conditions in boolean simplifier Andreas Gampe
2015-03-26ART: Force constants into the entry block David Brazdil
2015-03-25ART: Formatting and comments in BooleanSimplifier David Brazdil
2015-03-24ART: Boolean simplifier David Brazdil