summaryrefslogtreecommitdiffstats
path: root/libart/src
Commit message (Expand)AuthorAgeFilesLines
...
* | am 94b1bae4: Merge commit \'a6e22fc9\' into manualmergeIan Rogers2013-09-234-55/+176
|\ \ | |/
| * Avoid computing class def indices.Ian Rogers2013-09-214-55/+176
* | am b80808d7: am 98430d0d: Fix getGenericInterfaces for the no annotation case.Ian Rogers2013-09-231-1/+1
|\ \ | |/
| * Fix getGenericInterfaces for the no annotation case.Ian Rogers2013-09-211-1/+1
* | am 3f1ad69e: Merge commit \'d4ec55c4\' into manualmergeIan Rogers2013-09-233-14/+27
|\ \ | |/
| * Lazier annotation signature parsing.Ian Rogers2013-09-213-14/+27
* | Fix Java 7 build.Ying Wang2013-09-201-1/+1
|/
* Use the docs-approved Android x.y (Name) format consistently.Elliott Hughes2013-09-031-5/+5
* Add libcore support for sample profiling from traceview gui.Jeff Hao2013-08-281-395/+0
* Fix arrayIndexScale.Ian Rogers2013-08-281-1/+1
* Share ClassLoader codeBrian Carlstrom2013-08-143-922/+0
* Refactor ART java.lang.reflect implementationBrian Carlstrom2013-08-1310-365/+527
* Increase breadcrumbs for class lookup failures.Ian Rogers2013-08-131-11/+25
* Remove updateProcessState.Mathieu Chartier2013-08-101-6/+0
* Fix AIOOBE in Method.compareParameters.Ian Rogers2013-08-081-1/+1
* Fix sign-extension of type indices.Ian Rogers2013-08-082-3/+3
* Improve the performance of reflective operations.Ian Rogers2013-08-035-136/+113
* Show size/alloc/free per Dalvik heap space in dumpsysHiroshi Yamauchi2013-07-311-0/+21
* Use the libcore.reflect implementation.Elliott Hughes2013-07-2510-1991/+0
* Add registerNativeAllocation and registerNativeFree to libcore.Mathieu Chartier2013-07-241-0/+15
* AnnotationFactory and AnnotationMember are now shared between art and dalvik.Elliott Hughes2013-07-232-701/+0
* Restructure Class.getDeclaredMethodInternal.Ian Rogers2013-07-191-16/+16
* Add updateProcessState to VMRuntimeMathieu Chartier2013-07-181-0/+6
* Cleaning old JIT methods from String.Jeff Hao2013-07-091-69/+0
* Fix Class.getModifiers for arrays of inner classes.Elliott Hughes2013-07-091-1/+14
* Add dalvik.system.VMRuntime.vmLibraryBrian Carlstrom2013-07-091-0/+5
* Rename vmDataAnwar Ghuloum2013-07-091-3/+3
* Revert "Rename vmData"Anwar Ghuloum2013-07-021-3/+3
* Rename vmDataAnwar Ghuloum2013-07-021-3/+3
* Ensure that setName and setPriority are properly synchronizedAnwar Ghuloum2013-07-021-4/+17
* Copy the libdvm docs to the libart docs.Elliott Hughes2013-06-071-3/+3
* Move dalvik.system.VMDebug to be runtime specificBrian Carlstrom2013-06-061-0/+374
* Move java.lang.String to be runtime specificBrian Carlstrom2013-06-051-0/+2080
* Making libcore build WITH_ARTBrian Carlstrom2013-06-0510-0/+1442
* Adding libart support to libcoreBrian Carlstrom2013-05-2223-0/+10944