Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
c7bc9ad6a932fc912c71102e2bb0190efdd92733
c7bc9ad
am b0300bad: Merge "ART: Remove multidex limit"
by Andreas Gampe
· 10 years ago
b0300ba
Merge "ART: Remove multidex limit"
by Andreas Gampe
· 10 years ago
90e3404
ART: Remove multidex limit
by Andreas Gampe
· 10 years ago
bc8ec54
am 13d38aab: Merge "Fix possible null deference in Throwable::Dump"
by Mathieu Chartier
· 10 years ago
13d38aa
Merge "Fix possible null deference in Throwable::Dump"
by Mathieu Chartier
· 10 years ago
4a24858
Fix possible null deference in Throwable::Dump
by Mathieu Chartier
· 10 years ago
889c098
am b8df6601: Merge "Change ddmc run-test to make new objects instead of strings."
by Jeff Hao
· 10 years ago
b8df660
Merge "Change ddmc run-test to make new objects instead of strings."
by Jeff Hao
· 10 years ago
67aea0a
Change ddmc run-test to make new objects instead of strings.
by Jeff Hao
· 10 years ago
511eb74
am edede5c6: Merge "Quick: Fix crash on fall-through out of method code."
by Vladimir Marko
· 10 years ago
edede5c
Merge "Quick: Fix crash on fall-through out of method code."
by Vladimir Marko
· 10 years ago
2bee20b
Quick: Fix crash on fall-through out of method code.
by Calin Juravle
· 10 years ago
805f406
am 458d91b0: Merge "Prevent undefined behavior in RosAlloc."
by Dan Albert
· 10 years ago
458d91b
Merge "Prevent undefined behavior in RosAlloc."
by Dan Albert
· 10 years ago
e48b29b
Prevent undefined behavior in RosAlloc.
by Dan Albert
· 10 years ago
7aa231a
am 2b9b0de4: Merge "Fix some compaction bugs in string allocation"
by Mathieu Chartier
· 10 years ago
2b9b0de
Merge "Fix some compaction bugs in string allocation"
by Mathieu Chartier
· 10 years ago
81aa012
Fix some compaction bugs in string allocation
by Mathieu Chartier
· 10 years ago
52c234b
am 1c5808c0: Merge "Fix constructor access check through reflection"
by Sebastien Hertz
· 10 years ago
1c5808c
Merge "Fix constructor access check through reflection"
by Sebastien Hertz
· 10 years ago
93ef27d
am d4667dea: Merge "ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points."
by Vladimir Marko
· 10 years ago
d4667de
Merge "ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points."
by Vladimir Marko
· 10 years ago
2d2f2a9
Fix constructor access check through reflection
by Sebastien Hertz
· 10 years ago
e85e123
ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points.
by Vladimir Marko
· 10 years ago
95fc030
am 95935f28: Merge "ART: Fix MIPS entrypoint downcall macros."
by Vladimir Marko
· 10 years ago
95935f2
Merge "ART: Fix MIPS entrypoint downcall macros."
by Vladimir Marko
· 10 years ago
a3c3827
ART: Fix MIPS entrypoint downcall macros.
by Vladimir Marko
· 10 years ago
66e8a1e
am 3adfc4bb: Merge "Quick: Avoid unnecessary GVN work in release builds."
by Vladimir Marko
· 10 years ago
862cd5e
am 80613ffd: Merge "Have HInvoke instructions know their number of actual arguments."
by Roland Levillain
· 10 years ago
5566959
am a94fb1f9: Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2"""
by Nicolas Geoffray
· 10 years ago
3adfc4b
Merge "Quick: Avoid unnecessary GVN work in release builds."
by Vladimir Marko
· 10 years ago
80613ff
Merge "Have HInvoke instructions know their number of actual arguments."
by Roland Levillain
· 10 years ago
a94fb1f
Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2"""
by Nicolas Geoffray
· 10 years ago
3e3d733
Have HInvoke instructions know their number of actual arguments.
by Roland Levillain
· 10 years ago
a4509a5
am 64db0171: Merge "Fix java_lang_Class newInstance for strings; also quick entrypoints."
by Jeff Hao
· 10 years ago
64db017
Merge "Fix java_lang_Class newInstance for strings; also quick entrypoints."
by Jeff Hao
· 10 years ago
69bdcb2
Fix java_lang_Class newInstance for strings; also quick entrypoints.
by Jeff Hao
· 10 years ago
3d2eb5c
am f0a3d3da: Merge "ART: Fix constructor access checking"
by Andreas Gampe
· 10 years ago
f0a3d3d
Merge "ART: Fix constructor access checking"
by Andreas Gampe
· 10 years ago
8208bdd
ART: Fix constructor access checking
by Andreas Gampe
· 10 years ago
a4799fc
am 9d1e1903: Merge "Replace String CharArray with internal uint16_t array."
by Jeff Hao
· 10 years ago
9d1e190
Merge "Replace String CharArray with internal uint16_t array."
by Jeff Hao
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
3b531e5
am 3fd79afb: Merge "Switch the default read barrier type to a Baker one."
by Hiroshi Yamauchi
· 10 years ago
3fd79af
Merge "Switch the default read barrier type to a Baker one."
by Hiroshi Yamauchi
· 10 years ago
8365a99
Switch the default read barrier type to a Baker one.
by Hiroshi Yamauchi
· 10 years ago
0d22184
Revert "Revert "[optimizing] Replace FP divide by power of 2""
by Nicolas Geoffray
· 10 years ago
f33884f
am 97c96f5a: Merge "Fix mismatched malloc/free delete/new."
by Christopher Ferris
· 10 years ago
eb78b42
am d74a1bf3: Merge "Use the lock word bits for Baker-style read barrier."
by Hiroshi Yamauchi
· 10 years ago
c32f2ef
am acee1524: Merge "Fix clean-oat"
by Mathieu Chartier
· 10 years ago
97c96f5
Merge "Fix mismatched malloc/free delete/new."
by Christopher Ferris
· 10 years ago
8a35405
Fix mismatched malloc/free delete/new.
by Christopher Ferris
· 10 years ago
d74a1bf
Merge "Use the lock word bits for Baker-style read barrier."
by Hiroshi Yamauchi
· 10 years ago
acee152
Merge "Fix clean-oat"
by Mathieu Chartier
· 10 years ago
2c9bd22
Fix clean-oat
by Mathieu Chartier
· 10 years ago
e825799
am 2d01066d: Merge "Dissociate uses with environment uses."
by Nicolas Geoffray
· 10 years ago
2d01066
Merge "Dissociate uses with environment uses."
by Nicolas Geoffray
· 10 years ago
540bf7e
am 295dda50: Merge "Quick: Rely on inferred types in GVN/LVN/DCE."
by Vladimir Marko
· 10 years ago
295dda5
Merge "Quick: Rely on inferred types in GVN/LVN/DCE."
by Vladimir Marko
· 10 years ago
4ed947a
Dissociate uses with environment uses.
by Nicolas Geoffray
· 10 years ago
77020a4
am d14438f0: Merge "ART: Simplify Ifs with BooleanNot condition"
by David Brazdil
· 10 years ago
d14438f
Merge "ART: Simplify Ifs with BooleanNot condition"
by David Brazdil
· 10 years ago
769c9e5
ART: Simplify Ifs with BooleanNot condition
by David Brazdil
· 10 years ago
f725550
Quick: Avoid unnecessary GVN work in release builds.
by Vladimir Marko
· 10 years ago
9d53900
am a0ee8622: Merge "Add support for caching float and double constants."
by Nicolas Geoffray
· 10 years ago
a0ee862
Merge "Add support for caching float and double constants."
by Nicolas Geoffray
· 10 years ago
f213e05
Add support for caching float and double constants.
by Nicolas Geoffray
· 10 years ago
31698b5
am 0fbfe6f9: Merge "ART: Fix removing a Phi with RemoveInstruction"
by David Brazdil
· 10 years ago
0fbfe6f
Merge "ART: Fix removing a Phi with RemoveInstruction"
by David Brazdil
· 10 years ago
c7508e9
ART: Fix removing a Phi with RemoveInstruction
by David Brazdil
· 10 years ago
a5e69e8
Quick: Rely on inferred types in GVN/LVN/DCE.
by Vladimir Marko
· 10 years ago
4c1ac2b
am 76bf84a1: Merge "BCE: don\'t add deoptimization if the loop has early exit."
by Mingyao Yang
· 10 years ago
0c71bea
am f382eff1: Merge "Deoptimization-based BCE for unknown loop bounds."
by Mingyao Yang
· 10 years ago
c9ce5b9
am adf15974: Merge "Revert "[optimizing] Replace FP divide by power of 2""
by Nicolas Geoffray
· 10 years ago
2ad346e
am 5ff903a5: Merge "[optimizing] Replace FP divide by power of 2"
by Nicolas Geoffray
· 10 years ago
76bf84a
Merge "BCE: don't add deoptimization if the loop has early exit."
by Mingyao Yang
· 10 years ago
9d750ef
BCE: don't add deoptimization if the loop has early exit.
by Mingyao Yang
· 10 years ago
f382eff
Merge "Deoptimization-based BCE for unknown loop bounds."
by Mingyao Yang
· 10 years ago
206d6fd
Deoptimization-based BCE for unknown loop bounds.
by Mingyao Yang
· 10 years ago
adf1597
Merge "Revert "[optimizing] Replace FP divide by power of 2""
by Nicolas Geoffray
· 10 years ago
067cae2
Revert "[optimizing] Replace FP divide by power of 2"
by Nicolas Geoffray
· 10 years ago
5ff903a
Merge "[optimizing] Replace FP divide by power of 2"
by Nicolas Geoffray
· 10 years ago
6b50125
am 2c31b5ac: Merge "ART: Fix Trace types, check minimum buf size"
by Andreas Gampe
· 10 years ago
bd90c93
am 711d8400: Merge "ART: Fix addpd opcode, add Quick x86 assembler test"
by Andreas Gampe
· 10 years ago
2c31b5a
Merge "ART: Fix Trace types, check minimum buf size"
by Andreas Gampe
· 10 years ago
711d840
Merge "ART: Fix addpd opcode, add Quick x86 assembler test"
by Andreas Gampe
· 10 years ago
e34a42c
ART: Fix Trace types, check minimum buf size
by Andreas Gampe
· 10 years ago
c4013ea
ART: Fix addpd opcode, add Quick x86 assembler test
by Chao-ying Fu
· 10 years ago
8b8315b
am 3f4fa70a: Merge "ART: Test for GVN skipping"
by Andreas Gampe
· 10 years ago
3f4fa70
Merge "ART: Test for GVN skipping"
by Andreas Gampe
· 10 years ago
b15be57
ART: Test for GVN skipping
by Andreas Gampe
· 10 years ago
8ef054d
am 0cd91f05: Merge "Move Class.newInstance to native"
by Mathieu Chartier
· 10 years ago
0cd91f0
Merge "Move Class.newInstance to native"
by Mathieu Chartier
· 10 years ago
14fd800
am 18772f08: Merge "ART: Fix missing dependency between GVN and other passes"
by Andreas Gampe
· 10 years ago
18772f0
Merge "ART: Fix missing dependency between GVN and other passes"
by Andreas Gampe
· 10 years ago
24d65cc
ART: Fix missing dependency between GVN and other passes
by Andreas Gampe
· 10 years ago
f36cb5f
Move Class.newInstance to native
by Mathieu Chartier
· 10 years ago
3aabf60
am 3d58dea2: Merge "ART: Refactor utils/assembler test"
by Andreas Gampe
· 10 years ago
3d58dea
Merge "ART: Refactor utils/assembler test"
by Andreas Gampe
· 10 years ago
e19a9ee
am 4a35e768: Merge "Disable Quick\'s GVN-based dead code elimination."
by Vladimir Marko
· 10 years ago
Next »