summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "JDWP: fix thread_list deadlock"Sebastien Hertz2015-04-134-86/+65
|\
| * JDWP: fix thread_list deadlockSebastien Hertz2015-04-084-86/+65
* | ART: Ignore result for exception-case JNIEndWithReferenceAndreas Gampe2015-04-101-20/+15
* | ART: Add Array.createObjectArray to unstarted runtimeAndreas Gampe2015-04-102-4/+29
* | Move ArtField to nativeMathieu Chartier2015-04-1091-1236/+1217
* | Merge "Avoid using dex cache array pointers in libart."Vladimir Marko2015-04-105-9/+52
|\ \
| * | Avoid using dex cache array pointers in libart.Vladimir Marko2015-04-105-9/+52
* | | Merge "Extend the DWARF library to support .debug_info section."David Srbecky2015-04-102-0/+32
|\ \ \
| * | | Extend the DWARF library to support .debug_info section.David Srbecky2015-04-092-0/+32
* | | | Add support for nested method verifiersMathieu Chartier2015-04-094-10/+15
|/ / /
* | | Merge "ART: IRT refactor"Andreas Gampe2015-04-095-8/+54
|\ \ \
| * | | ART: IRT refactorAndreas Gampe2015-04-095-8/+54
| |/ /
* | | Test DexOptStatus enum values match DexFile values.Richard Uhler2015-04-091-0/+37
* | | Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded"Richard Uhler2015-04-094-121/+181
|\ \ \ | |/ / |/| |
| * | Rename isDexOptNeededInternal and add kSelfPatchOatNeededRichard Uhler2015-04-034-121/+181
* | | Merge "Fix JDWP race at runtime shutdown"Sebastien Hertz2015-04-086-19/+55
|\ \ \
| * | | Fix JDWP race at runtime shutdownSebastien Hertz2015-04-016-19/+55
* | | | Merge "Ignore not yet loaded classes during hprof"Sebastien Hertz2015-04-081-0/+4
|\ \ \ \
| * | | | Ignore not yet loaded classes during hprofSebastien Hertz2015-04-071-0/+4
| | |_|/ | |/| |
* | | | Merge "ART: Fix 64-bit ELF file support"Andreas Gampe2015-04-083-22/+38
|\ \ \ \
| * | | | ART: Fix 64-bit ELF file supportAndreas Gampe2015-04-073-22/+38
* | | | | Fix CC root visiting bugMathieu Chartier2015-04-078-10/+16
* | | | | ART: Remove unused variables.Andreas Gampe2015-04-072-2/+0
* | | | | Merge "JDWP: clear exception when allocation fails"Sebastien Hertz2015-04-073-23/+48
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | JDWP: clear exception when allocation failsSebastien Hertz2015-04-023-23/+48
* | | | | Merge "Revert "ART: Fix noreturn for Mac""Andreas Gampe2015-04-072-17/+7
|\ \ \ \ \
| * | | | | Revert "ART: Fix noreturn for Mac"Andreas Gampe2015-04-072-17/+7
* | | | | | Merge "ART: Add support for "silvermont" variant"Andreas Gampe2015-04-074-10/+69
|\ \ \ \ \ \
| * | | | | | ART: Add support for "silvermont" variantAndreas Gampe2015-04-034-10/+69
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "ART: Fix noreturn for Mac"Andreas Gampe2015-04-072-7/+17
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ART: Fix noreturn for MacAndreas Gampe2015-04-062-7/+17
* | | | | | Merge "Add more logging for debugging possible deadlock"Mathieu Chartier2015-04-071-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add more logging for debugging possible deadlockMathieu Chartier2015-04-061-0/+3
* | | | | | Fix JNI compiler for mips64Goran Jakovljevic2015-04-061-8/+8
| |/ / / / |/| | | |
* | | | | ART: Make unknown variant "mips64r6" go awayAndreas Gampe2015-04-061-2/+1
* | | | | ART: Enable more Clang warningsAndreas Gampe2015-04-0611-19/+22
* | | | | ART: Enable Clang's -WdeprecatedAndreas Gampe2015-04-067-2/+14
|/ / / /
* | | | Merge "ART: Add Clang's -Wused-but-marked-unused"Andreas Gampe2015-04-065-7/+6
|\ \ \ \
| * | | | ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-035-7/+6
* | | | | Refactor and improve GC root handlingMathieu Chartier2015-04-0670-531/+855
* | | | | Delete missed ClampGrowthLimit CHECKMathieu Chartier2015-04-031-1/+0
|/ / / /
* | | | Merge "ART: Turn of native stack dump on x86 on-device"Andreas Gampe2015-04-031-0/+5
|\ \ \ \
| * | | | ART: Turn of native stack dump on x86 on-deviceAndreas Gampe2015-04-031-0/+5
* | | | | Merge "Fix the read barrier builds."Hiroshi Yamauchi2015-04-033-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix the read barrier builds.Hiroshi Yamauchi2015-04-033-2/+6
* | | | | Merge "Use va_list argument to abort transaction"Sebastien Hertz2015-04-035-17/+32
|\ \ \ \ \
| * | | | | Use va_list argument to abort transactionSebastien Hertz2015-04-035-17/+32
* | | | | | Merge "Store OatDexFile instead of OatFile in DexFile."Richard Uhler2015-04-037-132/+105
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Store OatDexFile instead of OatFile in DexFile.Richard Uhler2015-04-027-132/+105
| | |/ / / | |/| | |
* | | | | Merge "ART: Avoid obvious segfault in arm & x86 fault handler"Andreas Gampe2015-04-032-0/+13
|\ \ \ \ \ | |_|/ / / |/| | | |