index
:
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
replicant-6.0
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
/
dex
/
local_value_numbering_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quick: Rely on inferred types in GVN/LVN/DCE.
Vladimir Marko
2015-04-28
1
-77
/
+102
*
Revert "Revert "Quick: Rewrite type inference pass.""
Vladimir Marko
2015-04-23
1
-2
/
+0
*
Revert "Quick: Rewrite type inference pass."
Andreas Gampe
2015-04-22
1
-0
/
+2
*
Quick: Rewrite type inference pass.
Vladimir Marko
2015-04-22
1
-2
/
+0
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-1
/
+1
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-1
/
+1
*
Add JIT
Mathieu Chartier
2015-02-23
1
-1
/
+1
*
Distinguish FP and integral constants in LVN.
Vladimir Marko
2015-02-18
1
-0
/
+78
*
Merge "Dead code elimination based on GVN results."
Vladimir Marko
2015-02-17
1
-2
/
+8
|
\
|
*
Dead code elimination based on GVN results.
Vladimir Marko
2015-02-17
1
-2
/
+8
*
|
Add tests for wide constants in LVN.
Vladimir Marko
2015-02-13
1
-0
/
+34
|
/
*
Clean up Scoped-/ArenaAlocator array allocations.
Vladimir Marko
2015-02-13
1
-1
/
+1
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-2
/
+1
*
Skip null check in MarkGCCard() for known non-null values.
Vladimir Marko
2014-11-24
1
-2
/
+5
*
Merge "ART: Add div-zero check elimination to LVN/GVN"
Vladimir Marko
2014-11-24
1
-0
/
+26
|
\
|
*
ART: Add div-zero check elimination to LVN/GVN
Razvan A Lupusoru
2014-11-22
1
-0
/
+26
*
|
Rewrite GVN's field id and field type handling.
Vladimir Marko
2014-11-21
1
-43
/
+52
|
/
*
Rewrite class initialization check elimination.
Vladimir Marko
2014-10-27
1
-2
/
+3
*
Quick: In GVN, apply modifications early if outside loop.
Vladimir Marko
2014-10-17
1
-2
/
+2
*
Quick: Fix LVN/GVN handling of acquire operations.
Vladimir Marko
2014-10-01
1
-16
/
+21
*
Deprecate GrowableArray, use ArenaVector instead.
Vladimir Marko
2014-09-23
1
-10
/
+10
*
Reduce time and memory usage of GVN.
Vladimir Marko
2014-07-31
1
-1
/
+1
*
Global Value Numbering.
Vladimir Marko
2014-07-10
1
-65
/
+168
*
Handle potential <clinit>() correctly in LVN.
Vladimir Marko
2014-07-09
1
-2
/
+31
*
Improve tracking of memory locations in LVN.
Vladimir Marko
2014-05-29
1
-12
/
+287
*
Quick compiler: free up space in MIR.
buzbee
2014-05-21
1
-1
/
+0
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Create a scoped arena allocator and use that for LVN.
Vladimir Marko
2014-03-06
1
-4
/
+9
*
Cache field lowering info in mir_graph.
Vladimir Marko
2014-03-03
1
-25
/
+50
*
Revert "Annotate used fields."
Ian Rogers
2014-02-21
1
-31
/
+8
*
Fix and rewrite local value numbering.
Vladimir Marko
2014-02-21
1
-0
/
+319