Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
21cc798cd56a069a3d51a0215020676065780939
/
runtime
8e1f4f8
Avoid abort in malformed dex code.
by Ian Rogers
· 10 years ago
81852bf
Merge "Fix LinkFieldsComparator."
by Vladimir Marko
· 10 years ago
d577748
Fix LinkFieldsComparator.
by Vladimir Marko
· 10 years ago
7bacaa8
Merge "Keep original order of fields in Class."
by Vladimir Marko
· 10 years ago
76649e8
Keep original order of fields in Class.
by Vladimir Marko
· 10 years ago
72a122c
ART: Fix last lpae occurrence, Arm64 generic
by Andreas Gampe
· 10 years ago
0e57dec
Merge "ART: Multiview assembler_test, fix x86-64 assembler"
by Andreas Gampe
· 10 years ago
851df20
ART: Multiview assembler_test, fix x86-64 assembler
by Andreas Gampe
· 10 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 10 years ago
67ab619
Merge "kill HAVE_GETHOSTBYNAME_R"
by Yabin Cui
· 10 years ago
4545d77
Disable DumpNativeStack.
by Ian Rogers
· 10 years ago
ec17f98
kill HAVE_GETHOSTBYNAME_R
by Yabin Cui
· 10 years ago
4ad5cd3
Modify the behavior of thread suspend shootouts.
by Ian Rogers
· 10 years ago
741e287
Merge "Use the new name for the libc++ libbacktrace."
by Dan Albert
· 10 years ago
0069174
Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest"
by Brian Carlstrom
· 10 years ago
4451205
Fix bad OOM check in Thread::CreatePeer().
by Vladimir Marko
· 10 years ago
401da91
Merge "Don't try to handle nested SIGSEGV inside fault handler."
by Ian Rogers
· 10 years ago
ad11e7a
Don't try to handle nested SIGSEGV inside fault handler.
by Ian Rogers
· 10 years ago
b5c49cf
Merge "Allow JNI AttachCurrentThread to fail if not enough stack."
by Ian Rogers
· 10 years ago
f4d4da1
Allow JNI AttachCurrentThread to fail if not enough stack.
by Ian Rogers
· 10 years ago
e73a064
Use the new name for the libc++ libbacktrace.
by Dan Albert
· 10 years ago
e07fd17
Add null check for thread name creation
by Mathieu Chartier
· 10 years ago
4c9c251
Merge "Add jni_internal_test for GetArrayLength(NULL)."
by Ian Rogers
· 10 years ago
2f022bd
Add jni_internal_test for GetArrayLength(NULL).
by Ian Rogers
· 10 years ago
e0b46a7
Fix x86 art_quick_set64_instance quick entrypoint
by Serguei Katkov
· 10 years ago
53463ea
Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest
by Brian Carlstrom
· 10 years ago
29af7b9
Merge "ART: Prune links in the dalvik cache"
by Andreas Gampe
· 10 years ago
8db9dcd
ART: Prune links in the dalvik cache
by Andreas Gampe
· 10 years ago
5f9a954
Delete unused imtable field
by Mathieu Chartier
· 10 years ago
97c1a65
Merge "ART: Fix possible soft+hard failure in verifier"
by Andreas Gampe
· 10 years ago
896df40
ART: Fix possible soft+hard failure in verifier
by Andreas Gampe
· 10 years ago
7947b54
Fix thread pool test valgrind flakiness
by Mathieu Chartier
· 10 years ago
e7c9a8c
Add hash map, reduce excessive hashing
by Mathieu Chartier
· 10 years ago
10d543c
Merge "ART: Fix valgrind"
by Andreas Gampe
· 10 years ago
a0b3451
Fix thread priorities for unstarted threads.
by Narayan Kamath
· 10 years ago
d757632
ART: Fix valgrind
by Andreas Gampe
· 10 years ago
88af00a
Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD
by The Android Open Source Project
· 10 years ago
ec520ef
am b7ce2074: Merge "Mac host doesn\'t define ART_USE_FUTEXES."
by Ian Rogers
· 10 years ago
0006f29
Merge "Add hash set"
by Mathieu Chartier
· 10 years ago
c2e2062
Add hash set
by Mathieu Chartier
· 10 years ago
d6d7c3b
Mac host doesn't define ART_USE_FUTEXES.
by Ian Rogers
· 10 years ago
72d497d
am 1e3339ea: Merge "Move include of system headers outside namesapce."
by Chih-Hung Hsieh
· 10 years ago
1e3339e
Merge "Move include of system headers outside namesapce."
by Chih-Hung Hsieh
· 10 years ago
729c1cf
Move include of system headers outside namesapce.
by Chih-Hung Hsieh
· 10 years ago
93fac11
am 38efdf51: Merge "Implement try/catch/throw in optimizing."
by Nicolas Geoffray
· 10 years ago
de58ab2
Implement try/catch/throw in optimizing.
by Nicolas Geoffray
· 10 years ago
fd62d30
am 3ed86e4e: Merge "ART: Fix warnings in memcmp16 for arm32"
by Andreas Gampe
· 10 years ago
943826e
ART: Fix warnings in memcmp16 for arm32
by Andreas Gampe
· 10 years ago
648c7f6
am 1991fed6: Merge "Don\'t enable ARM_R4_SUSPEND_FLAG."
by Ian Rogers
· 10 years ago
8ba17f6
Don't enable ARM_R4_SUSPEND_FLAG.
by Ian Rogers
· 10 years ago
ab777cf
am da04f29a: Merge "ART: Fix some redundant declarations"
by Andreas Gampe
· 10 years ago
ea1a87f
am 3a8a7a44: Merge "Add ATTRIBUTE_UNUSED to unused parameters."
by Ian Rogers
· 10 years ago
da04f29
Merge "ART: Fix some redundant declarations"
by Andreas Gampe
· 10 years ago
e179456
ART: Fix some redundant declarations
by Andreas Gampe
· 10 years ago
3a8a7a4
Merge "Add ATTRIBUTE_UNUSED to unused parameters."
by Ian Rogers
· 10 years ago
c4f990e
Add ATTRIBUTE_UNUSED to unused parameters.
by Chih-Hung Hsieh
· 10 years ago
4364494
am 4d5d62f4: Merge "Make thread dumping more tolerant of broken invariants during abort."
by Ian Rogers
· 10 years ago
4d5d62f
Merge "Make thread dumping more tolerant of broken invariants during abort."
by Ian Rogers
· 10 years ago
ae1a434
am 78a32333: Merge "ART: More warnings"
by Andreas Gampe
· 10 years ago
78a3233
Merge "ART: More warnings"
by Andreas Gampe
· 10 years ago
b396ff0
am fe50a0f6: Merge "Add a test for SafeMath."
by Ian Rogers
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
8409ec4
Make thread dumping more tolerant of broken invariants during abort.
by Ian Rogers
· 10 years ago
fe50a0f
Merge "Add a test for SafeMath."
by Ian Rogers
· 10 years ago
5ac814a
Add a test for SafeMath.
by Ian Rogers
· 10 years ago
8cff137
am b5331ef9: Merge "Fix unused parameters for the Mac."
by Ian Rogers
· 10 years ago
b7288e7
am 587e2ec6: Merge "Fix build."
by Ian Rogers
· 10 years ago
737b06f
am 4150611d: Merge "Fix mac build."
by Ian Rogers
· 10 years ago
57bc0f5
am cc19cb68: Merge "Don\'t define DISALLOW_COPY_AND_ASSIGN if already defined."
by Ian Rogers
· 10 years ago
b5331ef
Merge "Fix unused parameters for the Mac."
by Ian Rogers
· 10 years ago
4bb1404
Fix unused parameters for the Mac.
by Ian Rogers
· 10 years ago
7dc9c81
Fix build.
by Ian Rogers
· 10 years ago
de2db52
Fix mac build.
by Ian Rogers
· 10 years ago
3eaa852
Don't define DISALLOW_COPY_AND_ASSIGN if already defined.
by Ian Rogers
· 10 years ago
2490b5b
am e03864e9: Merge "Try to fix mac build."
by Nicolas Geoffray
· 10 years ago
e6ac4fd
Try to fix mac build.
by Nicolas Geoffray
· 10 years ago
f23b7ba
am b6b9eeab: Merge "ART: Fix unused parameter warning on Mac"
by Andreas Gampe
· 10 years ago
b6b9eea
Merge "ART: Fix unused parameter warning on Mac"
by Andreas Gampe
· 10 years ago
d77ac7e
ART: Fix unused parameter warning on Mac
by Andreas Gampe
· 10 years ago
6f3c4b3
am 8851cbae: Merge "ART: Replace COMPILE_ASSERT with static_assert (runtime)"
by Andreas Gampe
· 10 years ago
575e78c
ART: Replace COMPILE_ASSERT with static_assert (runtime)
by Andreas Gampe
· 10 years ago
1525ed8
am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags."
by Ian Rogers
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
e9f3424
am 0c25f441: Merge "Check null this pointer for direct methods in FindMethodFast."
by Jeff Hao
· 10 years ago
207a37d
Check null this pointer for direct methods in FindMethodFast.
by Jeff Hao
· 10 years ago
16f523b
am a338da43: Merge "ART: Add miranda checking"
by Andreas Gampe
· 10 years ago
a338da4
Merge "ART: Add miranda checking"
by Andreas Gampe
· 10 years ago
231d835
am 4450721d: Merge "ART: Discard generated image in a low-memory environment"
by Andreas Gampe
· 10 years ago
4450721
Merge "ART: Discard generated image in a low-memory environment"
by Andreas Gampe
· 10 years ago
2b0fa5b
ART: Add miranda checking
by Andreas Gampe
· 10 years ago
d74f000
am a88219f1: Merge "Add image strings to intern table"
by Mathieu Chartier
· 10 years ago
a88219f
Merge "Add image strings to intern table"
by Mathieu Chartier
· 10 years ago
eb175f7
Add image strings to intern table
by Mathieu Chartier
· 10 years ago
2585098
am 31e7c162: Merge "ART: Remove unnecessary includes"
by Andreas Gampe
· 10 years ago
b688611
ART: Remove unnecessary includes
by Andreas Gampe
· 10 years ago
70be1fb
ART: Discard generated image in a low-memory environment
by Andreas Gampe
· 10 years ago
e4c648b
am 9a41fb16: Merge "Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods"
by Brian Carlstrom
· 10 years ago
f322c4c
Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods
by Brian Carlstrom
· 10 years ago
7e7f648
am 8b557af8: Merge "Add math routines with defined wrapping behavior for the interpreter."
by Ian Rogers
· 10 years ago
4ae7f32
am 2a4e71ca: Merge "Avoid signed integer overflow in identity hash code."
by Ian Rogers
· 10 years ago
Next »