Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
cace1ba2ab3a28c335005c73d160d9c0401a0e4e
/
test
206fbf5
Remove too aggressive DCHECKs.
by Nicolas Geoffray
· 9 years ago
e7aa9dd
Disable 149-suspend-all-stress, its output is flaky.
by Nicolas Geoffray
· 9 years ago
d0c29d1
ART: Suppress memcpy overlap in jemalloc for valgrind
by Andreas Gampe
· 9 years ago
e99f532
Use ScopedObjectAccess in ThreadList::Dump
by Mathieu Chartier
· 9 years ago
e5e76f4
Add Valgrind target tests
by Anton Kirilov
· 9 years ago
9969153
Merge "Add thread suspend stress"
by Mathieu Chartier
· 9 years ago
02f7cfd
Merge "Re-introduce an old version of 600-verifier-fails."
by Nicolas Geoffray
· 9 years ago
4a0a511
Re-introduce an old version of 600-verifier-fails.
by Nicolas Geoffray
· 9 years ago
08f746d
Merge "Ensure we have a profiling info object before trying to compile."
by Nicolas Geoffray
· 9 years ago
adc61df
Ensure we have a profiling info object before trying to compile.
by Nicolas Geoffray
· 9 years ago
061f80b
Also catch OOME from the new byte[].
by Nicolas Geoffray
· 9 years ago
4b5c290
Merge "Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86."
by Treehugger Robot
· 9 years ago
0f838aa
Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86.
by Nicolas Geoffray
· 9 years ago
223ac0c
Use usleep instead of sleep(0).
by Nicolas Geoffray
· 9 years ago
afb0f38
Merge "Revert "Revert "Revert "Revert "Revert some flaky unloading"""""
by Treehugger Robot
· 9 years ago
a80e2af
Add thread suspend stress
by Mathieu Chartier
· 9 years ago
7dbf20a
Revert "Revert "Revert "Revert "Revert some flaky unloading""""
by Alex Light
· 9 years ago
aff0fa5
Merge "Temporarily disable test E"
by Treehugger Robot
· 9 years ago
29f8b6f
Temporarily disable test E
by Aart Bik
· 9 years ago
9d6f786
Merge "Revert "Revert "Revert "Revert some flaky unloading""""
by Alex Light
· 9 years ago
340f486
Revert "Revert "Revert "Revert some flaky unloading"""
by Alex Light
· 9 years ago
4a85ad8
Merge "Do not place null check on unresolved method calls."
by Aart Bik
· 9 years ago
296fbb4
Do not place null check on unresolved method calls.
by Aart Bik
· 9 years ago
81d82ff
Use sleep instead of sched_yield.
by Nicolas Geoffray
· 9 years ago
1027880
Be pro-active into ensuring a method is JITted in test.
by Nicolas Geoffray
· 9 years ago
c92a7a1
Wrap certain exception types when loading an erroneous class.
by Jeff Hao
· 9 years ago
88b970c
Merge "Do not hide instance field hard failure with soft failure"
by Aart Bik
· 9 years ago
3188364
Do not hide instance field hard failure with soft failure
by Aart Bik
· 9 years ago
3aaf964
Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces.""
by Nicolas Geoffray
· 9 years ago
6b631dc
Merge "ART: ArrayGet hoisting restriction added."
by Aart Bik
· 9 years ago
f89381f
ART: ArrayGet hoisting restriction added.
by Anton Shamin
· 9 years ago
12abcbd
Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."
by Nicolas Geoffray
· 9 years ago
8080673
Fix ArtMethod::GetInvokeType for static methods on interfaces.
by Nicolas Geoffray
· 9 years ago
99b6ed6
Merge "Do not place null check from unresolved field access."
by Aart Bik
· 9 years ago
1415413
Do not place null check from unresolved field access.
by Aart Bik
· 9 years ago
f3349b5
Merge "Exit 0 on success even if --never-clean is passed"
by Alex Light
· 9 years ago
5a34c00
Merge "Stop creating $ANDROID_BUILD_TOP/{&&,mkdir} directories."
by Alex Light
· 9 years ago
3f432d5
Merge "Fix a bug in reference type propagation."
by Treehugger Robot
· 9 years ago
a90d489
Fix a bug in reference type propagation.
by Nicolas Geoffray
· 9 years ago
61046e1
Merge "Fix bug in verifier: hard fail allowed following softfail"
by Aart Bik
· 9 years ago
b052632
Fix bug in verifier: hard fail allowed following softfail
by Aart Bik
· 9 years ago
6a870fa
Exit 0 on success even if --never-clean is passed
by Alex Light
· 9 years ago
3d08086
Relax annotation visibility so runtime includes build.
by Jeff Hao
· 9 years ago
20e9cef
Disable stack assertions in non-compiled code.
by Nicolas Geoffray
· 9 years ago
f711f2c
Partial fragment deoptimization
by Mingyao Yang
· 9 years ago
0950abe8
Remove bogus DCHECK.
by Nicolas Geoffray
· 9 years ago
68b6380
Merge "Apply String.equals() optimizations on arm, arm64 and x86-64."
by Treehugger Robot
· 9 years ago
53b5200
Apply String.equals() optimizations on arm, arm64 and x86-64.
by Vladimir Marko
· 9 years ago
afb5d19
Stop creating $ANDROID_BUILD_TOP/{&&,mkdir} directories.
by Alex Light
· 9 years ago
d53208c
Merge "Increase test timeouts"
by Mathieu Chartier
· 9 years ago
80fd43e
Merge "Fix bug in verifier: soft fail was hiding hard fail."
by Aart Bik
· 9 years ago
2576be2
Increase test timeouts
by Mathieu Chartier
· 9 years ago
c2bc265
Fix bug in verifier: soft fail was hiding hard fail.
by Aart Bik
· 9 years ago
f6d1e0f
Compile JNI stubs for verify-profile and interpret-only.
by Vladimir Marko
· 9 years ago
ffedec5
Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""
by Mingyao Yang
· 9 years ago
4020ecd
Merge "MIPS32: java.lang.Math.round(float)"
by Aart Bik
· 9 years ago
695e2c4
Revert "Move rewritten StringFactory call results into dex registers for deopt"
by Hiroshi Yamauchi
· 9 years ago
989ab3b
Catch classes inheriting from themselves in the class linker.
by Roland Levillain
· 9 years ago
8ca33bf
Move rewritten StringFactory call results into dex registers for deopt
by Mingyao Yang
· 9 years ago
f0192c8
Support to pass <uses-library> option through to dex2oat.
by Jeff Hao
· 9 years ago
97bad1b
Visit IMT of all classes during image writing
by Mathieu Chartier
· 9 years ago
8494943
Make quick frames of proxy methods visited if they're constructors.
by Jeff Hao
· 9 years ago
ab880f4
Typos and stylistic fixes.
by Roland Levillain
· 9 years ago
d7c2fdc
Fix another case of live_in at irreducible loop entry.
by Nicolas Geoffray
· 9 years ago
435a668
Merge "Revert "Revert "Make run-test default to optimizing compiler."""
by Alex Light
· 9 years ago
10bc5a4
Revert "Revert "Make run-test default to optimizing compiler.""
by Alex Light
· 9 years ago
e16259f
Merge "Fix issue with Constructor proxies."
by Alex Light
· 9 years ago
52c9da0
Fix issue with Constructor proxies.
by Alex Light
· 9 years ago
36a94ab
Merge "Intrinsify String.length() and String.isEmpty() as HIR."
by Vladimir Marko
· 9 years ago
d8cd1c8
Merge "Revert "Make run-test default to optimizing compiler.""
by Nicolas Geoffray
· 9 years ago
4650c93
Revert "Make run-test default to optimizing compiler."
by Nicolas Geoffray
· 9 years ago
a8d06f0
Merge "Workaround invokesuper underspecified behavior."
by Nicolas Geoffray
· 9 years ago
cdd55c2
Merge "Relax the DCHECK in load store elimination."
by Nicolas Geoffray
· 9 years ago
bc90d0f
Make --jvm work again
by Alex Light
· 9 years ago
dce016e
Intrinsify String.length() and String.isEmpty() as HIR.
by Vladimir Marko
· 9 years ago
46a9114
Merge "Make run-test default to optimizing compiler."
by Alex Light
· 9 years ago
3cbdfc6
Merge "Fix libart tests on target"
by Dimitry Ivanov
· 9 years ago
90d48f2
Fix libart tests on target
by Dimitry Ivanov
· 9 years ago
5bcbdd5
Merge "Optimizing: LoadString may not have any side effects."
by Vladimir Marko
· 9 years ago
af3ec0a
Merge "ART: Fix dominance for irreducible loops"
by David Brazdil
· 9 years ago
f663e34
Workaround invokesuper underspecified behavior.
by Aart Bik
· 9 years ago
3f4a522
ART: Fix dominance for irreducible loops
by David Brazdil
· 9 years ago
130b7cf
Fix test with libarttest.so.
by Nicolas Geoffray
· 9 years ago
48b2b3e
Fix libarttest to be non debug
by Mathieu Chartier
· 9 years ago
f494663
Make run-test default to optimizing compiler.
by Alex Light
· 9 years ago
b0fca36
Merge "Fix assert failure in interpreter after deoptimization."
by Mingyao Yang
· 9 years ago
504a690
Fix assert failure in interpreter after deoptimization.
by Mingyao Yang
· 9 years ago
06fd2cf
Change test 136 to use dlopen
by Mathieu Chartier
· 9 years ago
b652da7
Merge "Remove -XOatFileManagerCompilerFilter argument."
by Richard Uhler
· 9 years ago
65fef30
Relax the DCHECK in load store elimination.
by Nicolas Geoffray
· 9 years ago
a210689
Exploit NE/EQ tests on array length in BCE.
by Aart Bik
· 9 years ago
b8154f8
Merge "Do not look at dead phis during SsaRedundantPhiElimination."
by Treehugger Robot
· 9 years ago
05b3fa0
Do not look at dead phis during SsaRedundantPhiElimination.
by Nicolas Geoffray
· 9 years ago
157855b
Merge "Make test for app-image loading."
by Treehugger Robot
· 9 years ago
2e960a0
Make test for app-image loading.
by Alex Light
· 9 years ago
f4b3487
Remove -XOatFileManagerCompilerFilter argument.
by Richard Uhler
· 9 years ago
d6c2bfa
Fix vtable corruption.
by Alex Light
· 9 years ago
0f35e0b
Merge "Remove invoke after inlining."
by Treehugger Robot
· 9 years ago
1be7cbd
Remove invoke after inlining.
by Nicolas Geoffray
· 9 years ago
de604a2
Merge changes I96464d76,Id5e77316,Icb42a081,I68afc181,I82094e46
by Calin Juravle
· 9 years ago
Next »