summaryrefslogtreecommitdiffstats
path: root/libart
Commit message (Expand)AuthorAgeFilesLines
...
* Fix javadoc @char instead of @code.Elliott Hughes2014-06-261-1/+1
* Merge "Clarify the String.compareTo contract and add tests."Elliott Hughes2014-06-261-304/+148
|\
| * Clarify the String.compareTo contract and add tests.Elliott Hughes2014-06-261-304/+148
* | libcore: Clean up Enum.compareTo(E)Valter Strods2014-06-241-1/+1
* | Fix libart files to work with javadocBrian Carlstrom2014-06-182-2/+2
|/
* Provide more information about the runtimeSebastien Hertz2014-05-221-0/+15
* Remove ArtMethod's quick fields for frame size and spills.Vladimir Marko2014-05-121-13/+0
* Handle Reference.get in native code.Mathieu Chartier2014-05-061-0/+198
* Add finalizer references in native code.Mathieu Chartier2014-05-011-3/+0
* Add a mapping between ABIs and instruction sets.Narayan Kamath2014-05-011-0/+30
* Merge "Remove ArtMethod's quick fields mapping table and vmap table."Vladimir Marko2014-04-281-16/+0
|\
| * Remove ArtMethod's quick fields mapping table and vmap table.Vladimir Marko2014-04-161-16/+0
* | Fix Class.newInstance to not wrap its exceptions.Jeff Hao2014-04-231-4/+4
|/
* Merge "Fix reflection access checks for app compatibility in libcore."Jeff Hao2014-04-011-0/+7
|\
| * Fix reflection access checks for app compatibility in libcore.Jeff Hao2014-04-011-0/+7
* | Rename read barrier-related fields.Hiroshi Yamauchi2014-03-311-3/+3
|/
* Add access checks to Method and Field reflection.Jeff Hao2014-03-275-47/+135
* ART sampling profilerDave Allison2014-03-071-1/+1
* Add unpadded array allocations.Ian Rogers2014-02-281-0/+7
* (Experimental) Add Brooks pointers (libcore).Hiroshi Yamauchi2014-02-251-0/+9
* Merge "Add documentation around zero-length timeouts"Neil Fuller2014-02-122-48/+56
|\
| * Add documentation around zero-length timeoutsNeil Fuller2014-02-122-48/+56
* | Don't hardcode object layout in Unsafe.Hiroshi Yamauchi2014-02-111-19/+5
* | Fix Thread.sleep(0) of an interrupted threadBrian Carlstrom2014-02-101-0/+14
|/
* 64bit ART object model changes.Ian Rogers2014-02-063-34/+95
* Merge "ART: remove dex cache's initialized static storage."Ian Rogers2014-01-082-4/+0
|\
| * ART: remove dex cache's initialized static storage.Ian Rogers2014-01-072-4/+0
* | Add registerAppInfo to the VMRuntime objectDave Allison2013-12-181-0/+5
|/
* Add method for updating dalvik process state through VMRuntime.Mathieu Chartier2013-11-251-0/+6
* Replace usage of CopyOnWriteArraySet.Narayan Kamath2013-11-222-22/+40
* Fix the art version of getGenericSuperclass.Narayan Kamath2013-11-221-1/+6
* Fix Class.getEnclosingClass for anonymous classes declared in <clinit> methodsBrian Carlstrom2013-11-071-4/+5
* Libcore support for Interface Method Tables (IMT).Jeff Hao2013-11-071-0/+3
* Add VMRuntime.getTargetSdkVersion.Alex Klyubin2013-10-241-2/+18
* Merge "Preload DexCaches"Brian Carlstrom2013-10-211-3/+5
|\
| * Preload DexCachesBrian Carlstrom2013-10-161-3/+5
* | Fix libart String.charAt documentation to match libdvm.Elliott Hughes2013-10-161-7/+2
|/
* Fix Class.getDeclaringClass bug for ARTBrian Carlstrom2013-10-121-0/+3
* am 83c419d7: am c8cfc667: Preload DexCachesBrian Carlstrom2013-10-091-0/+4
|\
| * Preload DexCachesBrian Carlstrom2013-10-081-0/+4
* | 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