| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix libart files to work with javadoc | Brian Carlstrom | 2014-06-18 | 2 | -2/+2 |
|/ |
|
* | Provide more information about the runtime | Sebastien Hertz | 2014-05-22 | 1 | -0/+15 |
* | Remove ArtMethod's quick fields for frame size and spills. | Vladimir Marko | 2014-05-12 | 1 | -13/+0 |
* | Handle Reference.get in native code. | Mathieu Chartier | 2014-05-06 | 1 | -0/+198 |
* | Add finalizer references in native code. | Mathieu Chartier | 2014-05-01 | 1 | -3/+0 |
* | Add a mapping between ABIs and instruction sets. | Narayan Kamath | 2014-05-01 | 1 | -0/+30 |
* | Merge "Remove ArtMethod's quick fields mapping table and vmap table." | Vladimir Marko | 2014-04-28 | 1 | -16/+0 |
|\ |
|
| * | Remove ArtMethod's quick fields mapping table and vmap table. | Vladimir Marko | 2014-04-16 | 1 | -16/+0 |
* | | Fix Class.newInstance to not wrap its exceptions. | Jeff Hao | 2014-04-23 | 1 | -4/+4 |
|/ |
|
* | Merge "Fix reflection access checks for app compatibility in libcore." | Jeff Hao | 2014-04-01 | 1 | -0/+7 |
|\ |
|
| * | Fix reflection access checks for app compatibility in libcore. | Jeff Hao | 2014-04-01 | 1 | -0/+7 |
* | | Rename read barrier-related fields. | Hiroshi Yamauchi | 2014-03-31 | 1 | -3/+3 |
|/ |
|
* | Add access checks to Method and Field reflection. | Jeff Hao | 2014-03-27 | 5 | -47/+135 |
* | ART sampling profiler | Dave Allison | 2014-03-07 | 1 | -1/+1 |
* | Add unpadded array allocations. | Ian Rogers | 2014-02-28 | 1 | -0/+7 |
* | (Experimental) Add Brooks pointers (libcore). | Hiroshi Yamauchi | 2014-02-25 | 1 | -0/+9 |
* | Merge "Add documentation around zero-length timeouts" | Neil Fuller | 2014-02-12 | 2 | -48/+56 |
|\ |
|
| * | Add documentation around zero-length timeouts | Neil Fuller | 2014-02-12 | 2 | -48/+56 |
* | | Don't hardcode object layout in Unsafe. | Hiroshi Yamauchi | 2014-02-11 | 1 | -19/+5 |
* | | Fix Thread.sleep(0) of an interrupted thread | Brian Carlstrom | 2014-02-10 | 1 | -0/+14 |
|/ |
|
* | 64bit ART object model changes. | Ian Rogers | 2014-02-06 | 3 | -34/+95 |
* | Merge "ART: remove dex cache's initialized static storage." | Ian Rogers | 2014-01-08 | 2 | -4/+0 |
|\ |
|
| * | ART: remove dex cache's initialized static storage. | Ian Rogers | 2014-01-07 | 2 | -4/+0 |
* | | Add registerAppInfo to the VMRuntime object | Dave Allison | 2013-12-18 | 1 | -0/+5 |
|/ |
|
* | Add method for updating dalvik process state through VMRuntime. | Mathieu Chartier | 2013-11-25 | 1 | -0/+6 |
* | Replace usage of CopyOnWriteArraySet. | Narayan Kamath | 2013-11-22 | 2 | -22/+40 |
* | Fix the art version of getGenericSuperclass. | Narayan Kamath | 2013-11-22 | 1 | -1/+6 |
* | Fix Class.getEnclosingClass for anonymous classes declared in <clinit> methods | Brian Carlstrom | 2013-11-07 | 1 | -4/+5 |
* | Libcore support for Interface Method Tables (IMT). | Jeff Hao | 2013-11-07 | 1 | -0/+3 |
* | Add VMRuntime.getTargetSdkVersion. | Alex Klyubin | 2013-10-24 | 1 | -2/+18 |
* | Merge "Preload DexCaches" | Brian Carlstrom | 2013-10-21 | 1 | -3/+5 |
|\ |
|
| * | Preload DexCaches | Brian Carlstrom | 2013-10-16 | 1 | -3/+5 |
* | | Fix libart String.charAt documentation to match libdvm. | Elliott Hughes | 2013-10-16 | 1 | -7/+2 |
|/ |
|
* | Fix Class.getDeclaringClass bug for ART | Brian Carlstrom | 2013-10-12 | 1 | -0/+3 |
* | am 83c419d7: am c8cfc667: Preload DexCaches | Brian Carlstrom | 2013-10-09 | 1 | -0/+4 |
|\ |
|
| * | Preload DexCaches | Brian Carlstrom | 2013-10-08 | 1 | -0/+4 |
* | | am 94b1bae4: Merge commit \'a6e22fc9\' into manualmerge | Ian Rogers | 2013-09-23 | 4 | -55/+176 |
|\ \
| |/ |
|
| * | Avoid computing class def indices. | Ian Rogers | 2013-09-21 | 4 | -55/+176 |
* | | am b80808d7: am 98430d0d: Fix getGenericInterfaces for the no annotation case. | Ian Rogers | 2013-09-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix getGenericInterfaces for the no annotation case. | Ian Rogers | 2013-09-21 | 1 | -1/+1 |
* | | am 3f1ad69e: Merge commit \'d4ec55c4\' into manualmerge | Ian Rogers | 2013-09-23 | 3 | -14/+27 |
|\ \
| |/ |
|
| * | Lazier annotation signature parsing. | Ian Rogers | 2013-09-21 | 3 | -14/+27 |
* | | Fix Java 7 build. | Ying Wang | 2013-09-20 | 1 | -1/+1 |
|/ |
|
* | Use the docs-approved Android x.y (Name) format consistently. | Elliott Hughes | 2013-09-03 | 1 | -5/+5 |
* | Add libcore support for sample profiling from traceview gui. | Jeff Hao | 2013-08-28 | 1 | -395/+0 |
* | Fix arrayIndexScale. | Ian Rogers | 2013-08-28 | 1 | -1/+1 |
* | Share ClassLoader code | Brian Carlstrom | 2013-08-14 | 3 | -922/+0 |
* | Refactor ART java.lang.reflect implementation | Brian Carlstrom | 2013-08-13 | 10 | -365/+527 |
* | Increase breadcrumbs for class lookup failures. | Ian Rogers | 2013-08-13 | 1 | -11/+25 |
* | Remove updateProcessState. | Mathieu Chartier | 2013-08-10 | 1 | -6/+0 |