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
/
graph_checker.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Force constants into the entry block
David Brazdil
2015-03-26
1
-2
/
+12
*
ART: Boolean simplifier
David Brazdil
2015-03-24
1
-2
/
+2
*
Make the SSA builder honor the debuggable flag.
Nicolas Geoffray
2015-03-10
1
-0
/
+6
*
Optimizing: Speed up HInstruction use removal
David Brazdil
2015-02-23
1
-0
/
+16
*
Ensure the graph is correctly typed.
Nicolas Geoffray
2015-02-19
1
-12
/
+24
*
Inline methods with multiple blocks.
Nicolas Geoffray
2015-02-03
1
-1
/
+2
*
Optimizing: Speed up HEnvironment use removal
David Brazdil
2015-01-26
1
-2
/
+2
*
Improve error messages in art::GraphChecker and art::SSAChecker
Roland Levillain
2015-01-21
1
-189
/
+152
*
Ensure HCondition nodes on objects are either HEqual or HNotEqual
Roland Levillain
2015-01-19
1
-4
/
+16
*
Constant fold after inlining.
Nicolas Geoffray
2015-01-19
1
-1
/
+49
*
Fix ids and remove invoke when inlining.
Nicolas Geoffray
2014-12-17
1
-1
/
+9
*
Fix a bug in the type analysis phase of optimizing.
Nicolas Geoffray
2014-11-25
1
-0
/
+68
*
ART: Use std::vector in GraphChecker
Andreas Gampe
2014-11-07
1
-21
/
+21
*
Have HInstruction::StrictlyDominates compute strict dominance.
Roland Levillain
2014-10-17
1
-2
/
+2
*
Improve art::SSAChecker::VisitInstruction.
Roland Levillain
2014-10-14
1
-11
/
+28
*
Optimizing compiler: check inputs & uses definitions in CFG.
Roland Levillain
2014-09-25
1
-0
/
+32
*
Optimizing compiler: ensure loop header dominates loop's blocks.
Roland Levillain
2014-09-23
1
-0
/
+15
*
Add loop- and phi-related checks in the optimizing compiler.
Roland Levillain
2014-09-22
1
-0
/
+98
*
Add CFG and SSA form checkers in the optimizing compiler.
Roland Levillain
2014-09-17
1
-0
/
+183