index
:
android_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
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_dataflow.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move two members out of MIRGraph::temp_::ssa.
Vladimir Marko
2014-12-19
1
-10
/
+12
*
Clean up post-opt passes, perform only those we need.
Vladimir Marko
2014-12-19
1
-12
/
+10
*
ARM: Combine multiply accumulate operations.
Ningsheng Jian
2014-12-11
1
-3
/
+55
*
Quick: Redefine the notion of back-egdes.
Vladimir Marko
2014-12-09
1
-1
/
+1
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-1
/
+1
*
Rewrite class initialization check elimination.
Vladimir Marko
2014-10-27
1
-22
/
+22
*
Quick: Improve the BBCombine pass.
Vladimir Marko
2014-10-15
1
-1
/
+1
*
Rewrite null check elimination to work on dalvik regs.
Vladimir Marko
2014-10-15
1
-47
/
+47
*
Remove all uses of MIR_INLINED.
Vladimir Marko
2014-10-02
1
-1
/
+1
*
Merge "ART: Allow overridable calculation of basic block dataflow"
Bill Buzbee
2014-09-30
1
-13
/
+17
|
\
|
*
ART: Allow overridable calculation of basic block dataflow
Razvan A Lupusoru
2014-09-30
1
-13
/
+17
*
|
ART: Deprecate CompilationUnit's code_item
Razvan A Lupusoru
2014-09-29
1
-50
/
+0
|
/
*
Deprecate GrowableArray, use ArenaVector instead.
Vladimir Marko
2014-09-23
1
-33
/
+25
*
ART: Vectorization opcode implementation fixes
Lupusoru, Razvan A
2014-09-03
1
-25
/
+99
*
ART: Change temporaries to positive names
Razvan A Lupusoru
2014-08-26
1
-19
/
+20
*
ART: Add non-temporal store support
Jean Christophe Beyler
2014-08-26
1
-0
/
+3
*
ART: Extending FlagsOf
Jean Christophe Beyler
2014-08-25
1
-1
/
+1
*
ART: Implement kMirOpNullCheck
Razvan A Lupusoru
2014-08-20
1
-1
/
+1
*
ART: Add Invokes to DecodedInstruction
Jean Christophe Beyler
2014-07-10
1
-1
/
+1
*
ART: Handle Extended MIRs in a uniform manner
Udayan Banerji
2014-07-10
1
-0
/
+26
*
X86 Backend support for vectorized float and byte 16x16 operations
Udayan Banerji
2014-07-08
1
-0
/
+48
*
Quick compiler: fix array overrun.
buzbee
2014-05-31
1
-2
/
+1
*
ART: Setting up cleanup
Jean Christophe Beyler
2014-05-30
1
-1
/
+1
*
ART: Better SSA Allocation when recreating SSA
Jean Christophe Beyler
2014-05-27
1
-28
/
+28
*
Merge "Revert "ART: Better SSA Allocation when recreating SSA""
Bill Buzbee
2014-05-23
1
-34
/
+28
|
\
|
*
Revert "ART: Better SSA Allocation when recreating SSA"
Bill Buzbee
2014-05-23
1
-34
/
+28
*
|
Merge "ART: Better SSA Allocation when recreating SSA"
Ian Rogers
2014-05-23
1
-28
/
+34
|
\
|
|
*
ART: Better SSA Allocation when recreating SSA
Jean Christophe Beyler
2014-05-02
1
-28
/
+34
*
|
ART: Ensure use counts updated when adding SSA reg
Mark Mendell
2014-05-06
1
-1
/
+7
*
|
Move DecodedInstruction into MIR.
Ian Rogers
2014-05-02
1
-4
/
+4
*
|
ART: Move oat_data_flow_attributes_ to private and put an API
Jean Christophe Beyler
2014-05-02
1
-3
/
+3
|
/
*
Early inlining of simple methods.
Vladimir Marko
2014-03-18
1
-1
/
+1
*
Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE.
Vladimir Marko
2014-03-11
1
-46
/
+46
*
Create a scoped arena allocator and use that for LVN.
Vladimir Marko
2014-03-06
1
-13
/
+13
*
Enable compiler temporaries
Razvan A Lupusoru
2014-01-31
1
-2
/
+2
*
Added pass framework
Jean Christophe Beyler
2014-01-13
1
-22
/
+2
*
More compile-time tuning
buzbee
2013-11-26
1
-58
/
+54
*
Quick compiler compile-time/memory use improvement
buzbee
2013-11-14
1
-4
/
+5
*
Revert "Revert "Null check elimination improvement""
Bill Buzbee
2013-10-30
1
-1
/
+2
*
Revert "Null check elimination improvement"
Ian Rogers
2013-10-25
1
-2
/
+1
*
Null check elimination improvement
buzbee
2013-10-24
1
-1
/
+2
*
64-bit prep
buzbee
2013-10-21
1
-8
/
+8
*
Merge "Compile-time tuning" into dalvik-dev
buzbee
2013-09-06
1
-2
/
+2
|
\
|
*
Compile-time tuning
buzbee
2013-09-06
1
-2
/
+2
*
|
Refactor CompilerDriver::ComputeInvokeInfo
Ian Rogers
2013-09-06
1
-4
/
+4
*
|
Disable devirtualization detection in DEX-to-DEX compiler.
Sebastien Hertz
2013-09-06
1
-1
/
+1
|
/
*
New arena memory allocator.
Mathieu Chartier
2013-08-26
1
-26
/
+26
*
Fix cpplint whitespace/operators issues
Brian Carlstrom
2013-07-18
1
-3
/
+3
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
1
-2
/
+2
*
Fix cpplint whitespace/braces issues
Brian Carlstrom
2013-07-17
1
-30
/
+15
[next]