summaryrefslogtreecommitdiffstats
path: root/compiler/dex/bb_optimizations.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Rename CallInlining to SpecialMethodInlinerRazvan A Lupusoru2014-07-101-8/+10
* Global Value Numbering.Vladimir Marko2014-07-101-2/+37
* Fix topological ordering and use it for optimizations.Vladimir Marko2014-06-191-2/+3
* ART: PassMEDataHolder should have a data fieldJean Christophe Beyler2014-06-141-17/+17
* ART: Setting up cleanupJean Christophe Beyler2014-05-301-67/+1
* Rewrite BitVector index iterator.Vladimir Marko2014-05-231-6/+1
* ART: Pass driver generalizationJames C Scott2014-05-221-53/+122
* Early inlining of simple methods.Vladimir Marko2014-03-181-0/+28
* Class initialization check elimination.Vladimir Marko2014-03-171-14/+26
* Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE.Vladimir Marko2014-03-111-0/+8
* Cache method lowering info in mir graph.Vladimir Marko2014-03-101-0/+14
* Cache field lowering info in mir_graph.Vladimir Marko2014-03-031-0/+14
* Revert "Annotate used fields."Ian Rogers2014-02-211-14/+0
* Annotate used fields.Vladimir Marko2014-02-201-0/+14
* Reduce PassDriver overhead, clean up Pass and PassDriver.Vladimir Marko2014-01-291-26/+27
* Added pass frameworkJean Christophe Beyler2014-01-131-0/+165