Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f7504cd4606988b50754d84845ff1fa83c65df57
/
test
30af8dd
Add test for bad linkage of overriden package-private method.
by Pavel Vyssotski
· 9 years ago
812dd36
Yet another python3 dependency.
by Nicolas Geoffray
· 9 years ago
947cb4f
Merge "Implement irreducible loop support in optimizing."
by Nicolas Geoffray
· 9 years ago
7b4199a
Merge "Support directly invoking interface default methods"
by Alex Light
· 9 years ago
15bd228
Implement irreducible loop support in optimizing.
by Nicolas Geoffray
· 9 years ago
3c36f66
Ignore 141-class-unload failures with JIT and CC.
by Roland Levillain
· 9 years ago
fc7acf9
Add test for calling into destroyed JNI env
by Mathieu Chartier
· 9 years ago
08d3ab5
Merge "Fixed bug with hoisting/deopting in taken-block instead of preheader. With a fail-before pass-after regression test."
by Aart Bik
· 9 years ago
f96c43e
Merge "Reduce code size by sharing slow paths."
by Aart Bik
· 9 years ago
55b14df
Fixed bug with hoisting/deopting in taken-block instead of preheader.
by Aart Bik
· 9 years ago
5e0f5fc
Merge "Disable --generate-debug-info by default in all cases."
by David Srbecky
· 9 years ago
42249c3
Reduce code size by sharing slow paths.
by Aart Bik
· 9 years ago
705ad49
Support directly invoking interface default methods
by Alex Light
· 9 years ago
cc7b9ff
Merge "Do not leave intermediate addresses across Java calls."
by Mathieu Chartier
· 9 years ago
7ca9557
Revert "Disable flaky test on host."
by Mathieu Chartier
· 9 years ago
a3eca2d
Do not leave intermediate addresses across Java calls.
by Nicolas Geoffray
· 9 years ago
3e09eeb
Disable --generate-debug-info by default in all cases.
by David Srbecky
· 9 years ago
a05cacc
Revert "Change condition to opposite if lhs is constant"
by Nicolas Geoffray
· 9 years ago
f9f196c
Change condition to opposite if lhs is constant
by Anton Shamin
· 9 years ago
0de47bb
Merge "ART: Use libopenjdkd"
by Andreas Gampe
· 9 years ago
6cd7767
Fix brainos in makefiles.
by Nicolas Geoffray
· 9 years ago
f871d46
Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined."
by Nicolas Geoffray
· 9 years ago
6a58d44
Fix "check" file, and mark test as failing on device.
by Nicolas Geoffray
· 9 years ago
ae6f23c
Merge "Emit an error message when looking for String#offset."
by Nicolas Geoffray
· 9 years ago
16f66da
Merge "Disable flaky test on host."
by Nicolas Geoffray
· 9 years ago
72f7236
Disable flaky test on host.
by Nicolas Geoffray
· 9 years ago
68f6289
Don't use std::abs on INT_MIN/LONG_MIN, it's undefined.
by Nicolas Geoffray
· 9 years ago
57e863c
ART: Do not build Checker tests with `dx --no-optimize`
by David Brazdil
· 9 years ago
acd7a6a
Fix general multi-image TODOs.
by Jeff Hao
· 9 years ago
e467cea
Fix image writer for generation of app images
by Mathieu Chartier
· 9 years ago
10edbb1
ART: Use libopenjdkd
by Andreas Gampe
· 9 years ago
0243a74
The ArtMethod is a long on 64bits.
by Nicolas Geoffray
· 9 years ago
7ea4c09
Emit an error message when looking for String#offset.
by Nicolas Geoffray
· 9 years ago
0580d96
Fix a crash with unresolved classes.
by Nicolas Geoffray
· 9 years ago
744a1c6
ART: Don't set initial RTI for BoundType if input untyped
by David Brazdil
· 9 years ago
15693bf
ART: Resolve ambiguous ArraySets
by David Brazdil
· 9 years ago
f555258
ART: Create BoundType for CheckCast early
by David Brazdil
· 9 years ago
059e627
ART: Add large object allocation to ThreadStress
by Andreas Gampe
· 9 years ago
efd6326
Merge "ART: Remove core-junit from test boot classpath"
by Andreas Gampe
· 9 years ago
0b9112d
Add 002-sleep as timing sensitive.
by Nicolas Geoffray
· 9 years ago
06856d3
Merge "Detect phi cycles."
by Nicolas Geoffray
· 9 years ago
5949fa0
Revert "Revert "Tweak inlining heuristics.""
by Nicolas Geoffray
· 9 years ago
b7371a5
Merge "Remove bogus DCHECK in induction analysis."
by Nicolas Geoffray
· 9 years ago
b35302b
Remove bogus DCHECK in induction analysis.
by Nicolas Geoffray
· 9 years ago
4833f5a
ART: Refactor SsaBuilder for more precise typing info
by David Brazdil
· 9 years ago
684cf25
Temporary put -DAG back to fix broken test.
by Aart Bik
· 9 years ago
35d518c
Merge "Improved side-effects/can-throw information on intrinsics."
by Aart Bik
· 9 years ago
8994a04
Revert "Revert "ART: Fix up some multi-image cases""
by Andreas Gampe
· 9 years ago
5d75afe
Improved side-effects/can-throw information on intrinsics.
by Aart Bik
· 9 years ago
1e65a78
Merge "Revert "ART: Fix up some multi-image cases""
by Nicolas Geoffray
· 9 years ago
de38b79
Revert "ART: Fix up some multi-image cases"
by Nicolas Geoffray
· 9 years ago
fa0dc72
Merge "On x64, cmpl can never take a int64 immediate."
by Nicolas Geoffray
· 9 years ago
6ce0173
On x64, cmpl can never take a int64 immediate.
by Nicolas Geoffray
· 9 years ago
288b1e9
ART: Fix up some multi-image cases
by Andreas Gampe
· 9 years ago
50be66f
ART: Remove core-junit from test boot classpath
by Andreas Gampe
· 9 years ago
c525604
Tweaks to get run-test working after enso.
by Nicolas Geoffray
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
05b9125
Ensure Jack server is running before any use
by Yohann Roussel
· 9 years ago
0f77432
Merge "For LSE, further optimize stores for singleton references." am: f8b69bc89a
by Mingyao Yang
· 9 years ago
504f0ca
Merge "ART: Fix bug in LSE" am: d9493c2d61 am: bd968bd36f
by Nicolas Geoffray
· 9 years ago
803cbb9
For LSE, further optimize stores for singleton references.
by Mingyao Yang
· 9 years ago
ecf52df
ART: Fix bug in LSE
by David Brazdil
· 9 years ago
b151121
Merge "Make the 008-exceptions test print everything to stdout" am: 9ddcbf69cf
by Andreas Gampe
· 9 years ago
9ddcbf6
Merge "Make the 008-exceptions test print everything to stdout"
by Andreas Gampe
· 9 years ago
9ea6dff
Merge "Adjust tests blacklisted for heap poisoning and read barriers." am: 1329b15f47
by Roland Levillain
· 9 years ago
1329b15
Merge "Adjust tests blacklisted for heap poisoning and read barriers."
by Roland Levillain
· 9 years ago
64daedd
Make the 008-exceptions test print everything to stdout
by Kevin Brodsky
· 9 years ago
e217fee
Adjust tests blacklisted for heap poisoning and read barriers.
by Roland Levillain
· 9 years ago
03e77ec
Merge "Add test case for bad arm code generation." am: 7f3b38cc23 am: ed962f1897
by Nicolas Geoffray
· 9 years ago
7f3b38c
Merge "Add test case for bad arm code generation."
by Nicolas Geoffray
· 9 years ago
f5f64ef
Detect phi cycles.
by Nicolas Geoffray
· 9 years ago
a22cd2e
Add test case for bad arm code generation.
by Nicolas Geoffray
· 9 years ago
9868925
Merge "ART: Compile run-tests with Java 7." am: 6b75bc08e8 am: 5783c2ec79
by Vladimir Marko
· 9 years ago
6b75bc0
Merge "ART: Compile run-tests with Java 7."
by Vladimir Marko
· 9 years ago
f45c3f8
ART: Compile run-tests with Java 7.
by Vladimir Marko
· 9 years ago
5ab887a
Merge "Revert "ART: Refactor SsaBuilder for more precise typing info"" am: b059c8a044
by Nicolas Geoffray
· 9 years ago
68289a5
Revert "ART: Refactor SsaBuilder for more precise typing info"
by Alex Light
· 9 years ago
63ff5b5
Merge "Various induction/range analysis improvements." am: 0bbc1727c4
by Aart Bik
· 9 years ago
7d57d7f
Various induction/range analysis improvements.
by Aart Bik
· 9 years ago
b3ea82b
Merge "Remove reference of deleted file." am: ad94d64719 am: 0211b099a0
by Nicolas Geoffray
· 9 years ago
b9d6d79
Merge "Remove test given its flakiness." am: 3e2d20636f am: f6eb61f310
by Nicolas Geoffray
· 9 years ago
ad94d64
Merge "Remove reference of deleted file."
by Nicolas Geoffray
· 9 years ago
8f27951
Remove reference of deleted file.
by Nicolas Geoffray
· 9 years ago
523ef21
Merge "x86 Baker\'s read barrier fast path implementation." am: 089ff4886a
by Roland Levillain
· 9 years ago
629e8f9
Merge "Lower jitthreshold for jit profile test." am: bd00c8226e am: 338e3c7003
by Calin Juravle
· 9 years ago
54cfce1
Merge "Revert "Make the JIT the default in ART."" am: 3b0ec01718 am: 22c13e1205
by Nicolas Geoffray
· 9 years ago
78d5585
Merge "Make the JIT the default in ART." am: 7cd230c8f7 am: 561f76bc05
by Nicolas Geoffray
· 9 years ago
ab54190
Remove test given its flakiness.
by Nicolas Geoffray
· 9 years ago
089ff48
Merge "x86 Baker's read barrier fast path implementation."
by Roland Levillain
· 9 years ago
0675bec
Lower jitthreshold for jit profile test.
by Calin Juravle
· 9 years ago
3b0ec01
Merge "Revert "Make the JIT the default in ART.""
by Nicolas Geoffray
· 9 years ago
e722d29
Revert "Make the JIT the default in ART."
by Nicolas Geoffray
· 9 years ago
7c1559a
x86 Baker's read barrier fast path implementation.
by Roland Levillain
· 9 years ago
7cd230c
Merge "Make the JIT the default in ART."
by Nicolas Geoffray
· 9 years ago
ace41c0
Merge "Increase the sleep time in 554-jit-profile-file" am: 395125122a
by Calin Juravle
· 9 years ago
34021dd
Increase the sleep time in 554-jit-profile-file
by Calin Juravle
· 9 years ago
1997d7c
Merge "Disable 554-jit-profile-file for the READ_BARRIER mode." am: 377cb3ba2e
by Calin Juravle
· 9 years ago
c44edf6
Disable 554-jit-profile-file for the READ_BARRIER mode.
by Calin Juravle
· 9 years ago
06159f1
Merge "Print more info on why the code_cache test fails in 115-native-bridge." am: b9d6996ed1
by Calin Juravle
· 9 years ago
b9d6996
Merge "Print more info on why the code_cache test fails in 115-native-bridge."
by Calin Juravle
· 9 years ago
Next »