Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
7d180cb41d3104af7c85a5b808bb9f57c264c2a6
/
test
6a8958d
Fix message in 083-compiler_regressions test
by buzbee
· 11 years ago
40bbb39
Fix Quick compiler "out of registers"
by buzbee
· 11 years ago
0d9c02e
Merge "Run Java tests with the optimizing compiler."
by Nicolas Geoffray
· 11 years ago
92cf83e
Run Java tests with the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
60d7a65
Fix stack overflow for mutual recursion.
by Brian Carlstrom
· 11 years ago
4b3bc37
Test code generation for field accesses.
by Ian Rogers
· 11 years ago
e90501d
Add dependency for operations with x86 FPU stack
by Serguei Katkov
· 11 years ago
9e6a111
Merge "ART's intrinsic for String.indexOf use the incorrect register"
by Bill Buzbee
· 11 years ago
b34f69a
Add command line support for enabling the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
34fa0d9
ART's intrinsic for String.indexOf use the incorrect register
by Yevgeny Rouban
· 11 years ago
cb94bf2
Fix type of constant to be long.
by Ian Rogers
· 11 years ago
fbe40f5
Merge "Fixed and refactored 64b host build"
by Andreas Gampe
· 11 years ago
922141a
Fixed and refactored 64b host build
by Andreas Gampe
· 11 years ago
4460ea6
Test Method.getModifiers() result for proxy methods
by Brian Carlstrom
· 11 years ago
ee043fc
Ensure functions start with clean CFA state.
by Ian Rogers
· 11 years ago
7a0e504
More JNI compiler tests and small fix
by Andreas Gampe
· 11 years ago
2fece59
Merge "Remove oat file location in the image."
by Nicolas Geoffray
· 11 years ago
9583fbc
Remove oat file location in the image.
by Nicolas Geoffray
· 11 years ago
a1a7074
Rewrite kMirOpSelect for all IF_ccZ opcodes.
by Vladimir Marko
· 11 years ago
f796ca0
Merge "Incorrect result of the "mul-long by 1" operation"
by Bill Buzbee
· 11 years ago
4554bfd
Incorrect result of compareTo between empty and non-empty strings
by Alexei Zavjalov
· 11 years ago
c17ebe8
Incorrect result of the "mul-long by 1" operation
by Alexei Zavjalov
· 11 years ago
db40632
Add tests for null check elimination by local value numbering.
by Vladimir Marko
· 11 years ago
9d94d5f
Make 030-bad-finalizer less flaky by removing timing dependent output
by Brian Carlstrom
· 11 years ago
f28072f
Merge "Try to make 036-finalizer less flaky by moving output to one thread"
by Brian Carlstrom
· 11 years ago
c849445
Try to make 036-finalizer less flaky by moving output to one thread
by Brian Carlstrom
· 11 years ago
5b1f4d8
Remove test 048-server-socket
by Brian Carlstrom
· 11 years ago
073278c
Do not FixupStaticTrampolines of uninitialized classes
by Brian Carlstrom
· 11 years ago
4353486
Fixes to allow test-art-host to run via build server
by Brian Carlstrom
· 11 years ago
d2fe10a
Remove blacklist
by Sebastien Hertz
· 11 years ago
4d2efce
Don't hardcode object layout in Unsafe and space_test.
by Hiroshi Yamauchi
· 11 years ago
cbaf987
Add regression test for Thread.interrupted
by Brian Carlstrom
· 11 years ago
8017ef8
Add wide setter test with preceding parameters as int.
by Vladimir Marko
· 11 years ago
116848d
Tweak test to better expose codegen bug.
by Ian Rogers
· 11 years ago
7befd0e
Update ART tests to handle new System.gc behavior
by Mathieu Chartier
· 11 years ago
76c8e59
Disable LOCAL_DEX_PREOPT for non-default LOCAL_DEX_PREOPT_IMAGE
by Brian Carlstrom
· 11 years ago
e1ede2c
Merge "Work around 103-string-append slowness by not running debug build"
by Brian Carlstrom
· 11 years ago
5b20ef9
Work around 103-string-append slowness by not running debug build
by Brian Carlstrom
· 11 years ago
afb2c32
Fix test-art-host to work with latest build project that does not set LOCAL_MODULE_PATH
by Brian Carlstrom
· 11 years ago
ef6a776
Inline codegen for long-to-double on ARM.
by Ian Rogers
· 11 years ago
72ba8c4
Fix run-test 303-verification-stress.
by Sebastien Hertz
· 11 years ago
1736b34
Merge "Add verification stress test."
by Sebastien Hertz
· 11 years ago
2e21be1
Merge "Fix host-run-test-jar to be legal for /bin/sh"
by Elliott Hughes
· 11 years ago
ea6404e
Fix host-run-test-jar to be legal for /bin/sh
by Mark Mendell
· 11 years ago
ef809d0
JNI: NewDirectByteBuffer should allow 0 length buffers.
by Narayan Kamath
· 11 years ago
7ab763c
Move boot image generation to the build project
by Brian Carlstrom
· 11 years ago
96f3667
Add verification stress test.
by Sebastien Hertz
· 11 years ago
62509b6
Fix FindFieldID to use class's classloader to find field type.
by Jeff Hao
· 11 years ago
5f51d4b
Fix races in thread list Unregister.
by Mathieu Chartier
· 11 years ago
228d6b8
Fix stack trace for proxy methods and added test case.
by Jeff Hao
· 11 years ago
43b971f
am 8250232f: Update test/044-proxy/expected.txt
by Brian Carlstrom
· 11 years ago
8250232
Update test/044-proxy/expected.txt
by Brian Carlstrom
· 11 years ago
201803f
Search for miranda methods in virtual methods instead of interface.
by Jeff Hao
· 11 years ago
d7997eb
Fix BUILD_DALVIK_HOST_JAVA_LIBRARY to BUILD_HOST_DALVIK_JAVA_LIBRARY
by Brian Carlstrom
· 11 years ago
2b13068
Fix BUILD_DALVIK_HOST_JAVA_LIBRARY to BUILD_HOST_DALVIK_JAVA_LIBRARY
by Brian Carlstrom
· 11 years ago
f8852d5
Merge "Merge remote-tracking branch 'goog/dalvik-dev' into merge-art"
by Brian Carlstrom
· 11 years ago
768124d
am 91b81daa: Merge "Remove usage of LOCAL_BUILD_HOST_DEX"
by Narayan Kamath
· 11 years ago
cc8522f
Remove usage of LOCAL_BUILD_HOST_DEX
by Narayan Kamath
· 11 years ago
30839a7
Merge "Avoid verifier crash for quickened invoke on null." into dalvik-dev
by Sebastien Hertz
· 11 years ago
88474b4
Implement Interface Method Tables (IMT).
by Jeff Hao
· 11 years ago
fe6e6a7
am 661cc989: Merge "Make ART\'s run-test support Dalvik so we can remove dalvik/tests"
by Brian Carlstrom
· 11 years ago
8249b42
Avoid verifier crash for quickened invoke on null.
by Sebastien Hertz
· 11 years ago
ad3d996
Fix test failure in SMART mode.
by Sebastien Hertz
· 11 years ago
dc959ea
Make ART's run-test support Dalvik so we can remove dalvik/tests
by Brian Carlstrom
· 11 years ago
6cddafb
am 67fe2b41: Fix backwards check in CheckStaticMethod
by Brian Carlstrom
· 11 years ago
67fe2b4
Fix backwards check in CheckStaticMethod
by Brian Carlstrom
· 11 years ago
775c496
resolved conflicts for merge of b926b3c6 to dalvik-dev
by Brian Carlstrom
· 11 years ago
ce88853
Have JNI FindClass fall back to system ClassLoader Bug: 10994325
by Brian Carlstrom
· 11 years ago
d91d6d6
Introduce Signature type to avoid string comparisons.
by Ian Rogers
· 11 years ago
ee39a10
Use class def index from java.lang.Class.
by Ian Rogers
· 11 years ago
8b2c0b9
Use class def index from java.lang.Class.
by Ian Rogers
· 11 years ago
0160d99
Keep the right output file for tests. Bug: 10748067
by Tsu Chiang Chuang
· 11 years ago
a404db0
Add test-art-oat-<test> test-art-run-test-<test> variants
by Brian Carlstrom
· 11 years ago
7dfb28c
Don't scan image space when starting runtime.
by Ian Rogers
· 11 years ago
2553250
Update art/tests/089-many-methods.
by Yohann Roussel
· 11 years ago
379e2f5
Clean up unnecessary files after build-only. Bug: 9482191
by Tsu Chiang Chuang
· 11 years ago
cbcfaf3
Fix suspend check optimization
by buzbee
· 11 years ago
a68f43f
Merge "Switch GCC -O flags, O3 non-debug, 01 debug." into dalvik-dev
by Ian Rogers
· 11 years ago
8d11af5
Switch GCC -O flags, O3 non-debug, 01 debug.
by Ian Rogers
· 11 years ago
7571e8b
Add flock(2)ing on dex-cache files to prevent races
by Brian Carlstrom
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
1809a72
Uleb128 compression of vmap and mapping table.
by Ian Rogers
· 11 years ago
dbaa93a
Make test-art-host-run-test and test-art-host-oat run with and without interpreter.
by Brian Carlstrom
· 11 years ago
0f055d1
resolved conflicts for merge of 7934ac28 to dalvik-dev
by Brian Carlstrom
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
b8c7859
Revert "Revert "Remove non-live vregs from GC map on return.""
by Ian Rogers
· 11 years ago
5775391
am 6f485c62: Fix cpplint whitespace/indent issues
by Brian Carlstrom
· 11 years ago
6f485c6
Fix cpplint whitespace/indent issues
by Brian Carlstrom
· 11 years ago
b907009
resolved conflicts for merge of df62950e to dalvik-dev
by Brian Carlstrom
· 11 years ago
0852459
am 0cd7ec2d: Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 11 years ago
df62950
Fix cpplint whitespace/parens issues
by Brian Carlstrom
· 11 years ago
0cd7ec2
Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 11 years ago
1db9113
resolved conflicts for merge of 7940e44f to dalvik-dev
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
987ccff
Native allocation accounting
by Mathieu Chartier
· 11 years ago
2d6ba51
Quickening support.
by Sebastien Hertz
· 11 years ago
e4c891a
am fa42b441: Move to new art dalvikvm
by Brian Carlstrom
· 11 years ago
fa42b44
Move to new art dalvikvm
by Brian Carlstrom
· 11 years ago
00626c2
Fix Class.getModifiers for array classes.
by Elliott Hughes
· 11 years ago
1484395
am 7675e16b: Rename art-cache to dalvik-cache
by Brian Carlstrom
· 11 years ago
Next »