Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
421e9f9088b51e9680a3dfcae6965fc1854d3ee4
/
compiler
/
dex
/
local_value_numbering.cc
277ccbd
ART: More warnings
by Andreas Gampe
· 11 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 11 years ago
66c6d7b
Rewrite class initialization check elimination.
by Vladimir Marko
· 11 years ago
a4426cf
Quick: Fix wide Phi detection in GVN, clean up INVOKEs.
by Vladimir Marko
· 11 years ago
415ac88
Quick: In GVN, apply modifications early if outside loop.
by Vladimir Marko
· 11 years ago
a78e66a
Quick: Handle kMirOpNullCheck in LVN/GVN.
by Vladimir Marko
· 11 years ago
fc787ec
Enable -Wimplicit-fallthrough.
by Ian Rogers
· 11 years ago
ff0ac47
Remove all uses of MIR_INLINED.
by Vladimir Marko
· 11 years ago
fa23645
Quick: Fix LVN/GVN handling of acquire operations.
by Vladimir Marko
· 11 years ago
fb0ea2d
ART: Extending FlagsOf
by Jean Christophe Beyler
· 11 years ago
2d2365c
Improve GVN performance when merging null-checked values.
by Vladimir Marko
· 11 years ago
b19955d
Reduce time and memory usage of GVN.
by Vladimir Marko
· 11 years ago
55fff04
Rewrite topological sort order and improve GVN.
by Vladimir Marko
· 11 years ago
11ca612
Fix GVN to handle normal paths leading to catch entry.
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
b3e527b
Clean up special method inlining.
by Vladimir Marko
· 11 years ago
ee40aa4
An argument is handled incorrectly for add-int/lit8 during optimization phase
by nikolay serdjuk
· 11 years ago
9820b7c
Early inlining of simple methods.
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
4376c87
Remove the link from dalvik instruction back to kMirOpCheck.
by Vladimir Marko
· 11 years ago
c6dbf90
Revert "Remove the link from dalvik instruction back to kMirOpCheck."
by Ian Rogers
· 11 years ago
8a3e7e7
Remove the link from dalvik instruction back to kMirOpCheck.
by Vladimir Marko
· 11 years ago
17189ac
Quick compiler compile-time/memory use improvement
by buzbee
· 12 years ago
0cd7ec2
Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 12 years ago
2ce745c
Fix cpplint whitespace/braces issues
by Brian Carlstrom
· 12 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed from src/compiler/dex/local_value_numbering.cc]
311ca16
Compiler: Spring cleaning
by buzbee
· 12 years ago
[Renamed (99%) from src/compiler/dex/bb_opt.cc]
395116c
Compiler: rearranging the deck chairs.
by buzbee
· 12 years ago
[Renamed from src/compiler/bb_opt.cc]
2502e00
Basic block optimization refactoring
by buzbee
· 12 years ago