summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use reader lock of bulk free lock when not freeing."Mathieu Chartier2014-06-242-8/+5
|\
| * Use reader lock of bulk free lock when not freeing.Mathieu Chartier2014-06-232-8/+5
* | Mac doesn't define MAP_ANONYMOUSIan Rogers2014-06-231-0/+4
|/
* Merge "Limit the size of files created by run-test to 2MB."Ian Rogers2014-06-231-12/+27
|\
| * Limit the size of files created by run-test to 2MB.Ian Rogers2014-06-221-12/+27
* | Merge "More verbose logs for JDWP events"Sebastien Hertz2014-06-202-76/+103
|\ \ | |/ |/|
| * More verbose logs for JDWP eventsSebastien Hertz2014-06-232-76/+103
* | Merge "ART: Method verifier must check invoke-virtuals for non-zero args"Andreas Gampe2014-06-203-33/+51
|\ \
| * | ART: Method verifier must check invoke-virtuals for non-zero argsAndreas Gampe2014-06-203-33/+51
* | | Merge "Shared single GC iteration accounting for all GCs."Mathieu Chartier2014-06-2012-350/+346
|\ \ \
| * | | Shared single GC iteration accounting for all GCs.Mathieu Chartier2014-06-2012-350/+346
* | | | Merge "ART: ReadFully needs to fail when EOF"Andreas Gampe2014-06-202-1/+15
|\ \ \ \
| * | | | ART: ReadFully needs to fail when EOFAndreas Gampe2014-06-202-1/+15
| |/ / /
* | | | Merge "Add more read barriers for JNI roots."Hiroshi Yamauchi2014-06-209-30/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-209-30/+40
* | | | Merge "ART: Do not try to pretty-print method in dex file"Andreas Gampe2014-06-201-4/+2
|\ \ \ \
| * | | | ART: Do not try to pretty-print method in dex fileAndreas Gampe2014-06-191-4/+2
| | |/ / | |/| |
* | | | ART: Method verifier needs to check 2-reg valuesAndreas Gampe2014-06-192-1/+7
|/ / /
* | | Merge "Add mark compact collector."Mathieu Chartier2014-06-1724-97/+1037
|\ \ \
| * | | Add mark compact collector.Mathieu Chartier2014-06-1924-97/+1037
* | | | Merge "Fix art_quick_instrumentation_exit for ARM64"Sebastien Hertz2014-06-171-2/+2
|\ \ \ \
| * | | | Fix art_quick_instrumentation_exit for ARM64Sebastien Hertz2014-06-191-2/+2
| | |_|/ | |/| |
* | | | Add an option to enable collecting dex pc in ART profilerWei Jin2014-06-195-54/+203
* | | | Merge "ART: Target-dependent stack overflow, less check elision"Andreas Gampe2014-06-184-40/+51
|\ \ \ \ | |_|/ / |/| | |
| * | | ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-184-40/+51
* | | | Merge "Ensure classes are initialized rather than initializing."Ian Rogers2014-06-186-17/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure classes are initialized rather than initializing.Ian Rogers2014-06-186-17/+19
| | |/ | |/|
* | | Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. T...Ian Rogers2014-06-182-1/+2
|\ \ \ | |/ / |/| |
| * | Assign a lower Locklevel for Mutexes used in QuasiAtomic operations.Raghu Gandham2014-06-132-1/+2
* | | Merge "Fix GetMethodID to find an interface method from a super-interface"Brian Carlstrom2014-06-174-68/+102
|\ \ \ | |_|/ |/| |
| * | Fix GetMethodID to find an interface method from a super-interfaceBrian Carlstrom2014-06-184-68/+102
* | | Fix systrace logging, total paused time, and bytes saved message.Mathieu Chartier2014-06-174-5/+14
* | | Enable background compaction by defaultMathieu Chartier2014-06-171-1/+1
* | | Merge "Fix error with remembered sets creation."Mathieu Chartier2014-06-171-10/+12
|\ \ \
| * | | Fix error with remembered sets creation.Mathieu Chartier2014-06-171-10/+12
* | | | Merge "Change reference processing to use heap references."Mathieu Chartier2014-06-1711-123/+150
|\ \ \ \
| * | | | Change reference processing to use heap references.Mathieu Chartier2014-06-1611-123/+150
| | |_|/ | |/| |
* | | | Merge "AArch64: Add transition assembly to wrapper native functions."Bill Buzbee2014-06-172-29/+45
|\ \ \ \
| * | | | AArch64: Add transition assembly to wrapper native functions.Zheng Xu2014-06-172-29/+45
* | | | | Merge "ART: Make verifier check invocation args of unresolved methods"Andreas Gampe2014-06-172-102/+176
|\ \ \ \ \
| * | | | | ART: Make verifier check invocation args of unresolved methodsAndreas Gampe2014-06-172-102/+176
* | | | | | Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-1714-258/+540
| |/ / / / |/| | | |
* | | | | ART: Implement rem_double/rem_float for x86/x86-64Alexei Zavjalov2014-06-173-35/+4
| |_|/ / |/| | |
* | | | Merge "Disable StubTest.IndexOf if heap poisoning is enabled for now."Hiroshi Yamauchi2014-06-161-0/+2
|\ \ \ \
| * | | | Disable StubTest.IndexOf if heap poisoning is enabled for now.Hiroshi Yamauchi2014-06-161-0/+2
| | |/ / | |/| |
* | | | Merge "Add read barriers for the class and the intern tables."Hiroshi Yamauchi2014-06-169-35/+53
|\ \ \ \ | |_|/ / |/| | |
| * | | Add read barriers for the class and the intern tables.Hiroshi Yamauchi2014-06-139-35/+53
| |/ /
* | | Merge "Relax limits for profiler options"Calin Juravle2014-06-101-2/+2
|\ \ \ | |_|/ |/| |
| * | Relax limits for profiler optionsCalin Juravle2014-06-111-2/+2
* | | Merge "ART: Dex file verifier can't blindly use GetDescriptor"Andreas Gampe2014-06-121-0/+4
|\ \ \