Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
657318c0b1b51e5cfd2859b874d26336c5330908
657318c
Add dependency on libbase.
by Narayan Kamath
· 10 years ago
b6829c2
Merge "Refactor InvokeDexCallingConventionVisitor in Optimizing."
by Roland Levillain
· 10 years ago
2d27c8e
Refactor InvokeDexCallingConventionVisitor in Optimizing.
by Roland Levillain
· 10 years ago
f073a36
Merge "Fix for incorrect encode and parse of PEXTRW instruction"
by Vladimir Marko
· 10 years ago
e761b91
Merge "Revert "Revert "Revert "[optimizing] Improve x86 shifts""""
by Roland Levillain
· 10 years ago
2a7a1d7
Revert "Revert "Revert "[optimizing] Improve x86 shifts"""
by Roland Levillain
· 10 years ago
7386f98
Merge "Bugs have been fixed, so run the tests."
by Nicolas Geoffray
· 10 years ago
fadf977
Merge "Add InsertInstructionAfter in HBasicBlock."
by Roland Levillain
· 10 years ago
d474b1d
Merge "Revert "Revert "[optimizing] Improve x86 shifts"""
by Roland Levillain
· 10 years ago
5c8bb7e
Bugs have been fixed, so run the tests.
by Nicolas Geoffray
· 10 years ago
9b95a05
Revert "Revert "[optimizing] Improve x86 shifts""
by Roland Levillain
· 10 years ago
57f6bee
Merge "ART: Move dex2oat watchdog output to LogLine"
by Andreas Gampe
· 10 years ago
d687e37
ART: Move dex2oat watchdog output to LogLine
by Andreas Gampe
· 10 years ago
e0705f5
Fix for incorrect encode and parse of PEXTRW instruction
by nikolay serdjuk
· 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
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
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
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
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
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
1c5808c
Merge "Fix constructor access check through reflection"
by Sebastien Hertz
· 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
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
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
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
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
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
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
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
2d01066
Merge "Dissociate uses with environment uses."
by Nicolas Geoffray
· 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
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
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
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
2967ec6
Add InsertInstructionAfter in HBasicBlock.
by Guillaume "Vermeille" Sanchez
· 10 years ago
a5e69e8
Quick: Rely on inferred types in GVN/LVN/DCE.
by Vladimir Marko
· 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
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
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
0cd91f0
Merge "Move Class.newInstance to native"
by Mathieu Chartier
· 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
3d58dea
Merge "ART: Refactor utils/assembler test"
by Andreas Gampe
· 10 years ago
4a35e76
Merge "Disable Quick's GVN-based dead code elimination."
by Vladimir Marko
· 10 years ago
3c1c05a
Disable Quick's GVN-based dead code elimination.
by Roland Levillain
· 10 years ago
948dfff
Merge "Mark the test as failing while investigating."
by Nicolas Geoffray
· 10 years ago
399ff77
Mark the test as failing while investigating.
by Nicolas Geoffray
· 10 years ago
03b9ee4
ART: Refactor utils/assembler test
by Andreas Gampe
· 10 years ago
1e3ab9a
Merge "ART: Fix DBG_START_LOCAL verification."
by Andreas Gampe
· 10 years ago
dd3208d
ART: Fix DBG_START_LOCAL verification.
by Logan Chien
· 10 years ago
940c65d
Merge "[optimizing] Rename HasArrayAccesses and check it"
by Andreas Gampe
· 10 years ago
808db52
Merge "[optimizing] Handle x86 const length BoundsCheck"
by Andreas Gampe
· 10 years ago
c435e01
Merge "ART: Duplicate-classes cleanup"
by Andreas Gampe
· 10 years ago
94329d3
ART: Duplicate-classes cleanup
by Andreas Gampe
· 10 years ago
6e655af
Merge "ART: Check for duplicate classes when loading oat files"
by Andreas Gampe
· 10 years ago
b5aad4c
Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags"
by Andreas Gampe
· 10 years ago
99dbd68
[optimizing] Handle x86 const length BoundsCheck
by Mark Mendell
· 10 years ago
00bb878
ART: Add GENERATE_CFI to the ZygoteHooks debug flags
by Andreas Gampe
· 10 years ago
33984b4
Merge "ART: Do not log non-swap usage"
by Andreas Gampe
· 10 years ago
1152c92
[optimizing] Rename HasArrayAccesses and check it
by Mark Mendell
· 10 years ago
f99bcd2
ART: Do not log non-swap usage
by Andreas Gampe
· 10 years ago
16b5d29
Merge "Guard against name == null in ShortDump"
by Mathieu Chartier
· 10 years ago
93cf23f
Merge "Fix DCHECKs about clinit checks in Optimizing's code generators."
by Roland Levillain
· 10 years ago
Next »