Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AbstractMethod, Constructor, Method | Mathieu Chartier | 2015-04-21 | 1 | -0/+3 |
* | ART: Streaming trace mode | Andreas Gampe | 2015-04-15 | 1 | -12/+14 |
* | ART: Clean up includes. | Vladimir Marko | 2015-04-13 | 1 | -1/+1 |
* | Move ArtField to native | Mathieu Chartier | 2015-04-10 | 1 | -4/+13 |
* | Refactor and improve GC root handling | Mathieu Chartier | 2015-04-06 | 1 | -48/+48 |
* | Merge "Fix the read barrier builds." | Hiroshi Yamauchi | 2015-04-03 | 1 | -0/+4 |
|\ | |||||
| * | Fix the read barrier builds. | Hiroshi Yamauchi | 2015-04-03 | 1 | -0/+4 |
* | | Merge "Use specific exception class to abort transaction" | Sebastien Hertz | 2015-04-03 | 1 | -5/+4 |
|\ \ | |||||
| * | | Use specific exception class to abort transaction | Sebastien Hertz | 2015-04-03 | 1 | -5/+4 |
* | | | ART: Move trace options to a struct | Andreas Gampe | 2015-04-02 | 1 | -10/+19 |
|/ / | |||||
* | | Visit image roots for hprof | Mathieu Chartier | 2015-03-31 | 1 | -1/+18 |
|/ | |||||
* | Merge "ART: Use enums in Trace" | Andreas Gampe | 2015-03-30 | 1 | -2/+2 |
|\ | |||||
| * | ART: Use enums in Trace | Andreas Gampe | 2015-03-29 | 1 | -2/+2 |
* | | Add AccessibleObject and Field to mirror | Mathieu Chartier | 2015-03-29 | 1 | -0/+2 |
|/ | |||||
* | ART: Some runtime cleanup | Andreas Gampe | 2015-03-27 | 1 | -0/+10 |
* | ART: PathClassLoader for compiler | Andreas Gampe | 2015-03-27 | 1 | -22/+4 |
* | Merge "Support relative encoded dex locations in oat files." | Richard Uhler | 2015-03-25 | 1 | -1/+1 |
|\ | |||||
| * | Support relative encoded dex locations in oat files. | Richard Uhler | 2015-03-24 | 1 | -1/+1 |
* | | Add paths to apk!lib/<abi> to LD_LIBRARY_PATH | Dmitriy Ivanov | 2015-03-23 | 1 | -0/+2 |
* | | Fix JIT options with late init | Mathieu Chartier | 2015-03-18 | 1 | -15/+13 |
* | | Change method verifiers to be thread local roots | Mathieu Chartier | 2015-03-13 | 1 | -26/+0 |
* | | ART: Add entries_ lock for race condition | bowen_lai | 2015-03-13 | 1 | -4/+3 |
|/ | |||||
* | Add way to select arena type at runtime | Mathieu Chartier | 2015-03-12 | 1 | -1/+5 |
* | Remove ThrowLocation. | Nicolas Geoffray | 2015-03-10 | 1 | -2/+2 |
* | Trim arenas for JIT | Mathieu Chartier | 2015-03-09 | 1 | -0/+2 |
* | Merge "Compute the right catch location for the debugger." | Nicolas Geoffray | 2015-03-09 | 1 | -7/+4 |
|\ | |||||
| * | Compute the right catch location for the debugger. | Nicolas Geoffray | 2015-03-09 | 1 | -7/+4 |
* | | Fix some incorrect IsCompiler instead of IsAotCompiler | Mathieu Chartier | 2015-03-05 | 1 | -8/+8 |
* | | ART: Add debuggable compiler flag | Andreas Gampe | 2015-03-04 | 1 | -0/+4 |
|/ | |||||
* | Merge "Follow-up 128393" | Sebastien Hertz | 2015-03-03 | 1 | -3/+5 |
|\ | |||||
| * | Follow-up 128393 | Sebastien Hertz | 2015-03-03 | 1 | -3/+5 |
* | | Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling | Mathieu Chartier | 2015-03-02 | 1 | -1/+1 |
|/ | |||||
* | Revert "Revert "Add JIT"" | Mathieu Chartier | 2015-02-24 | 1 | -23/+78 |
* | Merge "Revert "Add JIT"" | Nicolas Geoffray | 2015-02-24 | 1 | -78/+23 |
|\ | |||||
| * | Revert "Add JIT" | Nicolas Geoffray | 2015-02-24 | 1 | -78/+23 |
* | | Merge "Add JIT" | Mathieu Chartier | 2015-02-24 | 1 | -23/+78 |
|\ \ | |/ | |||||
| * | Add JIT | Mathieu Chartier | 2015-02-23 | 1 | -23/+78 |
* | | Merge "Only detach shutdown thread if we attached it" | Mathieu Chartier | 2015-02-24 | 1 | -3/+6 |
|\ \ | |||||
| * | | Only detach shutdown thread if we attached it | Mathieu Chartier | 2015-02-23 | 1 | -3/+6 |
| |/ | |||||
* | | ART: Allow the execution to stop if the compilation fails via an option | Jean Christophe Beyler | 2015-02-23 | 1 | -1/+10 |
|/ | |||||
* | Implement a simple count based boot marker. | Narayan Kamath | 2015-02-21 | 1 | -1/+4 |
* | Make UseTLAB a bool flag. | Hiroshi Yamauchi | 2015-02-20 | 1 | -1/+1 |
* | Follow up 129144 | Sebastien Hertz | 2015-02-17 | 1 | -9/+3 |
* | Merge "Handle variable size of methods properly between 32 and 64 bit." | Jeff Hao | 2015-02-10 | 1 | -4/+8 |
|\ | |||||
| * | Handle variable size of methods properly between 32 and 64 bit. | Jeff Hao | 2015-02-05 | 1 | -4/+8 |
* | | Read JDWP options from runtime | Sebastien Hertz | 2015-02-05 | 1 | -2/+12 |
|/ | |||||
* | Merge "Fix transaction aborting" | Sebastien Hertz | 2015-02-05 | 1 | -0/+25 |
|\ | |||||
| * | Fix transaction aborting | Sebastien Hertz | 2015-02-05 | 1 | -0/+25 |
* | | art: Try to fix parsed_options_test on the build server | Igor Murashkin | 2015-02-04 | 1 | -1/+1 |
* | | art: Refactor RuntimeOptions/ParsedOptions | Igor Murashkin | 2015-02-04 | 1 | -71/+108 |
|/ |