summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the per-project FDO support. Use the common FDO support from build/core.Dehao Chen2014-07-271-0/+1
* Merge "ART: Native bridge command-line parameter"Andreas Gampe2014-07-245-24/+70
|\
| * ART: Native bridge command-line parameterAndreas Gampe2014-07-265-24/+70
* | Merge "ART: Allow arrays with erroneous component type"Andreas Gampe2014-07-251-1/+8
|\ \
| * | ART: Allow arrays with erroneous component typeAndreas Gampe2014-07-251-1/+8
* | | Merge "Tweaks to patchoat and other related things."Andreas Gampe2014-07-231-28/+25
|\ \ \ | |_|/ |/| |
| * | Tweaks to patchoat and other related things.Alex Light2014-07-251-28/+25
* | | ART: Clean up API after change 102631Andreas Gampe2014-07-253-8/+12
* | | Fix main space memory leak and add checks.Mathieu Chartier2014-07-252-9/+10
* | | Fix dangling pointer bug when transitioning to background.Mathieu Chartier2014-07-251-11/+10
|/ /
* | Merge "Rename openDexFileNative to openDexFile."Narayan Kamath2014-07-231-2/+2
|\ \
| * | Rename openDexFileNative to openDexFile.Calin Juravle2014-07-251-2/+2
* | | Merge "Add a new stack map scheme that encodes compilation info per pc."Nicolas Geoffray2014-07-232-7/+329
|\ \ \ | |/ / |/| |
| * | Add a new stack map scheme that encodes compilation info per pc.Nicolas Geoffray2014-07-212-7/+329
* | | ART: Fix wrong CHECK in GetCurrentLocationForThrowAndreas Gampe2014-07-252-7/+7
* | | Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC"Andreas Gampe2014-07-232-1/+5
|\ \ \
| * | | ART: Relax CurrentMethodVisitor requirements on GetDexPCAndreas Gampe2014-07-252-1/+5
* | | | Merge "ART: Account for multidex location strings in VMClassLoader"Andreas Gampe2014-07-232-7/+24
|\ \ \ \
| * | | | ART: Account for multidex location strings in VMClassLoaderAndreas Gampe2014-07-242-7/+24
| | |_|/ | |/| |
* | | | Integrate ART with NativeBridge interfacesYong WU2014-07-244-5/+358
* | | | Fix memory leak in RemoveRememberedSet.Mathieu Chartier2014-07-242-0/+2
* | | | Fix stale remembered sets error.Mathieu Chartier2014-07-241-0/+4
* | | | Merge "Fix access to long/double stack values from debugger"Sebastien Hertz2014-07-234-47/+197
|\ \ \ \
| * | | | Fix access to long/double stack values from debuggerSebastien Hertz2014-07-174-47/+197
| | |/ / | |/| |
* | | | ART: Fix x86_64 instrumentation_exit, also movsd -> movqAndreas Gampe2014-07-232-5/+5
| |/ / |/| |
* | | Fix x86 instrumentation exit entrypoint and trace size limit.Jeff Hao2014-07-221-7/+5
* | | Merge "Recycle mem-maps for collector transitions."Mathieu Chartier2014-07-2214-152/+215
|\ \ \
| * | | Recycle mem-maps for collector transitions.Mathieu Chartier2014-07-2214-152/+215
* | | | Fix build, missing spaces around =/<.Mingyao Yang2014-07-221-1/+1
|/ / /
* | | Merge "Set vtable in class object to null after linking."Mingyao Yang2014-07-229-49/+123
|\ \ \
| * | | Set vtable in class object to null after linking.Mingyao Yang2014-07-229-49/+123
* | | | ART: Fix checks for relocation deltaAndreas Gampe2014-07-221-2/+2
* | | | Runtime can now be set to require relocationAlex Light2014-07-2221-148/+834
* | | | Interpreter can kick in even when implicit checks are enabled.Nicolas Geoffray2014-07-223-5/+17
* | | | Merge "Avoid marking erroneous classes as erroneous twice."Ian Rogers2014-07-171-3/+9
|\ \ \ \
| * | | | Avoid marking erroneous classes as erroneous twice.Ian Rogers2014-07-221-3/+9
* | | | | Merge "ART: Throw StackOverflowError in native code"Andreas Gampe2014-07-218-47/+141
|\ \ \ \ \
| * | | | | ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-218-47/+141
* | | | | | ART: Check high part of dalvik register pairs on put-wideAndreas Gampe2014-07-211-2/+4
| |/ / / / |/| | | |
* | | | | Merge "Add detection of zygote vs app vs image objects in hprof"Mathieu Chartier2014-07-211-7/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add detection of zygote vs app vs image objects in hprofMathieu Chartier2014-07-211-7/+19
* | | | | Merge "Add read barriers for the GC roots in Instrumentation."Hiroshi Yamauchi2014-07-214-29/+103
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add read barriers for the GC roots in Instrumentation.Hiroshi Yamauchi2014-07-214-29/+103
* | | | | Fix erroneous behaviors with OOME present.Ian Rogers2014-07-213-10/+14
| |_|_|/ |/| | |
* | | | Merge "ART: Also accept java.lang.Throwable as a catch-all handler."Andreas Gampe2014-07-171-4/+22
|\ \ \ \
| * | | | ART: Also accept java.lang.Throwable as a catch-all handler.Andreas Gampe2014-07-181-4/+22
* | | | | Merge "ART: Improve overflow detection in dex file verifier"Andreas Gampe2014-07-182-27/+37
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ART: Improve overflow detection in dex file verifierAndreas Gampe2014-07-172-27/+37
| |/ / /
* | | | Merge "Add optimized assembler implementation of __memcmp16 for x86."Ian Rogers2014-07-174-1/+1044
|\ \ \ \
| * | | | Add optimized assembler implementation of __memcmp16 for x86.Alexander Ivchenko2014-07-174-1/+1044