Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
29742602424fe8a30884a00947120bd3407f4da6
/
test
7eb4333
Merge "Loosen check:jni around GetStatic[...]Field"
by Treehugger Robot
· 7 years ago
e4033fa
Loosen check:jni around GetStatic[...]Field
by Alex Light
· 7 years ago
89ff8b2
ARM64: Workaround for the callee saved FP registers and SIMD.
by Artem Serov
· 7 years ago
03376f4
Merge "ART: Try to statically evaluate some conditions."
by Treehugger Robot
· 7 years ago
e5463a8
Ensure that DDM processing doesn't leave unhandled exceptions
by Alex Light
· 7 years ago
6f2a634
Clean up JVMTI DDMS extension function.
by Alex Light
· 7 years ago
1de1e11
ART: Try to statically evaluate some conditions.
by Artem Serov
· 7 years ago
8a4d1e5
ART: Give 667-jit-jni-stub more time for compiling.
by Vladimir Marko
· 7 years ago
e38ff66
Merge "Don't check the offset of a NPE for field accesses."
by Nicolas Geoffray
· 7 years ago
f279b82
Merge "Add --cdex-fast and --cdex-none variant to testrunner"
by Mathieu Chartier
· 7 years ago
8f1a586
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
by Treehugger Robot
· 7 years ago
dcd56c9
Add --cdex-fast and --cdex-none variant to testrunner
by Mathieu Chartier
· 7 years ago
f56a1c0
Merge "Determine HLoadClass/String load kind early."
by Vladimir Marko
· 7 years ago
28e012a
Determine HLoadClass/String load kind early.
by Vladimir Marko
· 7 years ago
1344914
Don't check the offset of a NPE for field accesses.
by Nicolas Geoffray
· 7 years ago
5449e07
Merge "Fixed spilling bug (visible on ARM64): missed SIMD type."
by Aart Bik
· 7 years ago
dcc528d
ART: Move runtime-debug flags to own files
by Andreas Gampe
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
2dd7b67
Fixed spilling bug (visible on ARM64): missed SIMD type.
by Aart Bik
· 7 years ago
d515362
Merge "Merged a few more ARM64/MIPS64 cases."
by Aart Bik
· 7 years ago
3bcb751
type conversion elimination for store value only uses.
by Mingyao Yang
· 7 years ago
4388fb2
Merge "Fix typing bug in load store elimination"
by Treehugger Robot
· 7 years ago
94539fd
Fix typing bug in load store elimination
by Vladimir Marko
· 7 years ago
52f205a
ART: Remove old aget on null workaround
by Andreas Gampe
· 7 years ago
83a5710
Merged a few more ARM64/MIPS64 cases.
by Aart Bik
· 7 years ago
718173b
Merge "Fix races in trace_helper.cc"
by Alex Light
· 7 years ago
2743d75
Fix races in trace_helper.cc
by Alex Light
· 7 years ago
9cb7fe4
Exploited CHECK-START-{x,y,z} syntax.
by Aart Bik
· 7 years ago
f057d5d
Merge "Introduced CHECK-START-{x,y,z} syntax."
by Treehugger Robot
· 7 years ago
6f2960c
Merge "Enhance removed loads/substitutes in LSE."
by Mingyao Yang
· 7 years ago
fbaf29e
Fix test failure of 638-checker-inline-cache-intrinsic
by Mingyao Yang
· 7 years ago
206070c
Enhance removed loads/substitutes in LSE.
by Mingyao Yang
· 7 years ago
92706a8
Introduced CHECK-START-{x,y,z} syntax.
by Aart Bik
· 7 years ago
6b1aebe
Allow devirtualized method to be intrinsified.
by Mingyao Yang
· 7 years ago
45d3efb
Merge "Type conversion elimination of constants"
by Mingyao Yang
· 7 years ago
175706e
Merge "Add VMDebug.getInstancesOfClasses API."
by Treehugger Robot
· 7 years ago
660be6f
Add VMDebug.getInstancesOfClasses API.
by Richard Uhler
· 7 years ago
75bb2f3
Type conversion elimination of constants
by Mingyao Yang
· 7 years ago
a43a894
Merge "Revert^4 "JIT JNI stubs.""
by Vladimir Marko
· 7 years ago
0b0d03d
Merge "ART: Allow multiple tests to be requested"
by Treehugger Robot
· 7 years ago
2196c65
Revert^4 "JIT JNI stubs."
by Vladimir Marko
· 7 years ago
1fa2881
Merge "Add DexFile.getStaticSizeOfFile function."
by Richard Uhler
· 7 years ago
8f8bd8b
Merge "Revert "Revert "Revert "JIT JNI stubs.""""
by Nicolas Geoffray
· 7 years ago
056d775
Revert "Revert "Revert "JIT JNI stubs."""
by Nicolas Geoffray
· 7 years ago
09b2d50
ART: Allow multiple tests to be requested
by Andreas Gampe
· 7 years ago
111b7d4
Merge "ART: Change lock dumping"
by Treehugger Robot
· 7 years ago
1f541bf
Merge "Re-enable in-process unwind test."
by David Srbecky
· 7 years ago
ee58bd4
Re-enable in-process unwind test.
by David Srbecky
· 7 years ago
e744163
Revert "Revert "JIT JNI stubs.""
by Vladimir Marko
· 7 years ago
299c1e1
Merge "Revert "JIT JNI stubs.""
by Treehugger Robot
· 7 years ago
aaf0d38
ART: Change lock dumping
by Andreas Gampe
· 7 years ago
47d3185
Revert "JIT JNI stubs."
by Vladimir Marko
· 7 years ago
23f8f50
Merge "ART: Interfaces must declare superclass j.l.Object."
by Vladimir Marko
· 7 years ago
1fcae9f
ART: Interfaces must declare superclass j.l.Object.
by Vladimir Marko
· 7 years ago
3417eae
JIT JNI stubs.
by Vladimir Marko
· 7 years ago
24ed94f
Add DexFile.getStaticSizeOfFile function.
by Richard Uhler
· 7 years ago
e1b6d7b
Merge "type conversion elimination for constant input"
by Treehugger Robot
· 7 years ago
cebb5e7
type conversion elimination for constant input
by Mingyao Yang
· 7 years ago
6d95c80
Merge "Recognize countable "break" loops"
by Aart Bik
· 7 years ago
3604749
Merge "Add remaining DDMS messages into DdmPublishChunk"
by Alex Light
· 7 years ago
772099a
Add remaining DDMS messages into DdmPublishChunk
by Alex Light
· 7 years ago
b284f8d
Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe.""
by Alex Light
· 7 years ago
af93410
Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."
by Alex Light
· 7 years ago
ceb0693
Recognize countable "break" loops
by Aart Bik
· 7 years ago
e5a2ae3
Make JVMTI DisposeEnvironment and GetEnv thread safe.
by Alex Light
· 7 years ago
5573c37
cpplint: Remove many unnecessary NOLINT
by Igor Murashkin
· 7 years ago
1598a77
Merge "Don't merge values for exit block in LSE."
by Treehugger Robot
· 7 years ago
46721ef
Don't merge values for exit block in LSE.
by Mingyao Yang
· 7 years ago
41af72b
Merge "Rename d8 to d8-compat-dx"
by Nicolas Geoffray
· 7 years ago
a4ba9b5
Rename d8 to d8-compat-dx
by Alan Leung
· 7 years ago
7137b65
Merge "Revert "Make arm64-scratch-register less dexer dependent""
by Nicolas Geoffray
· 7 years ago
94cd28a
Revert "Make arm64-scratch-register less dexer dependent"
by Nicolas Geoffray
· 7 years ago
0bfd0cc
Merge "Add JVMTI DDMS extension method and event."
by Treehugger Robot
· 7 years ago
e999445
Merge "MIPS: Implement Sum-of-Abs-Differences"
by Aart Bik
· 7 years ago
925b514
Merge "Make arm64-scratch-register less dexer dependent"
by Alan Leung
· 7 years ago
38e380b
MIPS: Implement Sum-of-Abs-Differences
by Lena Djokic
· 7 years ago
8c2b929
Add JVMTI DDMS extension method and event.
by Alex Light
· 7 years ago
c82745f
Make arm64-scratch-register less dexer dependent
by Alan Leung
· 7 years ago
b0b68cf
ART: Clean up #includes in jit_code_cache.h .
by Vladimir Marko
· 7 years ago
87c9317
Make sure VMClassLoader is initialized before eating up the RAM
by Mathieu Chartier
· 7 years ago
784f4d8
Merge "ART: Fix run-test 165"
by Treehugger Robot
· 7 years ago
051f31e
Merge "Add D8 reference file for 913-heaps"
by Alan Leung
· 7 years ago
66b223c
ART: Fix run-test 165
by Andreas Gampe
· 7 years ago
4720046
ART: Fix test dependencies
by Andreas Gampe
· 7 years ago
a051f29
Merge "Clean up 669-moveable-string-class-equals."
by Vladimir Marko
· 7 years ago
2202d56
Merge "Check invocation's side effects for LSE."
by Mingyao Yang
· 7 years ago
0e9e853
Clean up 669-moveable-string-class-equals.
by Vladimir Marko
· 7 years ago
972e654
Merge "Fix String.equals() for moveable String.class."
by Vladimir Marko
· 7 years ago
bda66c7
Merge "cpplint: Cleanup errors"
by Treehugger Robot
· 7 years ago
1078d15
ART: Change meaning of run-test's --no-image
by Andreas Gampe
· 7 years ago
293f1c0
Check invocation's side effects for LSE.
by Mingyao Yang
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
5d16562
Merge "Delete CodeItemIterator"
by Mathieu Chartier
· 7 years ago
3b3ecdf
Merge "Simplify handling of finalizable in LSE."
by Mingyao Yang
· 7 years ago
b630031
Merge "ART: Do not use proxy method as owner of lock"
by Treehugger Robot
· 7 years ago
025c1a6
Simplify handling of finalizable in LSE.
by Mingyao Yang
· 7 years ago
37d164f
Merge "ART: Change no-dex2oat test configuration"
by Treehugger Robot
· 7 years ago
da28305
Fix String.equals() for moveable String.class.
by Vladimir Marko
· 7 years ago
db9f630
Merge "Revert "Move ART tests to use D8.""
by Nicolas Geoffray
· 7 years ago
18085ac
Revert "Move ART tests to use D8."
by Nicolas Geoffray
· 7 years ago
Next »