summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ART: Avoid obvious segfault in arm & x86 fault handlerAndreas Gampe2015-04-032-0/+13
* | | | | Revert "ART: Workaround for b/20019689"Sebastien Hertz2015-04-031-5/+1
* | | | | Merge "Use specific exception class to abort transaction"Sebastien Hertz2015-04-038-24/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use specific exception class to abort transactionSebastien Hertz2015-04-038-24/+31
| | |/ / | |/| |
* | | | Merge "ART: Move trace options to a struct"Andreas Gampe2015-04-032-13/+22
|\ \ \ \
| * | | | ART: Move trace options to a structAndreas Gampe2015-04-022-13/+22
* | | | | Merge "[optimizing] Implement x86/x86_64 math intrinsics"Andreas Gampe2015-04-021-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-0/+2
| | |/ / | |/| |
* | | | Merge "Fix race with Heap::ClampGrowthLimit and GC"Mathieu Chartier2015-04-023-1/+7
|\ \ \ \
| * | | | Fix race with Heap::ClampGrowthLimit and GCMathieu Chartier2015-04-023-1/+7
* | | | | Merge "Write .debug_line section using the new DWARF library."David Srbecky2015-04-022-33/+34
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Write .debug_line section using the new DWARF library.David Srbecky2015-04-012-33/+34
* | | | | Switch to shared libcutils on host to fix odr-violationBrian Carlstrom2015-04-021-1/+1
| |/ / / |/| | |
* | | | Merge "Revert "Revert "Deoptimization-based bce."""Mingyao Yang2015-04-0112-6/+30
|\ \ \ \
| * | | | Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-0112-6/+30
| | |_|/ | |/| |