| Commit message (Expand) | Author | Age | Files | Lines |
* | ART: Clean up arm64 kNumberOfXRegisters usage. | Vladimir Marko | 2015-05-26 | 1 | -0/+1 |
* | Replace NULL with nullptr | Mathieu Chartier | 2015-04-22 | 1 | -3/+3 |
* | Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER | Mathieu Chartier | 2015-03-19 | 1 | -1/+1 |
* | Revert "Revert "Add JIT"" | Mathieu Chartier | 2015-02-24 | 1 | -63/+103 |
* | Revert "Add JIT" | Nicolas Geoffray | 2015-02-24 | 1 | -103/+63 |
* | Add JIT | Mathieu Chartier | 2015-02-23 | 1 | -63/+103 |
* | Move arenas into runtime | Mathieu Chartier | 2015-02-19 | 1 | -1/+1 |
* | Clean up Scoped-/ArenaAlocator array allocations. | Vladimir Marko | 2015-02-13 | 1 | -6/+4 |
* | ART: Some Quick cleanup | Andreas Gampe | 2015-01-26 | 1 | -2/+5 |
* | Clean up post-opt passes, perform only those we need. | Vladimir Marko | 2014-12-19 | 1 | -1/+1 |
* | Rewrite GVN's field id and field type handling. | Vladimir Marko | 2014-11-21 | 1 | -43/+40 |
* | Tidy some uses of IsCompilationEnabled. | Ian Rogers | 2014-11-07 | 1 | -6/+4 |
* | Merge "ART: Deprecate CompilationUnit's code_item" | Ian Rogers | 2014-09-29 | 1 | -8/+6 |
|\ |
|
| * | ART: Deprecate CompilationUnit's code_item | Razvan A Lupusoru | 2014-09-29 | 1 | -8/+6 |
* | | Reduce scope of MIR analysis attributes. | Ian Rogers | 2014-09-29 | 1 | -302/+338 |
|/ |
|
* | Deprecate GrowableArray, use ArenaVector instead. | Vladimir Marko | 2014-09-23 | 1 | -12/+12 |
* | Add the "time" compilation filter and output compilation stats. | Nicolas Geoffray | 2014-09-17 | 1 | -0/+1 |
* | ART: Vectorization opcode implementation fixes | Lupusoru, Razvan A | 2014-09-03 | 1 | -21/+27 |
* | ART: Add non-temporal store support | Jean Christophe Beyler | 2014-08-26 | 1 | -0/+3 |
* | Fix analysis_attributes_ to update missing definitions. | Junmo Park | 2014-08-04 | 1 | -0/+48 |
* | ART: Add Invokes to DecodedInstruction | Jean Christophe Beyler | 2014-07-10 | 1 | -1/+1 |
* | ART: Log information when skipping method during compilation | Andreas Gampe | 2014-06-19 | 1 | -4/+15 |
* | Quick compiler:interpret on type mismatch | buzbee | 2014-06-14 | 1 | -1/+1 |
* | Fixed and refactored profiler options handling | Calin Juravle | 2014-06-06 | 1 | -1/+1 |
* | Quick compiler: fix array overrun. | buzbee | 2014-05-31 | 1 | -1/+1 |
* | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 1 | -1/+2 |
* | Compatibility layer to transition from UniquePtr to std::unique_ptr. | Ian Rogers | 2014-05-15 | 1 | -1/+1 |
* | Clean up ScopedArenaAllocatorAdapter. | Vladimir Marko | 2014-05-09 | 1 | -4/+4 |
* | Add support for -Xverify:none mode. | Jeff Hao | 2014-04-02 | 1 | -1/+1 |
* | Cache method lowering info in mir graph. | Vladimir Marko | 2014-03-10 | 1 | -0/+116 |
* | Make use of profiling information for dex2oat | Dave Allison | 2014-03-07 | 1 | -3/+5 |
* | Use ScopedArenaAllocator for CacheFieldLoweringInfo pass. | Vladimir Marko | 2014-03-07 | 1 | -46/+17 |
* | Cache field lowering info in mir_graph. | Vladimir Marko | 2014-03-03 | 1 | -0/+109 |
* | Workaround for range ops spanning vreg gap | buzbee | 2014-02-27 | 1 | -0/+5 |
* | Create CompilerOptions | Brian Carlstrom | 2014-02-24 | 1 | -18/+21 |
* | Revert "Annotate used fields." | Ian Rogers | 2014-02-21 | 1 | -110/+0 |
* | Annotate used fields. | Vladimir Marko | 2014-02-20 | 1 | -0/+110 |
* | Detect special methods at the end of verification. | Vladimir Marko | 2013-12-17 | 1 | -1/+5 |
* | 64-bit prep | buzbee | 2013-10-21 | 1 | -5/+6 |
* | Compile-time tuning: assembly phase | buzbee | 2013-10-02 | 1 | -0/+8 |
* | Compile-time tuning | buzbee | 2013-09-06 | 1 | -1/+1 |
* | Compiler filter update | buzbee | 2013-08-21 | 1 | -32/+48 |
* | Compilation filter | buzbee | 2013-08-08 | 1 | -0/+1056 |