summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix a DCHECK failure when causing GC from DDMS.Hiroshi Yamauchi2014-03-283-18/+41
* Merge "Support inlining with breakpoint"Sebastien Hertz2014-03-272-46/+120
|\
| * Support inlining with breakpointSebastien Hertz2014-03-272-46/+120
* | Merge "Last patch for running tests on ARM64"Andreas Gampe2014-03-272-6/+53
|\ \
| * | Last patch for running tests on ARM64Andreas Gampe2014-03-272-6/+53
* | | Merge "Handle Array::Memmove within the same array properly."Ian Rogers2014-03-271-36/+49
|\ \ \
| * | | Handle Array::Memmove within the same array properly.Ian Rogers2014-03-271-36/+49
* | | | Merge "Reflection tidying."Ian Rogers2014-03-274-78/+47
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reflection tidying.Ian Rogers2014-03-264-78/+47
| |/ /
* | | Merge "Refactor deoptimization support in debugger"Sebastien Hertz2014-03-278-122/+186
|\ \ \
| * | | Refactor deoptimization support in debuggerSebastien Hertz2014-03-268-122/+186
* | | | Merge "Do not suspend current thread to build stacktrace from DDMS"Sebastien Hertz2014-03-271-15/+23
|\ \ \ \
| * | | | Do not suspend current thread to build stacktrace from DDMSSebastien Hertz2014-03-271-15/+23
* | | | | Merge "Fix alloc tracker locking issue"Sebastien Hertz2014-03-271-11/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix alloc tracker locking issueSebastien Hertz2014-03-261-11/+16
| | |/ / | |/| |
* | | | Merge "Less redundant verification."Mathieu Chartier2014-03-272-5/+6
|\ \ \ \
| * | | | Less redundant verification.Mathieu Chartier2014-03-262-5/+6
| | |_|/ | |/| |
* | | | Add valgrind support to large object map space.Mathieu Chartier2014-03-263-5/+55
|/ / /
* | | Add GC mode for stressing testing heap transitions.Mathieu Chartier2014-03-251-0/+9
|/ /
* | Add missing debugger root visiting.Mathieu Chartier2014-03-2511-94/+208
* | Trampoline and assembly fixes for ARM64Andreas Gampe2014-03-241-2/+4
* | Merge "Refactor object reference visiting logic."Mathieu Chartier2014-03-2417-367/+373
|\ \
| * | Refactor object reference visiting logic.Mathieu Chartier2014-03-2417-367/+373
* | | Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly"Andreas Gampe2014-03-242-3/+3
|\ \ \
| * | | Fixes to mem_map wraparound and ARM64 quick_invoke assemblyAndreas Gampe2014-03-212-3/+3
* | | | Merge "Avoid strerror until we are sure there is an error"Andreas Gampe2014-03-241-8/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid strerror until we are sure there is an errorBrian Carlstrom2014-03-241-8/+14
| |/ /
* | | Refactor and optimize GC code.Mathieu Chartier2014-03-2412-242/+190
|/ /
* | Merge "Deduplicate the code that hardcodes the array header layout."Hiroshi Yamauchi2014-03-212-7/+7
|\ \
| * | Deduplicate the code that hardcodes the array header layout.Hiroshi Yamauchi2014-03-212-7/+7
* | | Merge "Revoke rosalloc thread-local buffers at the checkpoint."Hiroshi Yamauchi2014-03-2117-8/+121
|\ \ \
| * | | Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-2117-8/+121
| |/ /
* | | Merge "Don't return null for null utf in AllocFromModifiedUtf8."Mathieu Chartier2014-03-212-7/+5
|\ \ \
| * | | Don't return null for null utf in AllocFromModifiedUtf8.Mathieu Chartier2014-03-212-7/+5
| |/ /
* | | Fix sign problem, implement low-mem mmap wraparoundAndreas Gampe2014-03-212-3/+22
|/ /
* | Improvements to Field.get/set.Ian Rogers2014-03-2110-142/+174
* | Merge "Refactor the garbage collector driver (GarbageCollector::Run)."Hiroshi Yamauchi2014-03-218-79/+88
|\ \ | |/ |/|
| * Refactor the garbage collector driver (GarbageCollector::Run).Hiroshi Yamauchi2014-03-208-79/+88
* | Merge "Support inlining detection from debugger."Sebastien Hertz2014-03-211-36/+51
|\ \
| * | Support inlining detection from debugger.Sebastien Hertz2014-03-211-36/+51
* | | Fix issue parsing implicit_checks propertyDave Allison2014-03-201-1/+3
* | | Merge "Fix RecordFree to take signed parameters."Mathieu Chartier2014-03-204-13/+17
|\ \ \
| * | | Fix RecordFree to take signed parameters.Mathieu Chartier2014-03-204-13/+17
| | |/ | |/|
* | | Merge "Add Heap::RunningOnValgrind and call it from the spaces."Mathieu Chartier2014-03-203-2/+5
|\ \ \
| * | | Add Heap::RunningOnValgrind and call it from the spaces.Mathieu Chartier2014-03-203-2/+5
| |/ /
* | | Merge "64bit: make runtime offsets more deterministic."Ian Rogers2014-03-204-21/+17
|\ \ \
| * | | 64bit: make runtime offsets more deterministic.Ian Rogers2014-03-204-21/+17
* | | | Fix a libartd.so boot DCHECK failure with the GSS collector.Hiroshi Yamauchi2014-03-201-1/+1
| |/ / |/| |
* | | Merge "Add soft reference pre processing."Mathieu Chartier2014-03-204-9/+42
|\ \ \ | |/ / |/| |
| * | Add soft reference pre processing.Mathieu Chartier2014-03-204-9/+42