index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
graph_visualizer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure object ArraySet with null value does not need a type check.
Roland Levillain
2016-03-23
1
-0
/
+2
*
Integrate BitwiseNegated into shared framework.
Artem Serov
2016-03-11
1
-3
/
+3
*
Optimizing: ARM64 negated bitwise operations simplification
Kevin Brodsky
2016-02-25
1
-0
/
+4
*
Revert "Revert "ARM/ARM64: Extend support of instruction combining.""
Artem Udovichenko
2016-02-25
1
-4
/
+6
*
Extend constant folding to float and double operations.
Roland Levillain
2016-02-17
1
-0
/
+7
*
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-15
1
-4
/
+4
*
Fix x86-64 Baker's read barrier fast path for CheckCast.
Roland Levillain
2016-02-11
1
-0
/
+2
*
Revert "Revert "Lift the spill at each irreducible loop block restriction.""
Nicolas Geoffray
2016-01-28
1
-0
/
+1
*
Some minor simplifications in code and tests.
Aart Bik
2016-01-26
1
-0
/
+2
*
Revert "Lift the spill at each irreducible loop block restriction."
Bart Sears
2016-01-26
1
-1
/
+0
*
Lift the spill at each irreducible loop block restriction.
Nicolas Geoffray
2016-01-26
1
-0
/
+1
*
Revert "Some minor simplifications in code and tests."
Nicolas Geoffray
2016-01-22
1
-2
/
+0
*
Some minor simplifications in code and tests.
Aart Bik
2016-01-20
1
-0
/
+2
*
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-14
1
-4
/
+20
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-31
1
-12
/
+7
*
Revert "ART: Refactor SsaBuilder for more precise typing info"
Alex Light
2015-12-15
1
-7
/
+12
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-14
1
-12
/
+7
*
Merge "Revert "Revert "Don't use the compiler driver for method resolution."""
Nicolas Geoffray
2015-12-02
1
-0
/
+5
|
\
|
*
Revert "Revert "Don't use the compiler driver for method resolution.""
Nicolas Geoffray
2015-12-02
1
-0
/
+5
|
*
Revert "Don't use the compiler driver for method resolution."
Nicolas Geoffray
2015-12-01
1
-5
/
+0
|
*
Don't use the compiler driver for method resolution.
Nicolas Geoffray
2015-12-01
1
-0
/
+5
*
|
Optimizing: Add checker tests for sharpening.
Vladimir Marko
2015-12-02
1
-3
/
+1
|
/
*
ARM64: Use the shifter operands.
Alexandre Rames
2015-11-25
1
-0
/
+7
*
ARM64: Add support for multiply-accumulate.
Alexandre Rames
2015-11-20
1
-0
/
+6
*
Merge "Allow NullConstant to be untyped in GraphVisualiser."
Calin Juravle
2015-11-19
1
-0
/
+12
|
\
|
*
Allow NullConstant to be untyped in GraphVisualiser.
Mark Mendell
2015-11-19
1
-0
/
+12
*
|
Fix ClinitCheck pruning.
Vladimir Marko
2015-11-19
1
-0
/
+3
|
/
*
Revert "Revert "Run type propagation after inliner only when needed.""
Calin Juravle
2015-11-11
1
-6
/
+3
*
ART: Refactor iteration over normal/exceptional successors
David Brazdil
2015-11-10
1
-4
/
+2
*
Revert "Run type propagation after inliner only when needed."
Calin Juravle
2015-10-26
1
-3
/
+6
*
Run type propagation after inliner only when needed.
Calin Juravle
2015-10-23
1
-6
/
+3
*
Merge "Add DCHECKs to ArenaVector and ScopedArenaVector."
Vladimir Marko
2015-10-08
1
-2
/
+2
|
\
|
*
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-10-08
1
-2
/
+2
*
|
Make sure classes with different access checks are not GVN-ed
Calin Juravle
2015-10-08
1
-0
/
+2
|
/
*
Add support for unresolved classes in optimizing.
Calin Juravle
2015-10-06
1
-1
/
+4
*
Revert "Revert "Support unresolved fields in optimizing"
Calin Juravle
2015-10-02
1
-0
/
+16
*
Use dominance information for null optimization in write barrier.
Nicolas Geoffray
2015-09-29
1
-0
/
+5
*
Revert "Support unresolved fields in optimizing"
Calin Juravle
2015-09-17
1
-16
/
+0
*
Support unresolved fields in optimizing
Calin Juravle
2015-09-17
1
-0
/
+16
*
Support unresolved methods in Optimizing
Calin Juravle
2015-09-17
1
-0
/
+5
*
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-16
1
-2
/
+2
*
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-08
1
-5
/
+4
*
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
1
-4
/
+5
*
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
1
-5
/
+4
*
Merge "Revert "Revert "Revert "Revert "Use the object class as top in referen...
Calin Juravle
2015-07-29
1
-22
/
+13
|
\
|
*
Revert "Revert "Revert "Revert "Use the object class as top in reference type...
Calin Juravle
2015-07-29
1
-22
/
+13
*
|
Merge "Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTyp...
Calin Juravle
2015-07-29
1
-4
/
+10
|
\
|
|
*
Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropag...
Calin Juravle
2015-07-28
1
-4
/
+10
|
*
Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""
Calin Juravle
2015-07-28
1
-10
/
+4
|
*
Revert "Revert "Fixes and improvements in ReferenceTypePropagation""
Calin Juravle
2015-07-27
1
-4
/
+10
[next]