summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-7.1.1_r4' into cm-14.1cm-14.1_prerebaseDan Pasanen2016-12-0644-344/+1003
|\
| * Ensure OpenDexFilesFromImage closes file to prevent file descriptor leakBrian Carlstrom2016-10-145-144/+154
| * ART: Reprint long messages on abortAndreas Gampe2016-10-044-13/+17
| * ART: Clean up IRT-related abort messagingAndreas Gampe2016-10-043-18/+50
| * DO NOT MERGE: Update Oat version to 088Alex Light2016-09-281-1/+1
| * ART: Dump referenced type in IRT overflowsAndreas Gampe2016-09-271-0/+7
| * Smarter image layoutMathieu Chartier2016-09-234-2/+10
| * Merge "Make image test multi image" into nyc-mr1-devTreeHugger Robot2016-09-226-13/+81
| |\
| | * Make image test multi imageMathieu Chartier2016-09-216-13/+81
| * | Ensure class is initialized when reading its fields from debugger.Jeff Hao2016-09-191-9/+28
| |/
| * Merge "Fix vtable corruption issue" into nyc-mr1-devTreeHugger Robot2016-09-091-59/+159
| |\
| | * Fix vtable corruption issueAlex Light2016-09-091-59/+159
| * | Don't assume resolved classses are filled in for ResolvedFieldAccessTestMathieu Chartier2016-09-083-4/+59
| |/
| * Save environment snapshot and use at fork/execDavid Sehr2016-08-316-6/+134
| * Add lock when iterating over BacktraceMap.Christopher Ferris2016-08-251-0/+3
| * Card mark holding class instead of declaring classMathieu Chartier2016-08-259-53/+125
| * Revert "Revert "Use try lock to fix class resolution race""Mathieu Chartier2016-08-238-29/+175
| * Revert "Use try lock to fix class resolution race"Mathieu Chartier2016-08-238-171/+29
| * Use try lock to fix class resolution raceMathieu Chartier2016-08-238-29/+171
| * Merge "Revert "Save environment snapshot and use at fork/exec"" into nyc-mr1-devDavid Sehr2016-08-235-111/+2
| |\
| | * Revert "Save environment snapshot and use at fork/exec"David Sehr2016-08-235-111/+2
| * | Merge "Save environment snapshot and use at fork/exec" into nyc-mr1-devDavid Sehr2016-08-225-2/+111
| |\|
| | * Save environment snapshot and use at fork/execDavid Sehr2016-08-185-2/+111
| * | Fix debugger calling new String().Jeff Hao2016-08-221-5/+12
| |/
* | Fix build on XCode 8 w/OSX 10.12 SDKDan Willemsen2016-10-291-1/+3
* | Merge tag 'android-7.1.0_r4' of https://android.googlesource.com/platform/art...Steve Kondik2016-10-2541-825/+907
|\|
| * Merge "Fix pending exception failure for encoded statics" into nyc-mr1-devMathieu Chartier2016-08-111-6/+11
| |\
| | * Fix pending exception failure for encoded staticsMathieu Chartier2016-08-101-6/+11
| * | Merge "ART: Check for more low-space situations in zygote" into nyc-mr1-devTreeHugger Robot2016-08-112-1/+25
| |\ \
| | * | ART: Check for more low-space situations in zygoteAndreas Gampe2016-08-102-1/+25
| | |/
| * / Put the deletion of profiling info under a GC critical section.Nicolas Geoffray2016-08-106-3/+12
| |/
| * Fix profiling output to properly display class info.Jeff Hao2016-08-011-1/+1
| * Merge "Do allocation fence before pushing on allocation stack" into nyc-mr1-devTreeHugger Robot2016-07-192-16/+26
| |\
| | * Do allocation fence before pushing on allocation stackMathieu Chartier2016-07-192-16/+26
| * | Merge "Add API for getting location of odex or oat file" into nyc-mr1-devPhilip Cuadra2016-07-141-0/+38
| |\ \
| | * | Add API for getting location of odex or oat filePhilip Cuadra2016-07-141-0/+38
| | |/
| * | Merge "ART: Remove zygote OTA code" into nyc-mr1-devAndreas Gampe2016-07-132-179/+0
| |\ \ | | |/ | |/|
| | * ART: Remove zygote OTA codeAndreas Gampe2016-07-092-179/+0
| * | Revert "Revert "Optimize IMT""Artem Udovichenko2016-07-0815-186/+396
| |/
| * Merge changes I2814a0b8,I05a7961f into nyc-mr1-devTreeHugger Robot2016-06-294-226/+243
| |\
| | * ART: Add dex2oat swap-usage parametersAndreas Gampe2016-06-284-146/+195
| | * OatFileAssistantTest: do not relocate image randomly.Richard Uhler2016-06-271-91/+59
| * | Revert "Optimize IMT"Jeff Hao2016-06-2915-318/+147
| |/
| * Merge \"Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) if app is debuggable.\...Oleksiy Vyalov2016-06-221-0/+10
| |\
| * | Propagate flags to ShouldHaveEmbeddedVTableMathieu Chartier2016-06-211-1/+2
| * | Optimize IMTNelli Kim2016-06-2115-147/+317
| * | Merge changes from topic 'PHENOMENAL_CHANGE' into nyc-mr1-devMathieu Chartier2016-06-219-201/+149
| |\ \
| | * | Use collector specific helper classesMathieu Chartier2016-06-179-201/+149
| | * | Avoid duplicate class for mark compactMathieu Chartier2016-06-171-2/+2
| * | | ART: Use null for the BootClassLoader in LoadLibraryAndreas Gampe2016-06-181-2/+8
| |\ \ \ | | |/ / | |/| |