summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-1210-54/+25
* Merge "Use the new name for the libc++ libbacktrace."Dan Albert2014-11-121-1/+1
|\
| * Use the new name for the libc++ libbacktrace.Dan Albert2014-11-111-1/+1
* | Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest"Brian Carlstrom2014-11-121-4/+4
|\ \
| * | Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTestBrian Carlstrom2014-11-101-4/+4
* | | Fix bad OOM check in Thread::CreatePeer().Vladimir Marko2014-11-121-1/+1
* | | Merge "Don't try to handle nested SIGSEGV inside fault handler."Ian Rogers2014-11-121-15/+34
|\ \ \
| * | | Don't try to handle nested SIGSEGV inside fault handler.Ian Rogers2014-11-111-15/+34
* | | | Merge "Allow JNI AttachCurrentThread to fail if not enough stack."Ian Rogers2014-11-127-28/+193
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Allow JNI AttachCurrentThread to fail if not enough stack.Ian Rogers2014-11-117-28/+193
* | | Add null check for thread name creationMathieu Chartier2014-11-111-0/+5
|/ /
* | Merge "Add jni_internal_test for GetArrayLength(NULL)."Ian Rogers2014-11-111-1/+9
|\ \
| * | Add jni_internal_test for GetArrayLength(NULL).Ian Rogers2014-11-111-1/+9
| |/
* | Fix x86 art_quick_set64_instance quick entrypointSerguei Katkov2014-11-111-1/+2
|/
* Merge "ART: Prune links in the dalvik cache"Andreas Gampe2014-11-101-5/+7
|\
| * ART: Prune links in the dalvik cacheAndreas Gampe2014-11-101-5/+7
* | Delete unused imtable fieldMathieu Chartier2014-11-104-6/+2
|/
* Merge "ART: Fix possible soft+hard failure in verifier"Andreas Gampe2014-11-092-237/+221
|\
| * ART: Fix possible soft+hard failure in verifierAndreas Gampe2014-11-092-237/+221
* | Fix thread pool test valgrind flakinessMathieu Chartier2014-11-091-5/+1
* | Add hash map, reduce excessive hashingMathieu Chartier2014-11-0712-93/+181
|/
* Merge "ART: Fix valgrind"Andreas Gampe2014-11-0714-115/+313
|\
| * ART: Fix valgrindAndreas Gampe2014-11-0614-115/+313
* | Fix thread priorities for unstarted threads.Narayan Kamath2014-11-072-0/+10
* | Merge remote-tracking branch 'goog/stage-aosp-master' into HEADThe Android Open Source Project2014-11-062-0/+10
|\ \
| * \ am b7ce2074: Merge "Mac host doesn\'t define ART_USE_FUTEXES."Ian Rogers2014-11-071-1/+2
| |\ \ | | |/
| * | am 1e3339ea: Merge "Move include of system headers outside namesapce."Chih-Hung Hsieh2014-11-061-4/+6
| |\ \
| * \ \ am 38efdf51: Merge "Implement try/catch/throw in optimizing."Nicolas Geoffray2014-11-062-5/+8
| |\ \ \
| * \ \ \ am 3ed86e4e: Merge "ART: Fix warnings in memcmp16 for arm32"Andreas Gampe2014-11-061-18/+27
| |\ \ \ \
| * \ \ \ \ am 1991fed6: Merge "Don\'t enable ARM_R4_SUSPEND_FLAG."Ian Rogers2014-11-062-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ am da04f29a: Merge "ART: Fix some redundant declarations"Andreas Gampe2014-11-056-421/+121
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 3a8a7a44: Merge "Add ATTRIBUTE_UNUSED to unused parameters."Ian Rogers2014-11-053-17/+31
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am 4d5d62f4: Merge "Make thread dumping more tolerant of broken invariants du...Ian Rogers2014-11-054-5/+9
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 78a32333: Merge "ART: More warnings"Andreas Gampe2014-11-05109-365/+1169
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am fe50a0f6: Merge "Add a test for SafeMath."Ian Rogers2014-11-051-0/+132
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am b5331ef9: Merge "Fix unused parameters for the Mac."Ian Rogers2014-11-041-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ am 587e2ec6: Merge "Fix build."Ian Rogers2014-11-041-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ am 4150611d: Merge "Fix mac build."Ian Rogers2014-11-041-6/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am cc19cb68: Merge "Don\'t define DISALLOW_COPY_AND_ASSIGN if already defined."Ian Rogers2014-11-041-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am e03864e9: Merge "Try to fix mac build."Nicolas Geoffray2014-11-041-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am b6b9eeab: Merge "ART: Fix unused parameter warning on Mac"Andreas Gampe2014-11-041-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 8851cbae: Merge "ART: Replace COMPILE_ASSERT with static_assert (runtime)"Andreas Gampe2014-11-0421-90/+81
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from bas...Ian Rogers2014-11-0482-840/+359
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 0c25f441: Merge "Check null this pointer for direct methods in FindMethodF...Jeff Hao2014-11-041-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am a338da43: Merge "ART: Add miranda checking"Andreas Gampe2014-11-031-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 4450721d: Merge "ART: Discard generated image in a low-memory environment"Andreas Gampe2014-11-031-0/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am a88219f1: Merge "Add image strings to intern table"Mathieu Chartier2014-11-035-66/+196
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 31e7c162: Merge "ART: Remove unnecessary includes"Andreas Gampe2014-11-035-13/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 9a41fb16: Merge "Fix FindDeclaredVirtualMethod(DexCache...) for miranda me...Brian Carlstrom2014-10-311-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 8b557af8: Merge "Add math routines with defined wrapping behavior for the ...Ian Rogers2014-10-306-79/+144
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \