summaryrefslogtreecommitdiffstats
path: root/compiler/dex/mir_analysis.cc
Commit message (Expand)AuthorAgeFilesLines
* Add the "time" compilation filter and output compilation stats.Nicolas Geoffray2014-09-171-0/+1
* ART: Vectorization opcode implementation fixesLupusoru, Razvan A2014-09-031-21/+27
* ART: Add non-temporal store supportJean Christophe Beyler2014-08-261-0/+3
* Fix analysis_attributes_ to update missing definitions.Junmo Park2014-08-041-0/+48
* ART: Add Invokes to DecodedInstructionJean Christophe Beyler2014-07-101-1/+1
* ART: Log information when skipping method during compilationAndreas Gampe2014-06-191-4/+15
* Quick compiler:interpret on type mismatchbuzbee2014-06-141-1/+1
* Fixed and refactored profiler options handlingCalin Juravle2014-06-061-1/+1
* Quick compiler: fix array overrun.buzbee2014-05-311-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Clean up ScopedArenaAllocatorAdapter.Vladimir Marko2014-05-091-4/+4
* Add support for -Xverify:none mode.Jeff Hao2014-04-021-1/+1
* Cache method lowering info in mir graph.Vladimir Marko2014-03-101-0/+116
* Make use of profiling information for dex2oatDave Allison2014-03-071-3/+5
* Use ScopedArenaAllocator for CacheFieldLoweringInfo pass.Vladimir Marko2014-03-071-46/+17
* Cache field lowering info in mir_graph.Vladimir Marko2014-03-031-0/+109
* Workaround for range ops spanning vreg gapbuzbee2014-02-271-0/+5
* Create CompilerOptionsBrian Carlstrom2014-02-241-18/+21
* Revert "Annotate used fields."Ian Rogers2014-02-211-110/+0
* Annotate used fields.Vladimir Marko2014-02-201-0/+110
* Detect special methods at the end of verification.Vladimir Marko2013-12-171-1/+5
* 64-bit prepbuzbee2013-10-211-5/+6
* Compile-time tuning: assembly phasebuzbee2013-10-021-0/+8
* Compile-time tuningbuzbee2013-09-061-1/+1
* Compiler filter updatebuzbee2013-08-211-32/+48
* Compilation filterbuzbee2013-08-081-0/+1056