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
/
mir_optimization.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quick: Rewrite type inference pass.
Vladimir Marko
2015-04-22
1
-21
/
+15
*
Quick: Clean up temp use counting.
Vladimir Marko
2015-04-08
1
-12
/
+4
*
Promote pointer to dex cache arrays on arm.
Vladimir Marko
2015-04-07
1
-8
/
+36
*
Quick: Fix "select" pattern to update data used for GC maps.
Vladimir Marko
2015-03-25
1
-0
/
+3
*
Quick: Eliminate check-cast guaranteed by instance-of.
Vladimir Marko
2015-03-18
1
-0
/
+3
*
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
*
Move arenas into runtime
Mathieu Chartier
2015-02-19
1
-1
/
+1
*
Dead code elimination based on GVN results.
Vladimir Marko
2015-02-17
1
-11
/
+44
*
Clean up Scoped-/ArenaAlocator array allocations.
Vladimir Marko
2015-02-13
1
-19
/
+13
*
AdvanceMIR does not know how to passthrough the empty block
Serguei Katkov
2015-02-02
1
-4
/
+5
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-1
/
+4
*
Quick: Clean up optimization pass order.
Vladimir Marko
2015-01-16
1
-0
/
+3
*
Merge "Clean up dead loops before suspend check elimination."
Vladimir Marko
2014-12-19
1
-29
/
+28
|
\
|
*
Clean up dead loops before suspend check elimination.
Vladimir Marko
2014-12-19
1
-29
/
+28
*
|
Merge "Clean up post-opt passes, perform only those we need."
Vladimir Marko
2014-12-19
1
-2
/
+8
|
\
\
|
|
/
|
*
Clean up post-opt passes, perform only those we need.
Vladimir Marko
2014-12-19
1
-2
/
+8
*
|
Clean up MIRGraph::CanThrow().
Vladimir Marko
2014-12-19
1
-53
/
+24
|
/
*
Remove portable.
Elliott Hughes
2014-12-12
1
-2
/
+1
*
ARM: Combine multiply accumulate operations.
Ningsheng Jian
2014-12-11
1
-0
/
+205
*
Merge "Quick: Redefine the notion of back-egdes."
Vladimir Marko
2014-12-09
1
-27
/
+100
|
\
|
*
Quick: Redefine the notion of back-egdes.
Vladimir Marko
2014-12-09
1
-27
/
+100
*
|
ART: Clear use count for unused VRs.
Zheng Xu
2014-12-08
1
-0
/
+3
*
|
Quick: Fix code layout pass; don't terminate too early.
Vladimir Marko
2014-12-05
1
-4
/
+0
|
/
*
Refactor handling of conditional branches with known result.
Vladimir Marko
2014-11-28
1
-0
/
+62
*
Eliminate suspend checks on back-edges to return insn.
Vladimir Marko
2014-11-24
1
-23
/
+19
*
Merge "ART: Fix NullCheckElimination, BBCombine, and SplitBlock"
Vladimir Marko
2014-11-24
1
-12
/
+16
|
\
|
*
ART: Fix NullCheckElimination, BBCombine, and SplitBlock
Razvan A Lupusoru
2014-11-21
1
-12
/
+16
*
|
Rewrite GVN's field id and field type handling.
Vladimir Marko
2014-11-21
1
-13
/
+26
|
/
*
Clean up MIRGraph pass temporaries.
Vladimir Marko
2014-11-21
1
-76
/
+78
*
Fix CombineBlocks optimization
Serguei Katkov
2014-11-11
1
-2
/
+2
*
Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)"
Andreas Gampe
2014-11-04
1
-9
/
+9
|
\
|
*
ART: Replace COMPILE_ASSERT with static_assert (compiler)
Andreas Gampe
2014-11-03
1
-9
/
+9
*
|
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-7
/
+6
|
/
*
Rewrite class initialization check elimination.
Vladimir Marko
2014-10-27
1
-36
/
+67
*
Quick: In GVN, apply modifications early if outside loop.
Vladimir Marko
2014-10-17
1
-15
/
+20
*
Quick: Improve the BBCombine pass.
Vladimir Marko
2014-10-15
1
-28
/
+93
*
Rewrite null check elimination to work on dalvik regs.
Vladimir Marko
2014-10-15
1
-128
/
+102
*
ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK
Yevgeny Rouban
2014-10-15
1
-4
/
+23
*
Add regression test for null check elimination.
Vladimir Marko
2014-10-13
1
-0
/
+2
*
Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK""
Vladimir Marko
2014-10-13
1
-1
/
+1
|
\
|
*
Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"
Vladimir Marko
2014-10-13
1
-1
/
+1
*
|
Quick: Reduce memory usage and improve compile time.
Vladimir Marko
2014-10-09
1
-52
/
+38
*
|
Quick: Separate null check elimination and type inference.
Vladimir Marko
2014-10-09
1
-105
/
+113
*
|
Merge "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"
Bill Buzbee
2014-10-08
1
-1
/
+1
|
\
\
|
|
/
|
*
ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK
Yevgeny Rouban
2014-10-07
1
-1
/
+1
*
|
ART: Fix SelectKind to work with nullptr
Chao-ying Fu
2014-10-01
1
-0
/
+4
|
/
*
ART: Deprecate CompilationUnit's code_item
Razvan A Lupusoru
2014-09-29
1
-1
/
+1
*
Deprecate GrowableArray, use ArenaVector instead.
Vladimir Marko
2014-09-23
1
-40
/
+35
[next]