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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+2
*
Quick: Rely on inferred types in GVN/LVN/DCE.
Vladimir Marko
2015-04-28
1
-15
/
+10
*
ART: Add Clang's -Wused-but-marked-unused
Andreas Gampe
2015-04-03
1
-4
/
+2
*
Quick: Eliminate check-cast guaranteed by instance-of.
Vladimir Marko
2015-03-18
1
-2
/
+24
*
Distinguish FP and integral constants in LVN.
Vladimir Marko
2015-02-18
1
-42
/
+37
*
Dead code elimination based on GVN results.
Vladimir Marko
2015-02-17
1
-11
/
+78
*
LVN handles const-wide/32 incorrectly
Serguei Katkov
2015-02-13
1
-1
/
+1
*
Skip null check in MarkGCCard() for known non-null values.
Vladimir Marko
2014-11-24
1
-0
/
+6
*
Further cleanup using dex_instruction_utils.h.
Vladimir Marko
2014-11-24
1
-13
/
+23
*
Merge "ART: Add div-zero check elimination to LVN/GVN"
Vladimir Marko
2014-11-24
1
-9
/
+60
|
\
|
*
ART: Add div-zero check elimination to LVN/GVN
Razvan A Lupusoru
2014-11-22
1
-9
/
+60
*
|
Rewrite GVN's field id and field type handling.
Vladimir Marko
2014-11-21
1
-17
/
+16
|
/
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-19
/
+19
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-7
/
+13
*
Rewrite class initialization check elimination.
Vladimir Marko
2014-10-27
1
-2
/
+4
*
Quick: Fix wide Phi detection in GVN, clean up INVOKEs.
Vladimir Marko
2014-10-23
1
-18
/
+58
*
Quick: In GVN, apply modifications early if outside loop.
Vladimir Marko
2014-10-17
1
-2
/
+2
*
Quick: Handle kMirOpNullCheck in LVN/GVN.
Vladimir Marko
2014-10-16
1
-0
/
+4
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-6
/
+5
*
Remove all uses of MIR_INLINED.
Vladimir Marko
2014-10-02
1
-7
/
+5
*
Quick: Fix LVN/GVN handling of acquire operations.
Vladimir Marko
2014-10-01
1
-11
/
+12
*
ART: Extending FlagsOf
Jean Christophe Beyler
2014-08-25
1
-1
/
+1
*
Improve GVN performance when merging null-checked values.
Vladimir Marko
2014-08-19
1
-9
/
+32
*
Reduce time and memory usage of GVN.
Vladimir Marko
2014-07-31
1
-44
/
+64
*
Rewrite topological sort order and improve GVN.
Vladimir Marko
2014-07-23
1
-9
/
+17
*
Fix GVN to handle normal paths leading to catch entry.
Vladimir Marko
2014-07-17
1
-0
/
+5
*
Global Value Numbering.
Vladimir Marko
2014-07-10
1
-219
/
+1138
*
Handle potential <clinit>() correctly in LVN.
Vladimir Marko
2014-07-09
1
-8
/
+20
*
Improve tracking of memory locations in LVN.
Vladimir Marko
2014-05-29
1
-205
/
+404
*
Clean up special method inlining.
Vladimir Marko
2014-04-04
1
-9
/
+5
*
An argument is handled incorrectly for add-int/lit8 during optimization phase
nikolay serdjuk
2014-03-25
1
-2
/
+2
*
Early inlining of simple methods.
Vladimir Marko
2014-03-18
1
-7
/
+13
*
Cache field lowering info in mir_graph.
Vladimir Marko
2014-03-03
1
-20
/
+53
*
Revert "Annotate used fields."
Ian Rogers
2014-02-21
1
-53
/
+20
*
Fix and rewrite local value numbering.
Vladimir Marko
2014-02-21
1
-129
/
+272
*
Remove the link from dalvik instruction back to kMirOpCheck.
Vladimir Marko
2014-01-27
1
-12
/
+0
*
Revert "Remove the link from dalvik instruction back to kMirOpCheck."
Ian Rogers
2014-01-24
1
-0
/
+12
*
Remove the link from dalvik instruction back to kMirOpCheck.
Vladimir Marko
2014-01-24
1
-12
/
+0
*
Quick compiler compile-time/memory use improvement
buzbee
2013-11-14
1
-4
/
+12
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
1
-1
/
+0
*
Fix cpplint whitespace/braces issues
Brian Carlstrom
2013-07-17
1
-2
/
+1
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+518