Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Fix tlsPtr_.long_jump_context == nullptr check failure." | Mingyao Yang | 2015-04-22 | 1 | -1/+13 |
|\ | |||||
| * | Fix tlsPtr_.long_jump_context == nullptr check failure. | Mingyao Yang | 2015-04-22 | 1 | -1/+13 |
* | | Class.forName(..., ..., null) fixes | Brian Carlstrom | 2015-04-21 | 1 | -14/+7 |
|/ | |||||
* | Merge "Add AbstractMethod, Constructor, Method" | Mathieu Chartier | 2015-04-21 | 26 | -300/+911 |
|\ | |||||
| * | Add AbstractMethod, Constructor, Method | Mathieu Chartier | 2015-04-21 | 26 | -300/+911 |
* | | Merge "Improve performance of HashSet" | Mathieu Chartier | 2015-04-21 | 1 | -5/+5 |
|\ \ | |||||
| * | | Improve performance of HashSet | nikolay serdjuk | 2015-04-21 | 1 | -5/+5 |
* | | | Merge "Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment." | David Srbecky | 2015-04-21 | 1 | -3/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment. | David Srbecky | 2015-04-21 | 1 | -3/+0 |
* | | | Do not look for prebuilts on architectures other than Arm. | David Srbecky | 2015-04-21 | 1 | -1/+2 |
* | | | ART: Update loop info of all nested loops when inlining | David Brazdil | 2015-04-21 | 3 | -0/+72 |
* | | | Merge "Move GetAndroidToolsDir to common location." | David Srbecky | 2015-04-21 | 3 | -0/+149 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Move GetAndroidToolsDir to common location. | David Srbecky | 2015-04-21 | 3 | -0/+149 |
| |/ | |||||
* | | Merge "Add sanity check for large object allocation" | Mathieu Chartier | 2015-04-20 | 1 | -1/+12 |
|\ \ | |||||
| * | | Add sanity check for large object allocation | Mathieu Chartier | 2015-04-19 | 1 | -1/+12 |
* | | | Merge "Opt compiler: Implement parallel move resolver without using swap." | Nicolas Geoffray | 2015-04-20 | 1 | -0/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Opt compiler: Implement parallel move resolver without using swap. | Zheng Xu | 2015-04-17 | 1 | -0/+5 |
* | | | Merge "ART: Re-add dlopen" | Andreas Gampe | 2015-04-18 | 2 | -13/+131 |
|\ \ \ | |||||
| * | | | ART: Re-add dlopen | Andreas Gampe | 2015-04-17 | 2 | -13/+131 |
| | |/ | |/| | |||||
* | | | Fix access past end of args array. | Christopher Ferris | 2015-04-17 | 1 | -10/+6 |
| |/ |/| | |||||
* | | Fix build | Mathieu Chartier | 2015-04-16 | 1 | -1/+1 |
* | | Merge "Remove transitive dependency on <cutils/atomic.h>." | Yabin Cui | 2015-04-16 | 1 | -1/+2 |
|\ \ | |||||
| * | | Remove transitive dependency on <cutils/atomic.h>. | Yabin Cui | 2015-04-16 | 1 | -1/+2 |
* | | | Merge "Disable parallel GC by default" | Mathieu Chartier | 2015-04-16 | 4 | -8/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Disable parallel GC by default | Mathieu Chartier | 2015-04-15 | 4 | -8/+6 |
| |/ | |||||
* | | Merge "ART: Streaming trace mode" | Andreas Gampe | 2015-04-16 | 11 | -99/+526 |
|\ \ | |/ |/| | |||||
| * | ART: Streaming trace mode | Andreas Gampe | 2015-04-15 | 11 | -99/+526 |
* | | Merge "ARM64: Remove suspend register." | Vladimir Marko | 2015-04-15 | 6 | -96/+96 |
|\ \ | |/ |/| | |||||
| * | ARM64: Remove suspend register. | Zheng Xu | 2015-04-14 | 6 | -96/+96 |
* | | ART: More nullptr checks in unstarted runtime | Andreas Gampe | 2015-04-14 | 1 | -7/+26 |
* | | Merge "Remove suspend point from field loading" | Mathieu Chartier | 2015-04-14 | 1 | -3/+3 |
|\ \ | |||||
| * | | Remove suspend point from field loading | Mathieu Chartier | 2015-04-14 | 1 | -3/+3 |
* | | | Merge "ART: Store classpath information into oat file" | Andreas Gampe | 2015-04-14 | 4 | -1/+157 |
|\ \ \ | |||||
| * | | | ART: Store classpath information into oat file | Andreas Gampe | 2015-04-14 | 4 | -1/+157 |
* | | | | Merge "ART: Add Security cutout to unstarted runtime" | Andreas Gampe | 2015-04-14 | 1 | -0/+97 |
|\ \ \ \ | |||||
| * | | | | ART: Add Security cutout to unstarted runtime | Andreas Gampe | 2015-04-14 | 1 | -0/+97 |
| |/ / / | |||||
* | | | | Merge "ART: Make the PathClassLoader fast-path recursive" | Andreas Gampe | 2015-04-14 | 3 | -87/+129 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | ART: Make the PathClassLoader fast-path recursive | Andreas Gampe | 2015-04-14 | 3 | -87/+129 |
| | |/ | |/| | |||||
* | | | Merge "Fix valgrind tests" | Mathieu Chartier | 2015-04-14 | 6 | -21/+28 |
|\ \ \ | |||||
| * | | | Fix valgrind tests | Mathieu Chartier | 2015-04-14 | 6 | -21/+28 |
* | | | | Merge "ART: Add a null-check to unstarted-runtime" | Andreas Gampe | 2015-04-14 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | ART: Add a null-check to unstarted-runtime | Andreas Gampe | 2015-04-14 | 1 | -1/+6 |
| | |/ / | |/| | | |||||
* | | | | Merge "getRuntimeStat() support (ART)." | Hiroshi Yamauchi | 2015-04-14 | 7 | -8/+314 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | getRuntimeStat() support (ART). | Hiroshi Yamauchi | 2015-04-13 | 7 | -8/+314 |
* | | | | Merge "Opt Compiler: ARM64 goodness" | Roland Levillain | 2015-04-14 | 2 | -7/+6 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Opt Compiler: ARM64 goodness | Serban Constantinescu | 2015-04-02 | 2 | -7/+6 |
* | | | | Merge "Revert "ART: Turn of native stack dump on x86 on-device"" | Christopher Ferris | 2015-04-14 | 1 | -5/+0 |
|\ \ \ \ | |||||
| * | | | | Revert "ART: Turn of native stack dump on x86 on-device" | Christopher Ferris | 2015-04-13 | 1 | -5/+0 |
| | |_|/ | |/| | | |||||
* | | | | Merge "Fix DCHECK failures from Class::VisitFieldRoots" | Mathieu Chartier | 2015-04-13 | 9 | -30/+36 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix DCHECK failures from Class::VisitFieldRoots | Mathieu Chartier | 2015-04-13 | 9 | -30/+36 |