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
/
graph_checker.cc
Age
Commit message (
Expand
)
Author
2016-07-01
Create a typedef for HInstruction::GetInputs() return type.
Vladimir Marko
2016-06-02
Refactor handling of input records.
Vladimir Marko
2016-04-27
Forbid HDeoptimize instructions in OSR methods.
Nicolas Geoffray
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2016-04-04
Build dominator tree before generating HInstructions
David Brazdil
2016-03-30
Fix Boolean to integral types conversions.
Roland Levillain
2016-03-25
Optimizing: Reduce arena memory used by GraphChecker.
Vladimir Marko
2016-03-24
ART: Loosen a GraphChecker rule on Boolean inputs
David Brazdil
2016-03-23
Merge "Fix and improve shift and rotate operations."
Roland Levillain
2016-03-22
Merge "Optimizing: Reduce GraphChecker memory usage."
Vladimir Marko
2016-03-22
Optimizing: Reduce GraphChecker memory usage.
Vladimir Marko
2016-03-22
Merge "Tighten art::HNeg type constraints on its input."
Roland Levillain
2016-03-22
Fix and improve shift and rotate operations.
Roland Levillain
2016-03-22
Tighten art::HNeg type constraints on its input.
Roland Levillain
2016-03-21
Optimizing: Fix register allocator validation memory usage.
Vladimir Marko
2016-03-18
Ensure art::HRor support boolean, byte, short and char inputs.
Roland Levillain
2016-03-16
Make art::HCompare support boolean, byte, short and char inputs.
Roland Levillain
2016-02-18
Implement polymorphic inlining.
Nicolas Geoffray
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-01-28
ART: Implement HSelect
David Brazdil
2016-01-19
Disable DCE when there are irreducible loops.
Nicolas Geoffray
2016-01-15
Merge "ART: Remove incorrect HFakeString optimization"
David Brazdil
2016-01-14
ART: Remove incorrect HFakeString optimization
David Brazdil
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-06
ART: Create BoundType for CheckCast early
David Brazdil
2015-12-16
Detect phi cycles.
Nicolas Geoffray
2015-12-14
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-11
Replace rotate patterns and invokes with HRor IR.
Scott Wakeling
2015-12-01
Dynamic BCE (based on induction range analysis)
Aart Bik
2015-11-20
Accept synthetic phi nodes and general names for blocks.
Aart Bik
2015-11-21
Revert "Dynamic BCE (based on induction range analysis)"
Aart Bik
2015-11-20
Dynamic BCE (based on induction range analysis)
Aart Bik
2015-11-10
ART: Remove unnecessary helper method from GraphChecker
David Brazdil
2015-11-10
ART: Refactor iteration over normal/exceptional successors
David Brazdil
2015-11-10
ART: Fix critical edge checks in GraphChecker
David Brazdil
2015-11-09
Merge "ART: Fix critical edge splitting under try/catch"
David Brazdil
2015-11-09
ART: Fix critical edge splitting under try/catch
David Brazdil
2015-11-09
Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect."
Vladimir Marko
2015-11-06
Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect.
Vladimir Marko
2015-11-06
ART: Fix simplification of catch blocks in the presence of dead code
David Brazdil
2015-10-12
Optimizing: Move GraphChecker memory allocations to arena.
Vladimir Marko
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-21
[optimizing] Add basic PackedSwitch support
Mark Mendell
2015-09-18
ART: Delete catch phis for undefined vregs.
David Brazdil
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-15
Revert "Revert "ART: Register allocation and runtime support for try/catch""
David Brazdil
2015-09-14
Revert "ART: Register allocation and runtime support for try/catch"
David Brazdil
2015-09-14
ART: Register allocation and runtime support for try/catch
David Brazdil
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
[next]