summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* ART: Do not unlink unreadable ELF filesAndreas Gampe2014-09-151-7/+3
* ART: Make elf loading not abortAndreas Gampe2014-09-153-140/+397
* ART: Rename Handle hierarchyAndreas Gampe2014-09-1526-246/+317
* ART: Allow quickening in the boot imageAndreas Gampe2014-09-153-193/+215
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-156-57/+114
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-149-25/+154
* Add time out to dump check point.Ian Rogers2014-09-131-1/+5
* Remove dex file index building mutex.Ian Rogers2014-09-122-15/+14
* Merge "Pass current thread as argument to alloc instrumentation."Ian Rogers2014-09-133-6/+3
|\
| * Pass current thread as argument to alloc instrumentation.Ian Rogers2014-09-123-6/+3
* | Fix stale root error in verifierMathieu Chartier2014-09-125-10/+41
|/
* Merge "Compile time performance improvements focusing on interpret-only."Ian Rogers2014-09-1263-1916/+1957
|\
| * Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-1263-1916/+1957
* | Fix and re-enable FreeList large object space for 64 bitMathieu Chartier2014-09-125-227/+244
|/
* Merge "x86 fault handler does not know about movb"Nicolas Geoffray2014-09-121-3/+4
|\
| * x86 fault handler does not know about movbSerguei Katkov2014-09-111-3/+4
* | Add fast path to VMClassLoader.findLoadedClassMathieu Chartier2014-09-113-87/+107
* | ART: Fix preverified setting in VerifyClassAndreas Gampe2014-09-111-2/+7
* | Delete pin tableMathieu Chartier2014-09-113-48/+1
* | Print the command line and ABI in stack dumps like debuggerd.Jeff Brown2014-09-111-6/+11
* | Add DumpClass context on CacheField and CacheMethod failuresBrian Carlstrom2014-09-111-6/+21
* | Fix cpplint issue.Brian Carlstrom2014-09-111-1/+1
* | Fix crash when connected to DDMSSebastien Hertz2014-09-111-1/+1
* | Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further ...Brian Carlstrom2014-09-113-31/+51
* | Merge "Add some comments for retired class."Mingyao Yang2014-09-111-1/+7
|\ \
| * | Add some comments for retired class.Mingyao Yang2014-09-101-1/+7
* | | Merge "ART: Correctly make methods preverified"Andreas Gampe2014-09-116-6/+89
|\ \ \
| * | | ART: Correctly make methods preverifiedAndreas Gampe2014-09-116-6/+89
| | |/ | |/|
* | | Fix deadlock in VirtualMachine.AllThreadsSebastien Hertz2014-09-112-58/+44
* | | Don't hold any lock when visiting classes from JDWPSebastien Hertz2014-09-112-9/+25
|/ /
* | Merge "ART: Fix things for valgrind"Andreas Gampe2014-09-107-43/+54
|\ \
| * | ART: Fix things for valgrindAndreas Gampe2014-09-107-43/+54
* | | Merge "Revert "Disable Clang internal assembler.""Stephen Hines2014-09-101-2/+0
|\ \ \
| * | | Revert "Disable Clang internal assembler."Stephen Hines2014-09-101-2/+0
* | | | Merge "Re-add read barrier to roots in the verifier."Ian Rogers2014-09-103-13/+14
|\ \ \ \
| * | | | Re-add read barrier to roots in the verifier.Ian Rogers2014-09-103-13/+14
* | | | | Merge "Revert "Add read barriers for the roots in the verifier.""Ian Rogers2014-09-1012-475/+478
|\ \ \ \ \ | |/ / / /
| * | | | Revert "Add read barriers for the roots in the verifier."Ian Rogers2014-09-1012-475/+478
| | |_|/ | |/| |
* | | | Merge "Remove reference_static_offsets used for iterating through class stati...Mingyao Yang2014-09-106-51/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Remove reference_static_offsets used for iterating through class static fields.Mingyao Yang2014-09-106-51/+10
| | |/ | |/|
* | | Ensure class is linked before resolutionSebastien Hertz2014-09-101-1/+1
* | | Merge "Add proper cfi directives."Christopher Ferris2014-09-101-5/+10
|\ \ \
| * | | Add proper cfi directives.Christopher Ferris2014-09-101-5/+10
* | | | Merge "Address read barrier issue with cl/106467"Hiroshi Yamauchi2014-09-106-20/+18
|\ \ \ \
| * | | | Address read barrier issue with cl/106467Hiroshi Yamauchi2014-09-096-20/+18
* | | | | Merge "Disable Clang internal assembler."Chih-Hung Hsieh2014-09-101-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Disable Clang internal assembler.Chih-Hung Hsieh2014-09-091-0/+2
| |/ / /
* | | | Improve dex location canonicalization-related performance.Vladimir Marko2014-09-109-137/+127
| |/ / |/| |
* | | Merge "Change Reference.get() intrinsic to Reference.getReferent()."Mathieu Chartier2014-09-092-3/+3
|\ \ \ | |_|/ |/| |
| * | Change Reference.get() intrinsic to Reference.getReferent().Mathieu Chartier2014-09-092-3/+3