Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
ab95bad2b88769ccc668e8a4e38a1a24b0d5892c
/
test
ab95bad
Merge "ART: Rewrite test 913 printing"
by Treehugger Robot
· 8 years ago
de19542
Merge changes I710ca0ed,I576e7926,Id0144b68
by Treehugger Robot
· 8 years ago
dce591b
ART: Rewrite test 913 printing
by Andreas Gampe
· 8 years ago
8df0692
ART: Stop JIT in 913-heaps
by Andreas Gampe
· 8 years ago
837e72a
[MIPS64] JNI Compiler: compiler independent test
by Pavle Batuta
· 9 years ago
f75d4c2
Merge "MethodHandles: Check return types when resolving handles."
by Orion Hodson
· 8 years ago
5f498b2
Merge "ARM: VIXL32: Arch specific operations."
by Nicolas Geoffray
· 8 years ago
82d44f1
Merge "Change iftable to never be null"
by Mathieu Chartier
· 8 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 8 years ago
2bbc953
ARM: VIXL32: Arch specific operations.
by Artem Serov
· 8 years ago
a45aedb
Merge "A few more tests for LICM."
by Aart Bik
· 8 years ago
c5d1b4b
A few more tests for LICM.
by Aart Bik
· 8 years ago
8797fdf
MethodHandles: Check return types when resolving handles.
by Orion Hodson
· 8 years ago
ecd8300
Merge "ARM: VIXL32: Fix VisitTypeConversion."
by Nicolas Geoffray
· 8 years ago
216090d
ART: Print debug info in test 913
by Andreas Gampe
· 8 years ago
1c80417
Merge "Add option to force all code to be deoptimizable"
by Treehugger Robot
· 8 years ago
6b16d89
Add option to force all code to be deoptimizable
by Alex Light
· 8 years ago
66ceada
Merge "ART: Make test 030 slightly more robust"
by Treehugger Robot
· 8 years ago
fb0b7d4
ARM: VIXL32: Fix VisitTypeConversion.
by Scott Wakeling
· 8 years ago
fc8c2a3
Update test expectation.
by Nicolas Geoffray
· 8 years ago
7fad15e
Merge "Update 902 test to highlight JIT issue."
by Nicolas Geoffray
· 8 years ago
2f01b4d
Update 902 test to highlight JIT issue.
by Nicolas Geoffray
· 8 years ago
cfeb031
Merge "ARM: VIXL32: Implement more codegen visitors."
by Nicolas Geoffray
· 8 years ago
a2d1b28
Add visiting for class loaders in StickyMarkSweep
by neo.chae
· 8 years ago
08ec180
Fixed bug in LICM
by Aart Bik
· 8 years ago
5302bd9
Merge "ART: Properly synchronize test 039"
by Treehugger Robot
· 8 years ago
e67ab76
Merge "ART: Rewrite test 913 verification"
by Treehugger Robot
· 8 years ago
58a551e
Merge "MethodHandles: Fix MethodType::IsConvertible() error."
by Orion Hodson
· 8 years ago
f1412b4
MethodHandles: Fix MethodType::IsConvertible() error.
by Orion Hodson
· 8 years ago
ee48b0f
Merge "ARM: VIXL32: Implement InstanceOf, InvokeInterface and others."
by Nicolas Geoffray
· 8 years ago
07d5e39
Merge "MethodHandles: Enable return value conversions."
by Orion Hodson
· 8 years ago
5d139fc
ART: Rewrite test 913 verification
by Andreas Gampe
· 8 years ago
6bbeecc
ART: Make test 030 slightly more robust
by Andreas Gampe
· 8 years ago
5ae7e6b
ART: Properly synchronize test 039
by Andreas Gampe
· 8 years ago
48f3e29
Merge "Do not inline loops without exit edges"
by David Sehr
· 8 years ago
1a06f9f
MethodHandles: Enable return value conversions.
by Orion Hodson
· 8 years ago
e657424
Add capabilities for jvmti.
by Alex Light
· 8 years ago
b981152
Merge "Fix 552-checker-sharpening for MIPS32R6"
by Treehugger Robot
· 8 years ago
551b28f
ARM: VIXL32: Implement more codegen visitors.
by Artem Serov
· 8 years ago
cfbe913
ARM: VIXL32: Implement InstanceOf, InvokeInterface and others.
by Artem Serov
· 8 years ago
16593ed
Merge "Change string compression encoding."
by Treehugger Robot
· 8 years ago
7458c66
Fix 552-checker-sharpening for MIPS32R6
by Goran Jakovljevic
· 8 years ago
af0cac6
Merge "MethodHandles: Add a test case for MethodHandles.permuteArguments."
by Narayan Kamath
· 8 years ago
14ee506
Merge "MethodHandles: Add tests for MethodHandles.filterReturnValue."
by Narayan Kamath
· 8 years ago
a35c584
ART: Temporarily disable test 913 for non-aot configs
by Andreas Gampe
· 8 years ago
8c433b9
ART: Temporarily disable test 913 for non-aot configs
by Andreas Gampe
· 8 years ago
c757dec
Do not inline loops without exit edges
by David Sehr
· 8 years ago
70bfc8a
ART: Add reference following code
by Andreas Gampe
· 8 years ago
04e446f
Merge "ART: Refactor some TI test code for reuse"
by Treehugger Robot
· 8 years ago
7891b23
Merge "Allow read side effects for removing dead instructions."
by Aart Bik
· 8 years ago
ff7d89c
Allow read side effects for removing dead instructions.
by Aart Bik
· 8 years ago
336c3c3
ART: Refactor some TI test code for reuse
by Andreas Gampe
· 8 years ago
2badb9a
Merge "Remove timeout for the 570-checker-osr test"
by Treehugger Robot
· 8 years ago
731f4c6
MethodHandles: Add a test case for MethodHandles.permuteArguments.
by Narayan Kamath
· 8 years ago
c44f849
Remove timeout for the 570-checker-osr test
by Goran Jakovljevic
· 8 years ago
54d6a20
Fix 552-checker-sharpening for PIC test.
by Vladimir Marko
· 8 years ago
fdaf0f4
Change string compression encoding.
by Vladimir Marko
· 8 years ago
916a771
MethodHandles: Add tests for MethodHandles.filterReturnValue.
by Narayan Kamath
· 8 years ago
8677d0b
MethodHandles: Add tests for MethodHandle.bindTo.
by Narayan Kamath
· 8 years ago
4c45ffa
Merge "MethodHandles: Constructor support"
by Orion Hodson
· 8 years ago
8acdebc
Merge "Allow HDeoptimize to co-exist with LSE."
by Mingyao Yang
· 8 years ago
0d781e6
MethodHandles: Constructor support
by Orion Hodson
· 8 years ago
b02b8d7
Merge "Fix SimplifyIfs() trying to redirect exception handler edges."
by Vladimir Marko
· 8 years ago
606c8f0
Fix SimplifyIfs() trying to redirect exception handler edges.
by Vladimir Marko
· 8 years ago
ba28f9f
Argument conversions for setter/getter MethodHandles.
by Orion Hodson
· 8 years ago
8ef4642
Merge "NB getError returns const char"
by Dimitry Ivanov
· 8 years ago
c63a425
Merge "MethodHandles: Add tests for array accessors / identity / constant."
by Treehugger Robot
· 8 years ago
72367f8
Merge "Revert "Revert "Enable IntermediateAddress for primitive arrays with read barriers."""
by Roland Levillain
· 8 years ago
3314dbb
MethodHandles: Add tests for array accessors / identity / constant.
by Narayan Kamath
· 8 years ago
4151eff
Increase file size limit.
by Nicolas Geoffray
· 8 years ago
a75ceb6
NB getError returns const char
by Dimitry Ivanov
· 8 years ago
e58bdca
Allow HDeoptimize to co-exist with LSE.
by Mingyao Yang
· 8 years ago
b85fd6f
Merge "Account for early exit loop."
by Treehugger Robot
· 8 years ago
0771ee2
Merge "Avoid visiting just eliminated bounds check."
by Treehugger Robot
· 8 years ago
19c5419
Revert "Revert "Enable IntermediateAddress for primitive arrays with read barriers.""
by Roland Levillain
· 8 years ago
c46e708
Merge "Fix ART run-test 562-no-intermediate."
by Roland Levillain
· 8 years ago
807868e
Account for early exit loop.
by Aart Bik
· 8 years ago
7fa7cf5
Fix ART run-test 562-no-intermediate.
by Roland Levillain
· 8 years ago
d295bc8
Workaround adb issue in run-test.
by Nicolas Geoffray
· 8 years ago
e82809a
Merge "MethodHandles: Implement MethodHandle.asType."
by Treehugger Robot
· 8 years ago
f4130b9
Merge "MethodHandles: Track libcore change eb497095e03068459."
by Narayan Kamath
· 8 years ago
3387b2a
Merge "More loop-body simplifications."
by Aart Bik
· 8 years ago
1e67748
Avoid visiting just eliminated bounds check.
by Aart Bik
· 8 years ago
e3dedc5
More loop-body simplifications.
by Aart Bik
· 8 years ago
6f1b65d
Merge "More store/allocation elimination."
by Mingyao Yang
· 8 years ago
74a96e4
Merge "Output more for "Unable to determine architecture"."
by Nicolas Geoffray
· 8 years ago
0c14d8b
ART: Additional initialization for MethodHandle accessors.
by Orion Hodson
· 8 years ago
0a8485e
MethodHandles: Implement MethodHandle.asType.
by Narayan Kamath
· 8 years ago
ba37e04
Output more for "Unable to determine architecture".
by Nicolas Geoffray
· 8 years ago
e5eb574
MethodHandles: Track libcore change eb497095e03068459.
by Narayan Kamath
· 8 years ago
de582c1
Merge "ARM: VIXL32: Implement the functionality needed by intrinsics."
by Roland Levillain
· 8 years ago
8f500fa
Add print statements for "Unable to determine architecture".
by Nicolas Geoffray
· 8 years ago
c4005c3
Merge "New instruction simplifications. Extra dce pass. Allow more per block repeats."
by Aart Bik
· 8 years ago
63f41f9
Merge "Improved range analysis (and thus BCE) around min/max/abs intrinsics."
by Aart Bik
· 8 years ago
2767f4b
New instruction simplifications. Extra dce pass. Allow more per block repeats.
by Aart Bik
· 8 years ago
58d9bfc
More store/allocation elimination.
by Mingyao Yang
· 8 years ago
40fbf74
Improved range analysis (and thus BCE) around min/max/abs intrinsics.
by Aart Bik
· 8 years ago
e28d9ae
ARM: VIXL32: Implement the functionality needed by intrinsics.
by Anton Kirilov
· 8 years ago
a4af47e
Merge "It exposes a few bugs that should be address before submitting it. "
by Calin Juravle
· 8 years ago
f1d9265
It exposes a few bugs that should be address before submitting it.
by Calin Juravle
· 8 years ago
Next »