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