summaryrefslogtreecommitdiffstats
path: root/compiler/dex/mir_analysis.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIERMathieu Chartier2015-03-191-1/+1
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-63/+103
* Revert "Add JIT"Nicolas Geoffray2015-02-241-103/+63
* Add JITMathieu Chartier2015-02-231-63/+103
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Clean up Scoped-/ArenaAlocator array allocations.Vladimir Marko2015-02-131-6/+4
* ART: Some Quick cleanupAndreas Gampe2015-01-261-2/+5
* Clean up post-opt passes, perform only those we need.Vladimir Marko2014-12-191-1/+1
* Rewrite GVN's field id and field type handling.Vladimir Marko2014-11-211-43/+40
* Tidy some uses of IsCompilationEnabled.Ian Rogers2014-11-071-6/+4
* Merge "ART: Deprecate CompilationUnit's code_item"Ian Rogers2014-09-291-8/+6
|\
| * ART: Deprecate CompilationUnit's code_itemRazvan A Lupusoru2014-09-291-8/+6
* | Reduce scope of MIR analysis attributes.Ian Rogers2014-09-291-302/+338
|/
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-12/+12
* 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