summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/licm.cc
Commit message (Expand)AuthorAgeFilesLines
* Step 1 of 2: conditional passes.Aart Bik2018-04-261-1/+4
* Fix the side effects of clinit checkMingyao Yang2017-12-141-5/+22
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-4/+4
* optimizing: Refactor statistics to use OptimizingCompilerStats helperIgor Murashkin2017-08-111-1/+1
* Fixed bug in LICMAart Bik2016-11-111-10/+10
* Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.Vladimir Marko2016-10-271-2/+2
* Refactor handling of input records.Vladimir Marko2016-06-021-2/+2
* Fix another case of live_in at irreducible loop entry.Nicolas Geoffray2016-05-121-11/+2
* ART: Save a bit of memory in production LICMDavid Brazdil2016-04-141-3/+12
* Optimizing: Fix register allocator validation memory usage.Vladimir Marko2016-03-211-1/+1
* Add statistics support for some optimizationsJean-Philippe Halimi2016-02-181-0/+1
* Implement irreducible loop support in optimizing.Nicolas Geoffray2016-01-141-0/+16
* Inline monomorphic calls.Nicolas Geoffray2015-12-041-0/+2
* Revert "Add stats support for existing optimizations"Nicolas Geoffray2015-11-231-1/+0
* Add stats support for existing optimizationsJean-Philippe Halimi2015-11-221-0/+1
* Revert "ART: Enable more passes under try/catch"David Brazdil2015-10-291-3/+0
* ART: Enable more passes under try/catchDavid Brazdil2015-10-291-0/+3
* Optimizing: Tag arena allocations in HGraph.Vladimir Marko2015-09-161-1/+1
* Improved side effect analysis (field/array write/read).Aart Bik2015-07-201-1/+1
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-9/+12
* Optimizing: Speed up HInstruction use removalDavid Brazdil2015-02-231-2/+1
* Implement LICM in optimizing compiler.Nicolas Geoffray2015-01-301-0/+134