index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
nodes.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
art: Fix whitespace errors added by caf
Christopher R. Palmer
2015-11-09
1
-1
/
+1
*
ART: extension
Wei Wang
2015-10-06
1
-1
/
+10
*
Recompute dominator tree after DCE.
Nicolas Geoffray
2015-06-24
1
-18
/
+19
*
Be careful with predecessor/successor index.
Nicolas Geoffray
2015-06-22
1
-2
/
+3
*
Fix a bug in optimizing when the null constant has been DCE.
Nicolas Geoffray
2015-06-22
1
-1
/
+4
*
Fix premature deoptimization if the loop body isn't entered.
Mingyao Yang
2015-06-19
1
-0
/
+75
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
ART: Rediscover loops after deleting blocks in DCE
David Brazdil
2015-05-13
1
-14
/
+35
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-2
/
+3
*
Use a growable array instead of an environment during SSA.
Nicolas Geoffray
2015-05-07
1
-0
/
+10
*
Relax the only one back-edge restriction.
Nicolas Geoffray
2015-05-07
1
-47
/
+42
*
Update the remaining input index of phis after deleting an input.
Nicolas Geoffray
2015-05-01
1
-0
/
+3
*
ART: Fix loop information after dead code elimination
David Brazdil
2015-04-29
1
-1
/
+14
*
Merge "Add InsertInstructionAfter in HBasicBlock."
Roland Levillain
2015-04-29
1
-0
/
+14
|
\
|
*
Add InsertInstructionAfter in HBasicBlock.
Guillaume "Vermeille" Sanchez
2015-04-27
1
-0
/
+14
*
|
Merge "Add support for caching float and double constants."
Nicolas Geoffray
2015-04-27
1
-22
/
+16
|
\
\
|
*
|
Add support for caching float and double constants.
Nicolas Geoffray
2015-04-27
1
-22
/
+16
*
|
|
ART: Fix removing a Phi with RemoveInstruction
David Brazdil
2015-04-27
1
-0
/
+9
|
/
/
*
|
Deoptimization-based BCE for unknown loop bounds.
Mingyao Yang
2015-04-26
1
-0
/
+22
*
|
Merge "Ensure inlined static calls perform clinit checks in Optimizing."
Roland Levillain
2015-04-24
1
-1
/
+9
|
\
\
|
*
|
Ensure inlined static calls perform clinit checks in Optimizing.
Roland Levillain
2015-04-24
1
-1
/
+9
*
|
|
ART: Dead block removal
David Brazdil
2015-04-24
1
-65
/
+177
|
|
/
|
/
|
*
|
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-2
/
+2
*
|
ART: Update last_instruction when adding Phis
David Brazdil
2015-04-22
1
-30
/
+42
*
|
ART: Update loop info of all nested loops when inlining
David Brazdil
2015-04-21
1
-2
/
+6
|
/
*
ART: Hot fix for an inliner issue
David Brazdil
2015-04-16
1
-24
/
+30
*
Merge "ART: Don't duplicate null/int/long constants when inlining"
David Brazdil
2015-04-16
1
-1
/
+8
|
\
|
*
ART: Don't duplicate null/int/long constants when inlining
David Brazdil
2015-04-16
1
-1
/
+8
*
|
Remove dead blocks for the blocks_ array.
Nicolas Geoffray
2015-04-15
1
-12
/
+10
|
/
*
Revert "Revert "Deoptimization-based bce.""
Mingyao Yang
2015-04-01
1
-2
/
+2
*
ART: Force constants into the entry block
David Brazdil
2015-03-26
1
-32
/
+49
*
ART: Formatting and comments in BooleanSimplifier
David Brazdil
2015-03-25
1
-14
/
+18
*
ART: Boolean simplifier
David Brazdil
2015-03-24
1
-9
/
+125
*
Revert "Deoptimization-based bce."
Andreas Gampe
2015-03-24
1
-2
/
+2
*
Deoptimization-based bce.
Mingyao Yang
2015-03-23
1
-2
/
+2
*
Merge "Opt compiler: Basic simplification for arithmetic operations."
Roland Levillain
2015-03-12
1
-0
/
+33
|
\
|
*
Opt compiler: Basic simplification for arithmetic operations.
Alexandre Rames
2015-03-11
1
-0
/
+33
*
|
Give an expected type to phis created for multiple returns.
Nicolas Geoffray
2015-03-12
1
-1
/
+2
|
/
*
Fix inlining in the presence of multiple returns.
Nicolas Geoffray
2015-02-24
1
-17
/
+21
*
Optimizing: Speed up HInstruction use removal
David Brazdil
2015-02-23
1
-47
/
+29
*
Reference type propagation
Calin Juravle
2015-02-19
1
-0
/
+11
*
Ensure the graph is correctly typed.
Nicolas Geoffray
2015-02-19
1
-0
/
+9
*
Fix a bug in the inliner.
Nicolas Geoffray
2015-02-04
1
-5
/
+7
*
Inline methods with multiple blocks.
Nicolas Geoffray
2015-02-03
1
-35
/
+231
*
Implement LICM in optimizing compiler.
Nicolas Geoffray
2015-01-30
1
-2
/
+7
*
Optimizing: Speed up HEnvironment use removal
David Brazdil
2015-01-26
1
-26
/
+30
*
Merge "ART: Replace NULL to nullptr in the optimizing compiler"
Roland Levillain
2015-01-21
1
-1
/
+1
|
\
|
*
ART: Replace NULL to nullptr in the optimizing compiler
Jean Christophe Beyler
2015-01-21
1
-1
/
+1
*
|
Merge "ART: Create a RemoveBlock method"
Roland Levillain
2015-01-21
1
-10
/
+13
|
\
\
|
*
|
ART: Create a RemoveBlock method
Jean Christophe Beyler
2014-12-16
1
-10
/
+13
|
|
/
[next]