summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-1829-491/+486
* 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-176-21/+26
|\ \
| * | Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-166-21/+26
| |/
* | 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 "ART: Turn off ARM64 compilation for now"Andreas Gampe2014-05-161-1/+1
|\ \
| * | ART: Turn off ARM64 compilation for nowAndreas Gampe2014-05-161-1/+1
* | | Merge "Add missing header necessary for libc++."Ian Rogers2014-05-161-0/+1
|\ \ \
| * | | Add missing header necessary for libc++.Ian Rogers2014-05-161-0/+1
* | | | Merge "64-bit host multilib build."Ying Wang2014-05-163-32/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | 64-bit host multilib build.Ying Wang2014-05-163-32/+15
| |/ /
* | | Merge "ART: Add support for constant vector literals"Bill Buzbee2014-05-1610-22/+334
|\ \ \
| * | | ART: Add support for constant vector literalsMark Mendell2014-05-1610-22/+334
* | | | Merge "Change ObjectLock to take Handle instead of Handle pointer."Mathieu Chartier2014-05-165-28/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Change ObjectLock to take Handle instead of Handle pointer.Mathieu Chartier2014-05-165-28/+24
* | | | Merge "Add x86_64 code generation support"Bill Buzbee2014-05-1611-169/+405
|\ \ \ \
| * | | | Add x86_64 code generation supportDmitry Petrochenko2014-05-1411-169/+405
* | | | | Merge "add make target variables for gtests"Tsu Chiang Chuang2014-05-161-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add make target variables for gtestsTsu Chiang Chuang2014-05-161-0/+6
* | | | | 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 "AArch64: Fix quick compiler monitor implementation."Bill Buzbee2014-05-165-129/+108
|\ \ \ \ \
| * | | | | AArch64: Fix quick compiler monitor implementation.Zheng Xu2014-05-165-129/+108
* | | | | | Merge "dalvikvm: create the dalvikvm symlink to the primary version"Narayan Kamath2014-05-161-1/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dalvikvm: create the dalvikvm symlink to the primary versionYongqin Liu2014-05-151-1/+5
* | | | | | Merge "Workaround for multi-line comment error when compiled with g++."Nicolas Geoffray2014-05-161-44/+46
|\ \ \ \ \ \
| * | | | | | Workaround for multi-line comment error when compiled with g++.Nicolas Geoffray2014-05-161-44/+46
|/ / / / / /
* | | | | | Merge "Linearize the graph before creating live ranges."Nicolas Geoffray2014-05-1611-48/+355
|\ \ \ \ \ \
| * | | | | | Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-1611-48/+355
* | | | | | | 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
* | | | | | | | Merge "Compatibility layer to transition from UniquePtr to std::unique_ptr."Ian Rogers2014-05-1671-69/+112
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-1571-69/+112
* | | | | | | | Merge "ART: A Compile Filter for x86_64"Bill Buzbee2014-05-151-19/+313
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ART: A Compile Filter for x86_64Vladimir Kostyukov2014-05-141-19/+313
* | | | | | | | Merge "Avoid some unnecessary use of stl types."Ian Rogers2014-05-154-21/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid some unnecessary use of stl types.Ian Rogers2014-05-154-21/+43
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge "ART: Make build error a warning for TARGET_CPU_SMP"Andreas Gampe2014-05-151-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ART: Make build error a warning for TARGET_CPU_SMPAndreas Gampe2014-05-151-1/+3
* | | | | | | | Merge "Move RoS allocator to use unordered_set."Ian Rogers2014-05-153-27/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Move RoS allocator to use unordered_set.Ian Rogers2014-05-153-27/+19
* | | | | | | | Merge "Workaround x86 interpretter stack overflow"Brian Carlstrom2014-05-151-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Workaround x86 interpretter stack overflowBrian Carlstrom2014-05-151-0/+5
* | | | | | | | | Merge "Quick Compiler: fix Arm cts failures"Bill Buzbee2014-05-152-6/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Quick Compiler: fix Arm cts failuresBill Buzbee2014-05-152-6/+21
* | | | | | | | | | Merge "ART: Fix MonitorExit code on ARM"Andreas Gampe2014-05-1513-18/+76
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | ART: Fix MonitorExit code on ARMAndreas Gampe2014-05-1513-18/+76
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge "Don't import llvm.mk for non-portable builds."Ian Rogers2014-05-151-3/+5
|\ \ \ \ \ \ \ \ \