summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_sinking.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-6/+6
* Step 1 of 2: conditional passes.Aart Bik2018-04-261-2/+3
* Code sinking bug fix.Aart Bik2018-03-221-0/+5
* Improve code sinking near "always throwing" method callsAart Bik2018-01-161-1/+3
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-8/+14
* optimizing: add block-scoped constructor fence merging passIgor Murashkin2017-09-081-0/+5
* optimizing: Refactor statistics to use OptimizingCompilerStats helperIgor Murashkin2017-08-111-1/+1
* optimizing: Build HConstructorFence for HNewArray/HNewInstance nodesIgor Murashkin2017-05-181-3/+16
* Handle catch phis in code sinking.Nicolas Geoffray2017-04-201-3/+9
* Implement code sinking.Nicolas Geoffray2017-02-271-0/+403