index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
dex
/
mir_graph.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
art: Fix whitespace errors added by caf
Christopher R. Palmer
2015-11-09
1
-3
/
+2
*
ART: extension
Wei Wang
2015-10-06
1
-7
/
+18
*
Quick: Don't expect move-exception in every catch block.
Vladimir Marko
2015-06-18
1
-5
/
+6
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
Quick: Abolish kMirOpCheckPart2.
Vladimir Marko
2015-05-07
1
-5
/
+2
*
Quick: Fix crash on fall-through out of method code.
Calin Juravle
2015-04-28
1
-5
/
+28
*
Revert "Revert "Quick: Rewrite type inference pass.""
Vladimir Marko
2015-04-23
1
-3
/
+4
*
Revert "Quick: Rewrite type inference pass."
Andreas Gampe
2015-04-22
1
-4
/
+3
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-27
/
+27
*
Quick: Rewrite type inference pass.
Vladimir Marko
2015-04-22
1
-3
/
+4
*
ART: Remove LLVM cruft
Andreas Gampe
2015-04-07
1
-2
/
+2
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-8
/
+1
*
Fall back to Quick when Optimizing cannot compile.
Nicolas Geoffray
2015-03-17
1
-4
/
+2
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-8
/
+8
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-8
/
+8
*
Add JIT
Mathieu Chartier
2015-02-23
1
-8
/
+8
*
Merge "Move arenas into runtime"
Mathieu Chartier
2015-02-19
1
-1
/
+1
|
\
|
*
Move arenas into runtime
Mathieu Chartier
2015-02-19
1
-1
/
+1
*
|
Add suspend checks to special methods.
Vladimir Marko
2015-02-19
1
-1
/
+1
|
/
*
Dead code elimination based on GVN results.
Vladimir Marko
2015-02-17
1
-0
/
+9
*
Clean up Scoped-/ArenaAlocator array allocations.
Vladimir Marko
2015-02-13
1
-4
/
+4
*
Quick: Rewrite Phi node insertion.
Vladimir Marko
2015-02-10
1
-1
/
+2
*
ART: Remove MIRGraph::dex_pc_to_block_map_
Chao-ying Fu
2015-02-09
1
-44
/
+70
*
Clean up pass driver
Mathieu Chartier
2015-01-28
1
-1
/
+5
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-4
/
+11
*
ART: Cut filename for DumpCFG
Andreas Gampe
2014-12-22
1
-5
/
+38
*
Move two members out of MIRGraph::temp_::ssa.
Vladimir Marko
2014-12-19
1
-0
/
+2
*
Clean up dead loops before suspend check elimination.
Vladimir Marko
2014-12-19
1
-9
/
+0
*
Clean up post-opt passes, perform only those we need.
Vladimir Marko
2014-12-19
1
-9
/
+10
*
ARM: Combine multiply accumulate operations.
Ningsheng Jian
2014-12-11
1
-0
/
+30
*
Merge "Quick: Redefine the notion of back-egdes."
Vladimir Marko
2014-12-09
1
-19
/
+2
|
\
|
*
Quick: Redefine the notion of back-egdes.
Vladimir Marko
2014-12-09
1
-19
/
+2
*
|
Merge "Quick: Kill unreachable blocks instead of just hiding them."
Vladimir Marko
2014-12-08
1
-30
/
+3
|
\
\
|
*
|
Quick: Kill unreachable blocks instead of just hiding them.
Vladimir Marko
2014-12-08
1
-30
/
+3
|
|
/
*
/
Re-factor Quick ABI support
Serguei Katkov
2014-12-08
1
-0
/
+6
|
/
*
Quick compiler: handle embedded switch data
buzbee
2014-11-25
1
-1
/
+2
*
Merge "Eliminate suspend checks on back-edges to return insn."
Vladimir Marko
2014-11-24
1
-0
/
+8
|
\
|
*
Eliminate suspend checks on back-edges to return insn.
Vladimir Marko
2014-11-24
1
-0
/
+8
*
|
Merge "ART: Add div-zero check elimination to LVN/GVN"
Vladimir Marko
2014-11-24
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
ART: Add div-zero check elimination to LVN/GVN
Razvan A Lupusoru
2014-11-22
1
-1
/
+2
*
|
ART: Fix NullCheckElimination, BBCombine, and SplitBlock
Razvan A Lupusoru
2014-11-21
1
-2
/
+0
|
/
*
Fix possible array access issue
Vladimir
2014-11-21
1
-0
/
+4
*
ART: X86 vectorized reduce may use incorrect extract index
Razvan A Lupusoru
2014-11-21
1
-2
/
+3
*
Clean up MIRGraph pass temporaries.
Vladimir Marko
2014-11-21
1
-11
/
+7
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-36
/
+21
*
Rewrite class initialization check elimination.
Vladimir Marko
2014-10-27
1
-2
/
+3
*
Quick: In GVN, apply modifications early if outside loop.
Vladimir Marko
2014-10-17
1
-0
/
+2
*
Quick: Improve the BBCombine pass.
Vladimir Marko
2014-10-15
1
-8
/
+67
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-4
/
+4
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-1
/
+1
[next]