Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
ff9d209bc5bcc8355e4bdccca28672968f630e77
ff9d209
ART: Add GetClassStatus
by Andreas Gampe
· 8 years ago
ac58727
ART: Add GetClassFields support
by Andreas Gampe
· 8 years ago
ab2f0d0
ART: Add Field methods
by Andreas Gampe
· 8 years ago
4fd66ec
ART: Add IsInterface and IsArrayClass support
by Andreas Gampe
· 8 years ago
6d2741f
Merge "ART: Make method handle runtime code callable from compiler."
by Orion Hodson
· 8 years ago
fe150d9
Merge "Remove bogus DCHECK."
by Treehugger Robot
· 8 years ago
a790039
Merge "ARM: VIXL32: Fix crash in Exchange for stack slots."
by Nicolas Geoffray
· 8 years ago
a1d0d63
Merge "Actually record arrays in classpath."
by Nicolas Geoffray
· 8 years ago
811bd5f
ART: Make method handle runtime code callable from compiler.
by Orion Hodson
· 8 years ago
b51edff
Merge "Prevent moving GC from running during redefinition."
by Treehugger Robot
· 8 years ago
6abd539
Prevent moving GC from running during redefinition.
by Alex Light
· 8 years ago
9890a5b
Merge "Revert "Revert "Cleanup jvmti tests"""
by Alex Light
· 8 years ago
6980dc5
Merge "Add some code info checking in GetCalleeSaveMethodCaller"
by Mathieu Chartier
· 8 years ago
e06b634
Revert "Revert "Cleanup jvmti tests""
by Alex Light
· 8 years ago
8ba6549
Merge "Reduce the number of fences needed for monitors"
by Hans Boehm
· 8 years ago
01c7814
Add some code info checking in GetCalleeSaveMethodCaller
by Mathieu Chartier
· 8 years ago
8a26281
Merge "Tests on FP Math.abs()"
by Aart Bik
· 8 years ago
ec10799
Merge "Fix unquitable apps when debug enabled."
by Treehugger Robot
· 8 years ago
1672260
Merge "Revert "Revert "Revert "Revert "Basic obsolete methods support"""""
by Treehugger Robot
· 8 years ago
3c59084
Tests on FP Math.abs()
by Aart Bik
· 8 years ago
f67dadb
Merge "MIPS64: Implement table-based packed switch"
by Treehugger Robot
· 8 years ago
cda4b75
Merge "Remove racy DCHECK on string dex cache."
by Treehugger Robot
· 8 years ago
bf34a03
Remove racy DCHECK on string dex cache.
by Nicolas Geoffray
· 8 years ago
0f1cb17
Actually record arrays in classpath.
by Nicolas Geoffray
· 8 years ago
4593f7d
ARM: VIXL32: Fix crash in Exchange for stack slots.
by Artem Serov
· 8 years ago
168768d
Merge "Refine receiver type when inlining based on inline caches."
by Nicolas Geoffray
· 8 years ago
8174621
Merge "MIPS32: java.lang.String.getChars"
by Nicolas Geoffray
· 8 years ago
0f001b7
Refine receiver type when inlining based on inline caches.
by Nicolas Geoffray
· 8 years ago
f0bfd75
Merge "Revert "Disable 626-const-class-linking for JIT.""
by Vladimir Marko
· 8 years ago
efe703f
Merge "Fix incorrect string hash value extension during cross-compilation."
by Treehugger Robot
· 8 years ago
77e9bdd
Merge "Limit Jack threads during tests"
by Sebastien Hertz
· 8 years ago
361ad55
Limit Jack threads during tests
by Sebastien Hertz
· 8 years ago
b3da36c
Reduce the number of fences needed for monitors
by Hans Boehm
· 8 years ago
18f7ef3
Merge "ART: Remove dequicken map from VerifiedMethod"
by Treehugger Robot
· 8 years ago
422c7c3
ART: Remove dequicken map from VerifiedMethod
by Andreas Gampe
· 8 years ago
b466d80
Remove bogus DCHECK.
by Nicolas Geoffray
· 8 years ago
001cd47
Merge "Revert "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves."""
by Roland Levillain
· 8 years ago
78b3d5d
Revert "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves.""
by Roland Levillain
· 8 years ago
b28c874
Merge "Support non-exact upper bound of HBoundType."
by Nicolas Geoffray
· 8 years ago
88268f0
Merge "Do not record dependencies on arrays."
by Treehugger Robot
· 8 years ago
6fc063c
Merge "MIPS64: Drop redundant sign-extensions in integer conversions"
by Treehugger Robot
· 8 years ago
4ca40e8
Merge "MIPS32: Don't always do a null test in MarkGCCard"
by Treehugger Robot
· 8 years ago
7ee9ee9
Merge "MIPS64: Improve integer comparison with constants"
by Treehugger Robot
· 8 years ago
0598024
Merge changes from topic 'VIXLUpdate'
by Nicolas Geoffray
· 8 years ago
e2157fb
Merge "MIPS64: Implement branchless HCondition for floats"
by Nicolas Geoffray
· 8 years ago
0ec9ac0
Merge "Disable libcore test that requires IPv6"
by Yi Kong
· 8 years ago
0ea249b
Disable libcore test that requires IPv6
by Yi Kong
· 8 years ago
b1c41c2
Merge "Clean up VerifiedMethod."
by Treehugger Robot
· 8 years ago
c51c7ca
Clean up VerifiedMethod.
by Nicolas Geoffray
· 8 years ago
db577b6
Merge "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves.""
by Nicolas Geoffray
· 8 years ago
122ceb4
Revert "Avoid scratch register exhaustion during ARM64 stack slot moves."
by Nicolas Geoffray
· 8 years ago
595375f
Merge "MIPS64: Align register spills on 8-byte boundaries in slow paths"
by Nicolas Geoffray
· 8 years ago
692235e
MIPS32: java.lang.String.getChars
by Chris Larsen
· 8 years ago
0079735
Merge "Avoid scratch register exhaustion during ARM64 stack slot moves."
by Roland Levillain
· 8 years ago
4ec76d2
Avoid scratch register exhaustion during ARM64 stack slot moves.
by Roland Levillain
· 8 years ago
66e3919
Merge "MIPS64: java.lang.String.getChars"
by Treehugger Robot
· 8 years ago
4375819
MIPS64: Implement branchless HCondition for floats
by Tijana Jakovljevic
· 8 years ago
992bdb9
MIPS64: Drop redundant sign-extensions in integer conversions
by Goran Jakovljevic
· 8 years ago
db3deee
MIPS64: Improve integer comparison with constants
by Goran Jakovljevic
· 8 years ago
e114da2
MIPS32: Don't always do a null test in MarkGCCard
by Goran Jakovljevic
· 8 years ago
6a14c62
Merge "Revert "Tests on FP Math.abs()""
by Treehugger Robot
· 8 years ago
c378980
MIPS64: Align register spills on 8-byte boundaries in slow paths
by Alexey Frunze
· 8 years ago
e944bc9
Revert "Tests on FP Math.abs()"
by Aart Bik
· 8 years ago
1e33d05
Merge "Tests on FP Math.abs()"
by Treehugger Robot
· 8 years ago
f8d19c2
ARM: VIXL32: Use a default code buffer capacity of 1Kb.
by Scott Wakeling
· 8 years ago
f2665fa
ART: VIXL32: Fix assembler test after VIXL update.
by Artem Serov
· 8 years ago
0960ac5
MIPS64: Implement table-based packed switch
by Alexey Frunze
· 8 years ago
dba6148
Revert "Revert "Revert "Revert "Basic obsolete methods support""""
by Alex Light
· 8 years ago
f827804
Merge "Refactored compilation on host to own method. Added dx option."
by Aart Bik
· 8 years ago
2709b5f
Do not record dependencies on arrays.
by Nicolas Geoffray
· 8 years ago
8c3794c
Support non-exact upper bound of HBoundType.
by Nicolas Geoffray
· 8 years ago
cb2ce33
Merge "Update vdex in place if input_vdex_fd == output_vdex_fd"
by Nicolas Geoffray
· 8 years ago
bde1168
Merge "Point optimizations for vdex."
by Nicolas Geoffray
· 8 years ago
454f339
Merge "Optimize OatWriter when we don't compile any method."
by Nicolas Geoffray
· 8 years ago
56e2f93
Merge "Remove soon to be obsolete call kinds for direct calls."
by Nicolas Geoffray
· 8 years ago
119e846
Point optimizations for vdex.
by Nicolas Geoffray
· 8 years ago
60ca949
Optimize OatWriter when we don't compile any method.
by Nicolas Geoffray
· 8 years ago
81f57d1
Update vdex in place if input_vdex_fd == output_vdex_fd
by Nicolas Geoffray
· 8 years ago
294e107
Merge "Disable 080-oom-fragmentation."
by Nicolas Geoffray
· 8 years ago
441a5e9
Merge "Revert "Revert "Revert "Basic obsolete methods support""""
by Nicolas Geoffray
· 8 years ago
f6abcda
Revert "Revert "Revert "Basic obsolete methods support"""
by Nicolas Geoffray
· 8 years ago
30bc640
Merge "Revert "Create test for field access in obsolete methods.""
by Nicolas Geoffray
· 8 years ago
b710a0e
Revert "Create test for field access in obsolete methods."
by Nicolas Geoffray
· 8 years ago
751927e
Disable 080-oom-fragmentation.
by Nicolas Geoffray
· 8 years ago
3e5d7dc
Merge "Revert "Cleanup jvmti tests""
by Nicolas Geoffray
· 8 years ago
2a9d198
Revert "Cleanup jvmti tests"
by Nicolas Geoffray
· 8 years ago
7c598de
Refactored compilation on host to own method. Added dx option.
by Aart Bik
· 8 years ago
d1348d8
Merge "Temporarily disable tests 914, 915, 917, & 918 on JIT."
by Alex Light
· 8 years ago
b83c748
Temporarily disable tests 914, 915, 917, & 918 on JIT.
by Alex Light
· 8 years ago
e9f221b
Revert "Disable 626-const-class-linking for JIT."
by Vladimir Marko
· 8 years ago
b678777
Tests on FP Math.abs()
by Aart Bik
· 8 years ago
0239c43
Merge "Fix transfer over rejected induction."
by Aart Bik
· 8 years ago
74da529
Fix transfer over rejected induction.
by Aart Bik
· 8 years ago
364fedb
Merge "Handle ART_USE_READ_BARRIER as a product variable."
by Hiroshi Yamauchi
· 8 years ago
bd1ec61
Merge "Create test for field access in obsolete methods."
by Alex Light
· 8 years ago
07001c8
Merge changes Ie74f2dbe,I092d2e95,I5a75f5c4
by Treehugger Robot
· 8 years ago
3222144
Create test for field access in obsolete methods.
by Alex Light
· 8 years ago
1aa03b3
Merge changes I8cc87bac,If1a92e47
by Alex Light
· 8 years ago
6cb2155
Fix 616-cha assumptions.
by Calin Juravle
· 8 years ago
857f058
Fix JIT crash due to unverified dead code
by Calin Juravle
· 8 years ago
Next »