summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-19100-359/+317
* Merge "Check and log a to-space overflow explicitly."Hiroshi Yamauchi2014-05-191-0/+1
|\
| * Check and log a to-space overflow explicitly.Hiroshi Yamauchi2014-05-191-0/+1
* | Build fix.Ian Rogers2014-05-191-1/+1
|/
* Merge "Switch ART to libc++."Dan Albert2014-05-191-1/+5
|\
| * Switch ART to libc++.Ian Rogers2014-05-191-1/+5
* | Follow up to "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-196-11/+11
|/
* Merge "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-1910-28/+81
|\
| * Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-1610-28/+81
* | Increase the size of guard for Stack Overflow (x86_64)Serguei Katkov2014-05-191-1/+1
* | Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-1826-475/+461
* | Merge "ART: Move start of linear mmap_scan out of reserved space"Andreas Gampe2014-05-171-2/+2
|\ \
| * | ART: Move start of linear mmap_scan out of reserved spaceAndreas Gampe2014-05-161-2/+2
| |/
* | Merge "Fix generic jni issue in ArtMethod::GetQuickFrameInfo"Andreas Gampe2014-05-174-19/+20
|\ \
| * | Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-164-19/+20
| |/
* | Merge "Visit methods in stack frames during root visits."Hiroshi Yamauchi2014-05-172-7/+22
|\ \ | |/ |/|
| * Visit methods in stack frames during root visits.Hiroshi Yamauchi2014-05-162-7/+22
* | Merge "64-bit host multilib build."Ying Wang2014-05-161-26/+13
|\ \
| * | 64-bit host multilib build.Ying Wang2014-05-161-26/+13
* | | Change ObjectLock to take Handle instead of Handle pointer.Mathieu Chartier2014-05-164-27/+23
* | | Merge "ART: Fix Segment Fault with null owner while monitor logging is enabled"Mathieu Chartier2014-05-161-2/+7
|\ \ \ | |/ / |/| |
| * | ART: Fix Segment Fault with null owner while monitor logging is enabledHaifeng Li2014-05-161-2/+7
* | | Merge "Fix JDWP location event report on return instructions"Sebastien Hertz2014-05-163-0/+34
|\ \ \
| * | | Fix JDWP location event report on return instructionsSebastien Hertz2014-05-153-0/+34
* | | | Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-1551-50/+87
| |/ / |/| |
* | | Avoid some unnecessary use of stl types.Ian Rogers2014-05-154-21/+43
| |/ |/|
* | Merge "Move RoS allocator to use unordered_set."Ian Rogers2014-05-152-27/+16
|\ \
| * | Move RoS allocator to use unordered_set.Ian Rogers2014-05-152-27/+16
* | | Merge "Workaround x86 interpretter stack overflow"Brian Carlstrom2014-05-151-0/+5
|\ \ \
| * | | Workaround x86 interpretter stack overflowBrian Carlstrom2014-05-151-0/+5
| |/ /
* | | Merge "ART: Fix MonitorExit code on ARM"Andreas Gampe2014-05-151-5/+5
|\ \ \
| * | | ART: Fix MonitorExit code on ARMAndreas Gampe2014-05-151-5/+5
| |/ /
* | | Improve large object free CHECKMathieu Chartier2014-05-151-1/+2
|/ /
* | Merge "ART: Resolve MAP_32BIT limitation in x86_64"Andreas Gampe2014-05-152-1/+68
|\ \ | |/ |/|
| * ART: Resolve MAP_32BIT limitation in x86_64Qiming Shi2014-05-142-1/+68
* | Fix buildSebastien Hertz2014-05-151-2/+2
* | Merge "Register debugger for interesting instrumentation events only"Sebastien Hertz2014-05-154-63/+194
|\ \
| * | Register debugger for interesting instrumentation events onlySebastien Hertz2014-05-154-63/+194
* | | Merge "Combine JDWP location events"Sebastien Hertz2014-05-154-33/+51
|\ \ \ | |_|/ |/| |
| * | Combine JDWP location eventsSebastien Hertz2014-05-124-33/+51
| |/
* | Merge "ART: Fix typo in ArtMethod::FindCatchBlock"Andreas Gampe2014-05-154-6/+30
|\ \
| * | ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-144-6/+30
* | | Merge "Fix race in inflating thin locks."Mathieu Chartier2014-05-151-13/+14
|\ \ \
| * | | Fix race in inflating thin locks.Mathieu Chartier2014-05-141-13/+14
* | | | Merge "ART: Fix comments for dmb"Andreas Gampe2014-05-142-4/+4
|\ \ \ \
| * | | | ART: Fix comments for dmbAndreas Gampe2014-05-142-4/+4
| | |/ / | |/| |
* | | | Merge "Address comments from HandleScope change."Mathieu Chartier2014-05-143-5/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Address comments from HandleScope change.Mathieu Chartier2014-05-143-5/+5
| |/ /
* | | Merge "64-bit build fix."Ian Rogers2014-05-141-1/+1
|\ \ \
| * | | 64-bit build fix.Ian Rogers2014-05-141-1/+1