index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
dex
/
global_value_numbering_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-2
/
+2
*
Clean up post-opt passes, perform only those we need.
Vladimir Marko
2014-12-19
1
-1
/
+0
*
Merge "ART: Add div-zero check elimination to LVN/GVN"
Vladimir Marko
2014-11-24
1
-0
/
+43
|
\
|
*
ART: Add div-zero check elimination to LVN/GVN
Razvan A Lupusoru
2014-11-22
1
-0
/
+43
*
|
Rewrite GVN's field id and field type handling.
Vladimir Marko
2014-11-21
1
-97
/
+106
|
/
*
Rewrite class initialization check elimination.
Vladimir Marko
2014-10-27
1
-1
/
+2
*
Quick: Fix wide Phi detection in GVN, clean up INVOKEs.
Vladimir Marko
2014-10-23
1
-0
/
+94
*
Quick: In GVN, apply modifications early if outside loop.
Vladimir Marko
2014-10-17
1
-4
/
+3
*
ART: Deprecate CompilationUnit's code_item
Razvan A Lupusoru
2014-09-29
1
-1
/
+1
*
Deprecate GrowableArray, use ArenaVector instead.
Vladimir Marko
2014-09-23
1
-39
/
+26
*
ART: Change temporaries to positive names
Razvan A Lupusoru
2014-08-26
1
-0
/
+4
*
Reduce time and memory usage of GVN.
Vladimir Marko
2014-07-31
1
-1
/
+14
*
Rewrite topological sort order and improve GVN.
Vladimir Marko
2014-07-23
1
-22
/
+23
*
Fix GVN to handle normal paths leading to catch entry.
Vladimir Marko
2014-07-17
1
-0
/
+24
*
Global Value Numbering.
Vladimir Marko
2014-07-10
1
-0
/
+2093