Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
175706ea30c04c7d428629cc7290b42498a0d1fa
175706e
Merge "Add VMDebug.getInstancesOfClasses API."
by Treehugger Robot
· 7 years ago
660be6f
Add VMDebug.getInstancesOfClasses API.
by Richard Uhler
· 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
8fd5015
Merge "Use symbolic rather than duplicate string for pass."
by Aart Bik
· 7 years ago
2196c65
Revert^4 "JIT JNI stubs."
by Vladimir Marko
· 7 years ago
dc93cac
Merge "Frame tracking cfi for mterp"
by Bill Buzbee
· 7 years ago
884aa15
Merge "ahat: fix bug parsing ids with the high bit set."
by Treehugger Robot
· 7 years ago
32ca778
ahat: fix bug parsing ids with the high bit set.
by Richard Uhler
· 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
b45a950
Merge "Ensure single-step always causes global deopt"
by Treehugger Robot
· 7 years ago
4e30b90
Use symbolic rather than duplicate string for pass.
by Aart Bik
· 7 years ago
f6df1b5
Ensure single-step always causes global deopt
by Alex Light
· 7 years ago
cd5b86d
Frame tracking cfi for mterp
by buzbee
· 7 years ago
1f541bf
Merge "Re-enable in-process unwind test."
by David Srbecky
· 7 years ago
50f90a4
Merge "Revert "Revert "JIT JNI stubs."""
by Vladimir Marko
· 7 years ago
a602c56
Merge "ART: Remove nested SOA in intrinsics code"
by Treehugger Robot
· 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
4c71d00
ART: Remove nested SOA in intrinsics code
by Orion Hodson
· 7 years ago
aa25db7
Merge "Clean some dex2oat options."
by Nicolas Geoffray
· 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
abda386
Merge "ART: Fix invoke-polymorphic compiler warnings"
by Treehugger Robot
· 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
2d8801f
Clean some dex2oat options.
by Nicolas Geoffray
· 7 years ago
e81c479
Merge changes Idf81f50b,I1d047d4a
by Vladimir Marko
· 7 years ago
81fa81a
Merge "Pass class loader context in ART standalone."
by Nicolas Geoffray
· 7 years ago
1fcae9f
ART: Interfaces must declare superclass j.l.Object.
by Vladimir Marko
· 7 years ago
b1b5206
ART: Fix invoke-polymorphic compiler warnings
by Orion Hodson
· 7 years ago
3417eae
JIT JNI stubs.
by Vladimir Marko
· 7 years ago
7bdc6e7
ART: Minor refactoring of JNI stub compilation.
by Vladimir Marko
· 7 years ago
24ed94f
Add DexFile.getStaticSizeOfFile function.
by Richard Uhler
· 7 years ago
5387bc5
Merge "Fix stats reporting over 100% methods compiled."
by Treehugger Robot
· 7 years ago
e1b6d7b
Merge "type conversion elimination for constant input"
by Treehugger Robot
· 7 years ago
cd09e1f
Fix stats reporting over 100% methods compiled.
by Vladimir Marko
· 7 years ago
72a3f1d
Merge "Revert "ART: Disable part of ImageSpace loading test""
by Vladimir Marko
· 7 years ago
e60248d
Merge "Apply individual intrinsic recognition during inliner."
by Treehugger Robot
· 7 years ago
4908697
Revert "ART: Disable part of ImageSpace loading test"
by Vladimir Marko
· 7 years ago
55f39ed
Pass class loader context in ART standalone.
by Nicolas Geoffray
· 7 years ago
b656fcb
Merge "Revert "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile."""
by Nicolas Geoffray
· 7 years ago
f0010dd
Apply individual intrinsic recognition during inliner.
by Aart Bik
· 7 years ago
6f73f4a
Revert "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile.""
by Nicolas Geoffray
· 7 years ago
986005c
Merge "Optimize lookup of quickening data."
by Nicolas Geoffray
· 7 years ago
b4c6acb
Optimize lookup of quickening data.
by Nicolas Geoffray
· 7 years ago
cb88102
Merge "ART: Fix .bss index lookup in wrong dex file."
by Vladimir Marko
· 7 years ago
67ab1c5
Merge "Pass the debug_info_offset explicitly."
by Nicolas Geoffray
· 7 years ago
4e08fad
ART: Fix .bss index lookup in wrong dex file.
by Vladimir Marko
· 7 years ago
58cc1cb
Pass the debug_info_offset explicitly.
by Nicolas Geoffray
· 7 years ago
cf35bb5
Merge "ART: Remove implicit boot image error aborts"
by Treehugger Robot
· 7 years ago
d278cb4
ART: Remove implicit boot image error aborts
by Andreas Gampe
· 7 years ago
71bb968
Merge "Fill Class and String .bss slots in runtime."
by Vladimir Marko
· 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
65e0432
Merge "Blacklist org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ExitTest#testExit001"
by Nicolas Geoffray
· 7 years ago
d77f863
Blacklist org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ExitTest#testExit001
by Nicolas Geoffray
· 7 years ago
b71fe83
Merge "Disable LinkData test for target"
by Nicolas Geoffray
· 7 years ago
3604749
Merge "Add remaining DDMS messages into DdmPublishChunk"
by Alex Light
· 7 years ago
fe9185a
Disable LinkData test for target
by Mathieu Chartier
· 7 years ago
772099a
Add remaining DDMS messages into DdmPublishChunk
by Alex Light
· 7 years ago
6f99aca
Merge "Write link data for dexlayout"
by Mathieu Chartier
· 7 years ago
f3c52b4
Fill Class and String .bss slots in runtime.
by Vladimir Marko
· 7 years ago
68351eb
Merge "ART: Introduce individual HInstruction cloning."
by Aart Bik
· 7 years ago
b360bff
Merge "Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."""
by Alex Light
· 7 years ago
2f36d2f
Write link data for dexlayout
by Mathieu Chartier
· 7 years ago
b284f8d
Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe.""
by Alex Light
· 7 years ago
e6779fd
Merge "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
4e0ccc9
Merge "Add logic for calculating offsets during writing"
by Mathieu Chartier
· 7 years ago
8cceb1f
Merge "Make JVMTI DisposeEnvironment and GetEnv thread safe."
by Alex Light
· 7 years ago
dd257c6
Merge "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile.""
by Nicolas Geoffray
· 7 years ago
715d672
Revert "Try to be consistent when setting fields of OatWriter::OatDexFile."
by Nicolas Geoffray
· 7 years ago
3e0c517
Add logic for calculating offsets during writing
by Mathieu Chartier
· 7 years ago
ceb0693
Recognize countable "break" loops
by Aart Bik
· 7 years ago
cb90e3a
Merge "Refactored optimization passes setup."
by Aart Bik
· 7 years ago
e5a2ae3
Make JVMTI DisposeEnvironment and GetEnv thread safe.
by Alex Light
· 7 years ago
2ca10eb
Refactored optimization passes setup.
by Aart Bik
· 7 years ago
02f4101
Merge "Try to be consistent when setting fields of OatWriter::OatDexFile."
by Nicolas Geoffray
· 7 years ago
06546df
Merge "Increase timeout for libjdwp tests"
by Treehugger Robot
· 7 years ago
ec4a10c
Increase timeout for libjdwp tests
by Alex Light
· 7 years ago
97a042e
Try to be consistent when setting fields of OatWriter::OatDexFile.
by Nicolas Geoffray
· 7 years ago
8acd00f
Merge "cpplint: Remove many unnecessary NOLINT"
by Treehugger Robot
· 7 years ago
9b69cdf
Merge "Use -Werror in art/libart_fake"
by Chih-hung Hsieh
· 7 years ago
5573c37
cpplint: Remove many unnecessary NOLINT
by Igor Murashkin
· 7 years ago
32f2073
Use -Werror in art/libart_fake
by Chih-Hung Hsieh
· 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
2d774be
Merge "Use intrinsic codegen for compiling intrinsic methods."
by Vladimir Marko
· 7 years ago
9a38a69
Merge "Remove unneeded endian.h include"
by Nicolas Geoffray
· 7 years ago
41af72b
Merge "Rename d8 to d8-compat-dx"
by Nicolas Geoffray
· 7 years ago
134b52b
Merge "Update test names after package changes."
by Nicolas Geoffray
· 7 years ago
eecced8
Update test names after package changes.
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
Next »