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
/
bb_optimizations.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Quick: Avoid unnecessary GVN work in release builds."
Vladimir Marko
2015-04-28
1
-3
/
+0
|
\
|
*
Quick: Avoid unnecessary GVN work in release builds.
Vladimir Marko
2015-04-27
1
-3
/
+0
*
|
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-0
/
+24
|
/
*
ART: Fix missing dependency between GVN and other passes
Andreas Gampe
2015-04-25
1
-0
/
+3
*
Quick: Fix and enable DCE and improve GVN/DCE cleanup.
Vladimir Marko
2015-04-23
1
-1
/
+19
*
Quick: Clean up temp use counting.
Vladimir Marko
2015-04-08
1
-7
/
+0
*
Dead code elimination based on GVN results.
Vladimir Marko
2015-02-17
1
-0
/
+35
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-1
/
+3
*
Quick: Clean up optimization pass order.
Vladimir Marko
2015-01-16
1
-21
/
+42
*
Clean up dead loops before suspend check elimination.
Vladimir Marko
2014-12-19
1
-1
/
+3
*
Clean up post-opt passes, perform only those we need.
Vladimir Marko
2014-12-19
1
-1
/
+21
*
Quick: Redefine the notion of back-egdes.
Vladimir Marko
2014-12-09
1
-0
/
+35
*
Quick: In GVN, apply modifications early if outside loop.
Vladimir Marko
2014-10-17
1
-1
/
+1
*
Quick: Improve the BBCombine pass.
Vladimir Marko
2014-10-15
1
-1
/
+2
*
Rewrite null check elimination to work on dalvik regs.
Vladimir Marko
2014-10-15
1
-2
/
+2
*
Quick: Separate null check elimination and type inference.
Vladimir Marko
2014-10-09
1
-10
/
+31
*
ART: Fix variable formatting and CodeLayout's multiple visits
Jean Christophe Beyler
2014-09-10
1
-60
/
+61
*
Merge "ART: Added dirty flag to optimizations"
Ian Rogers
2014-08-27
1
-10
/
+10
|
\
|
*
ART: Added dirty flag to optimizations
Jean Christophe Beyler
2014-08-26
1
-10
/
+10
*
|
ART: Clean up compiler
Andreas Gampe
2014-08-22
1
-0
/
+1
|
/
*
Rewrite topological sort order and improve GVN.
Vladimir Marko
2014-07-23
1
-5
/
+5
*
ART: Rename CallInlining to SpecialMethodInliner
Razvan A Lupusoru
2014-07-10
1
-8
/
+10
*
Global Value Numbering.
Vladimir Marko
2014-07-10
1
-2
/
+37
*
Fix topological ordering and use it for optimizations.
Vladimir Marko
2014-06-19
1
-2
/
+3
*
ART: PassMEDataHolder should have a data field
Jean Christophe Beyler
2014-06-14
1
-17
/
+17
*
ART: Setting up cleanup
Jean Christophe Beyler
2014-05-30
1
-67
/
+1
*
Rewrite BitVector index iterator.
Vladimir Marko
2014-05-23
1
-6
/
+1
*
ART: Pass driver generalization
James C Scott
2014-05-22
1
-53
/
+122
*
Early inlining of simple methods.
Vladimir Marko
2014-03-18
1
-0
/
+28
*
Class initialization check elimination.
Vladimir Marko
2014-03-17
1
-14
/
+26
*
Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE.
Vladimir Marko
2014-03-11
1
-0
/
+8
*
Cache method lowering info in mir graph.
Vladimir Marko
2014-03-10
1
-0
/
+14
*
Cache field lowering info in mir_graph.
Vladimir Marko
2014-03-03
1
-0
/
+14
*
Revert "Annotate used fields."
Ian Rogers
2014-02-21
1
-14
/
+0
*
Annotate used fields.
Vladimir Marko
2014-02-20
1
-0
/
+14
*
Reduce PassDriver overhead, clean up Pass and PassDriver.
Vladimir Marko
2014-01-29
1
-26
/
+27
*
Added pass framework
Jean Christophe Beyler
2014-01-13
1
-0
/
+165