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_dataflow.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+1355