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
/
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