summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix the THREAD_ offsets for MIPS.Raghu Gandham2014-08-151-2/+2
* Merge "[ART] Move to system/core native bridge library"Calin Juravle2014-08-1511-319/+164
|\
| * [ART] Move to system/core native bridge libraryCalin Juravle2014-08-1511-319/+164
* | Merge "Make OatClass and OatMethod immutable once more."Ian Rogers2014-08-124-73/+82
|\ \
| * | Make OatClass and OatMethod immutable once more.Ian Rogers2014-08-144-73/+82
* | | ART: Fix mac buildAndreas Gampe2014-08-141-2/+2
* | | Merge "More efficient stack walk in exception throwing."Hiroshi Yamauchi2014-08-143-15/+19
|\ \ \ | |/ / |/| |
| * | More efficient stack walk in exception throwing.Hiroshi Yamauchi2014-08-133-15/+19
* | | Merge "Fix bugs in the x86 and arm versions of generic JNI."Nicolas Geoffray2014-08-124-11/+35
|\ \ \
| * | | Fix bugs in the x86 and arm versions of generic JNI.Nicolas Geoffray2014-08-144-11/+35
* | | | ART: Fix another potential N-th visitor issueAndreas Gampe2014-08-141-0/+4
* | | | Merge "ART: Fix mac build"Andreas Gampe2014-08-141-3/+1
|\ \ \ \
| * | | | ART: Fix mac buildAndreas Gampe2014-08-131-3/+1
* | | | | Merge "ART: Fix class-linker handling"Andreas Gampe2014-08-141-79/+82
|\ \ \ \ \
| * | | | | ART: Fix class-linker handlingAndreas Gampe2014-08-141-79/+82
| |/ / / /
* | | | | ART: Tolerate shallow call stack in VMStack_getCallingClassLoaderAndreas Gampe2014-08-131-0/+4
|/ / / /
* | | | Merge "Use homogeneous space compaction for non low memory devices."Mathieu Chartier2014-08-131-1/+5
|\ \ \ \
| * | | | Use homogeneous space compaction for non low memory devices.Mathieu Chartier2014-08-131-1/+5
* | | | | Merge "Ensure alternate signal stack is minimum size."Ian Rogers2014-08-141-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Ensure alternate signal stack is minimum size.Ian Rogers2014-08-131-2/+5
| |/ / /
* | | | Merge "Reduce stack usage for overflow checks"Dave Allison2014-08-1220-249/+217
|\ \ \ \
| * | | | Reduce stack usage for overflow checksDave Allison2014-08-1320-249/+217
| | |/ / | |/| |
* | | | Use handle in one case that spans a gc-point.Mingyao Yang2014-08-131-3/+3
| |/ / |/| |
* | | Execute an application even when dex2oat crashes.Nicolas Geoffray2014-08-138-45/+112
* | | Fix crash in VirtualMachine.AllThreads JDWP commandSebastien Hertz2014-08-131-0/+5
* | | Merge "Avoid use of std::string where we have const char*."Ian Rogers2014-08-1234-207/+334
|\ \ \
| * | | Avoid use of std::string where we have const char*.Ian Rogers2014-08-1234-207/+334
| |/ /
* | | Fix art build scriptJunmo Park2014-08-131-2/+2
|/ /
* | Merge "Revert "Revert "Remove GCC atomic workarounds."""Dan Albert2014-08-121-346/+5
|\ \
| * | Revert "Revert "Remove GCC atomic workarounds.""Dan Albert2014-08-111-346/+5
* | | Merge "Initialize art::Atomic's value to 0."Dan Albert2014-08-121-1/+1
|\ \ \
| * | | Initialize art::Atomic's value to 0.Dan Albert2014-08-121-1/+1
| |/ /
* | | Prevent merge conflicts.Mathieu Chartier2014-08-121-4/+4
* | | Merge "Make method tracing deoptimize on startup."Jeff Hao2014-08-111-1/+1
|\ \ \
| * | | Make method tracing deoptimize on startup.Jeff Hao2014-08-111-1/+1
| |/ /
* | | AArch64: Fix art_quick_string_compareto.Zheng Xu2014-08-121-4/+4
* | | Change FreeMemory and TotalMemory behavior.Mathieu Chartier2014-08-112-32/+38
|/ /
* | Merge "Revert "Remove GCC atomic workarounds.""Jeff Hao2014-08-111-5/+346
|\ \
| * | Revert "Remove GCC atomic workarounds."Jeff Hao2014-08-111-5/+346
* | | Merge "Fix more of the Mac build."Dave Allison2014-08-113-5/+29
|\ \ \ | |/ / |/| |
| * | Fix more of the Mac build.Dan Albert2014-08-113-5/+29
* | | Remove GCC atomic workarounds.Ian Rogers2014-08-111-346/+5
| |/ |/|
* | Fix the Mac build.Dan Albert2014-08-092-5/+11
* | Proper fix after -Bsymbolic change.Dan Albert2014-08-093-3/+8
|/
* Remove clang detected warning on tautological comparisonBrian Carlstrom2014-08-081-1/+0
* Merge "ART: Do not check interface being subclass for member access"Andreas Gampe2014-08-091-1/+1
|\
| * ART: Do not check interface being subclass for member accessAndreas Gampe2014-08-081-1/+1
* | Check pause histogram sample size.Mathieu Chartier2014-08-081-3/+5
* | ART: Fix wrong command line parameterAndreas Gampe2014-08-081-1/+1
|/
* Get the native bridge library from the framework.Calin Juravle2014-08-082-48/+12