Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
4fa13f65ece3b68fe3d8722d679ebab8656bbf99
/
compiler
/
dex
/
local_value_numbering_test.cc
a5e69e8
Quick: Rely on inferred types in GVN/LVN/DCE.
by Vladimir Marko
· 10 years ago
c91df2d
Revert "Revert "Quick: Rewrite type inference pass.""
by Vladimir Marko
· 10 years ago
1b717f6
Revert "Quick: Rewrite type inference pass."
by Andreas Gampe
· 10 years ago
e490b01
Quick: Rewrite type inference pass.
by Vladimir Marko
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
22c7f5b
Distinguish FP and integral constants in LVN.
by Vladimir Marko
· 10 years ago
afba696
Merge "Dead code elimination based on GVN results."
by Vladimir Marko
· 10 years ago
7a01dc2
Dead code elimination based on GVN results.
by Vladimir Marko
· 10 years ago
d532f00
Add tests for wide constants in LVN.
by Vladimir Marko
· 10 years ago
e4fcc5b
Clean up Scoped-/ArenaAlocator array allocations.
by Vladimir Marko
· 10 years ago
0b9203e
ART: Some Quick cleanup
by Andreas Gampe
· 10 years ago
743b98c
Skip null check in MarkGCCard() for known non-null values.
by Vladimir Marko
· 11 years ago
1c51b2b
Merge "ART: Add div-zero check elimination to LVN/GVN"
by Vladimir Marko
· 11 years ago
e095114
ART: Add div-zero check elimination to LVN/GVN
by Razvan A Lupusoru
· 11 years ago
af6925b
Rewrite GVN's field id and field type handling.
by Vladimir Marko
· 11 years ago
66c6d7b
Rewrite class initialization check elimination.
by Vladimir Marko
· 11 years ago
415ac88
Quick: In GVN, apply modifications early if outside loop.
by Vladimir Marko
· 11 years ago
fa23645
Quick: Fix LVN/GVN handling of acquire operations.
by Vladimir Marko
· 11 years ago
e39c54e
Deprecate GrowableArray, use ArenaVector instead.
by Vladimir Marko
· 11 years ago
b19955d
Reduce time and memory usage of GVN.
by Vladimir Marko
· 11 years ago
95a0597
Global Value Numbering.
by Vladimir Marko
· 11 years ago
f418f32
Handle potential <clinit>() correctly in LVN.
by Vladimir Marko
· 11 years ago
2ac01fc
Improve tracking of memory locations in LVN.
by Vladimir Marko
· 11 years ago
ef562fd
Quick compiler: free up space in MIR.
by buzbee
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
83cc7ae
Create a scoped arena allocator and use that for LVN.
by Vladimir Marko
· 11 years ago
be0e546
Cache field lowering info in mir_graph.
by Vladimir Marko
· 11 years ago
9c86a02
Revert "Annotate used fields."
by Ian Rogers
· 11 years ago
f59f18b
Fix and rewrite local value numbering.
by Vladimir Marko
· 11 years ago