Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
70fa1a5497c057eecf336c60975fbca015f8aebd
/
test
3a29a01
Add JNI tests for lambdas
by Alex Light
· 9 years ago
1d8bc19
Disable test 097-duplicate-method for investigation
by Sebastien Hertz
· 9 years ago
7ead0c0
Make JNI work correctly with default methods.
by Alex Light
· 9 years ago
b250355
Add regression test for alloc stack trace and unloading am: dcfb382456
by Mathieu Chartier
· 9 years ago
dcfb382
Add regression test for alloc stack trace and unloading
by Mathieu Chartier
· 9 years ago
8852d80
Merge "Fix CC collector thread flip and JNI critical section deadlocks."
by Hiroshi Yamauchi
· 9 years ago
20a0be0
Fix CC collector thread flip and JNI critical section deadlocks.
by Hiroshi Yamauchi
· 9 years ago
827e212
Merge "Add Math.round tests for large integers."
by Hans Boehm
· 9 years ago
f8a0873
Merge "Implement polymorphic inlining."
by Nicolas Geoffray
· 9 years ago
916cc1d
Implement polymorphic inlining.
by Nicolas Geoffray
· 9 years ago
98e6ce4
Remove string init map.
by Nicolas Geoffray
· 9 years ago
293a79e
Merge "Implement isNaN intrinsic through HIR equivalent."
by Aart Bik
· 9 years ago
75a38b2
Implement isNaN intrinsic through HIR equivalent.
by Aart Bik
· 9 years ago
92d4f0e
Add Math.round tests for large integers.
by Hans Boehm
· 9 years ago
d99073f
Merge "Extend constant folding to float and double operations."
by Roland Levillain
· 9 years ago
31dd3d6
Extend constant folding to float and double operations.
by Roland Levillain
· 9 years ago
39e4fab
Merge "Be a bit smarter with JIT code triggering deoptimization."
by Nicolas Geoffray
· 9 years ago
b88d59e
Be a bit smarter with JIT code triggering deoptimization.
by Nicolas Geoffray
· 9 years ago
4426439
Merge "Support CMOV for x86 Select"
by David Brazdil
· 9 years ago
a1f1296
Merge "HInvokeStaticOrDirect may not have a special input."
by Nicolas Geoffray
· 9 years ago
9779307
HInvokeStaticOrDirect may not have a special input.
by Nicolas Geoffray
· 9 years ago
6b9508d
Remove some outdated comments in art tests
by Yohann Roussel
· 9 years ago
0c5b18e
Support CMOV for x86 Select
by Mark Mendell
· 9 years ago
aaa779a
Remove usages of jill.jar, use jack instead
by Yohann Roussel
· 9 years ago
5322e55
Merge "Remove code cache check from native bridge run-test"
by Calin Juravle
· 9 years ago
eda4dfa
Remove code cache check from native bridge run-test
by Calin Juravle
· 9 years ago
28b7574
Fix test by checking if we're using JIT.
by Nicolas Geoffray
· 9 years ago
3694e91
Merge "Temporarily disable compressed CFI tests."
by David Srbecky
· 9 years ago
707954b
Merge "Re-enable OSR."
by Nicolas Geoffray
· 9 years ago
d186dd8
Re-enable OSR.
by Nicolas Geoffray
· 9 years ago
ac06b6d
Temporarily disable compressed CFI tests.
by David Srbecky
· 9 years ago
dd867c8
Merge "Let the CFI test communicate via stdout rather than arbitrary sleep."
by David Srbecky
· 9 years ago
afd33d7
Merge "Optimizing: Remove unnecessary And before TypeConversion."
by Vladimir Marko
· 9 years ago
8e73ac3
Fix broken tests
by David Brazdil
· 9 years ago
03bf174
Let the CFI test communicate via stdout rather than arbitrary sleep.
by David Srbecky
· 9 years ago
c86382a
Merge "Add an option to disable native stack dumping on SIGQUIT."
by Nicolas Geoffray
· 9 years ago
a73280d
Add an option to disable native stack dumping on SIGQUIT.
by Nicolas Geoffray
· 9 years ago
b01e0e2
Merge "ART: Run SsaBuilder from HGraphBuilder"
by David Brazdil
· 9 years ago
9b8beaa
Merge "ART: Implement HSelect with CSEL/FCSEL on arm64"
by David Brazdil
· 9 years ago
ccf88e5
Merge "Optimizing: Simplify consecutive type conversions."
by Vladimir Marko
· 9 years ago
8428bd3
Optimizing: Remove unnecessary And before TypeConversion.
by Vladimir Marko
· 9 years ago
b52bbde
Optimizing: Simplify consecutive type conversions.
by Vladimir Marko
· 9 years ago
c0b601b
ART: Implement HSelect with CSEL/FCSEL on arm64
by David Brazdil
· 9 years ago
badd826
ART: Run SsaBuilder from HGraphBuilder
by David Brazdil
· 9 years ago
e866213
Disable on stack replacement for now.
by Nicolas Geoffray
· 9 years ago
ffa2c7c
Merge "Fix bug with verification of constructors"
by Alex Light
· 9 years ago
4a2c8fc
Fix bug with verification of constructors
by Alex Light
· 9 years ago
1d23982
Generalized "dom-based" dynamic BCE to symbolic base + offset.
by Aart Bik
· 9 years ago
6dbecf4
Fix run-test
by David Brazdil
· 9 years ago
17fccfb
Be less extreme on the iteration in 570-checker-osr.
by Nicolas Geoffray
· 9 years ago
980027c
ART: Treat throw with non-reference type as hard failure in verifier.
by Pavel Vyssotski
· 9 years ago
5960a3f
Merge "Re-enable OSR."
by Nicolas Geoffray
· 9 years ago
d9994f0
Re-enable OSR.
by Nicolas Geoffray
· 9 years ago
d3caabd
Merge "Fix x86-64 Baker's read barrier fast path for CheckCast."
by Hiroshi Yamauchi
· 9 years ago
d3df33e
Merge "Some clean-up for the handling of HSelect in LSE"
by Mingyao Yang
· 9 years ago
8650378
Fix x86-64 Baker's read barrier fast path for CheckCast.
by Roland Levillain
· 9 years ago
3e6232e
Make run test 572-checker-array-get-regression gcstress friendly.
by Roland Levillain
· 9 years ago
821e66b
Fix run test 572-checker-array-get-regression on 32-bit archs.
by Roland Levillain
· 9 years ago
0c82e1a
Merge "Fix ARM64 Baker's read barrier fast path for ArraySet."
by Roland Levillain
· 9 years ago
927f40d
Merge "Try to substitute constructor chains for IPUTs."
by Vladimir Marko
· 9 years ago
354efa6
Try to substitute constructor chains for IPUTs.
by Vladimir Marko
· 9 years ago
ca0bf03
Fix ARM64 Baker's read barrier fast path for ArraySet.
by Roland Levillain
· 9 years ago
40bcb93
Some clean-up for the handling of HSelect in LSE
by Mingyao Yang
· 9 years ago
64fdc80
Default methods should not be found by getDeclaredMethod
by Alex Light
· 9 years ago
4d9b10a
Disable osr while investigating flakiness.
by Nicolas Geoffray
· 9 years ago
d9bc433
Point fixes after OSR change.
by Nicolas Geoffray
· 9 years ago
45b93ca
Merge "Implemented compare/signum intrinsics as HCompare (with all code generation for all)"
by Aart Bik
· 9 years ago
e2caf54
Merge "Make test 971-iface-super smaller to prevent gcstress timeouts."
by Alex Light
· 9 years ago
a19616e
Implemented compare/signum intrinsics as HCompare
by Aart Bik
· 9 years ago
9fba3f6
Merge "Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."""
by Nicolas Geoffray
· 9 years ago
b331feb
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by Nicolas Geoffray
· 9 years ago
0f638c6
Merge "Extend De Morgan factorisation to `HBooleanNot`."
by David Brazdil
· 9 years ago
11aa3f5
Merge "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by David Brazdil
· 9 years ago
bd89a5c
Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."
by David Brazdil
· 9 years ago
7ac9aeb
Merge "Implement on-stack replacement for arm/arm64/x86/x86_64."
by Nicolas Geoffray
· 9 years ago
c8d2b0c
Merge "Support CMOV for x86_64 Select"
by David Brazdil
· 9 years ago
9f98025
Extend De Morgan factorisation to `HBooleanNot`.
by Alexandre Rames
· 9 years ago
e6e0cfd
Merge "Revert "Revert "X86: Use the constant area for more operations."""
by David Brazdil
· 9 years ago
891bc28
Implement on-stack replacement for arm/arm64/x86/x86_64.
by Nicolas Geoffray
· 9 years ago
27c6b48
Merge "Don't use native bridge for non zygote-spawn processes"
by Calin Juravle
· 9 years ago
d3e7c6c
Don't use native bridge for non zygote-spawn processes
by Calin Juravle
· 9 years ago
2f10a5f
Revert "Revert "X86: Use the constant area for more operations.""
by Mark P Mendell
· 9 years ago
6157a5d
Make test 971-iface-super smaller to prevent gcstress timeouts.
by Alex Light
· 9 years ago
85b3b52
Merge "Fixed bug on premature DCHECK. With fail-before/pass-after test"
by Aart Bik
· 9 years ago
7c0b44f
Support CMOV for x86_64 Select
by Mark Mendell
· 9 years ago
f6171e1
Merge "Re-enable some MIPS/MIPS64 run-tests"
by Roland Levillain
· 9 years ago
6fe28c0
Re-enable some MIPS/MIPS64 run-tests
by Goran Jakovljevic
· 9 years ago
a211a02
Test 565-checker-doublenegbitwise applies to all architectures.
by Alexandre Rames
· 9 years ago
867d63b
Merge "runtime: Don't skip verification for -Xverify:soft-fail"
by Igor Murashkin
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
3f1a8be
Fixed bug on premature DCHECK. With fail-before/pass-after test
by Aart Bik
· 9 years ago
e968112
Merge changes I44ee74d8,I78b17187
by Igor Murashkin
· 9 years ago
071b933
Merge changes from topic 'reflection_1_8'
by Igor Murashkin
· 9 years ago
905cb88
Merge "Revert "Revert "Optimizing: double-negated bitwise operations simplifications"""
by Roland Levillain
· 9 years ago
ca0e3a0
Revert "Revert "Optimizing: double-negated bitwise operations simplifications""
by Alexandre Rames
· 9 years ago
7770a3e
Assume fp operations can also take a constant on x86.
by Nicolas Geoffray
· 9 years ago
e5c71f9
Handle HSelect in LSE.
by Mingyao Yang
· 9 years ago
df187e4
Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests""
by Igor Murashkin
· 9 years ago
f1b4c41
runtime: Fix field resolution with access checks (runtest 073)
by Igor Murashkin
· 9 years ago
9f95ba7
interpreter: Fix proxy method invocation with access checks enabled.
by Igor Murashkin
· 9 years ago
Next »