summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_sinking.cc
AgeCommit message (Expand)Author
2021-01-25Revert^4 "Partial Load Store Elimination" Alex Light
2020-05-14Code sinking can move around LoadString that can throw. Nicolas Geoffray
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2018-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-04-26Step 1 of 2: conditional passes. Aart Bik
2018-03-22Code sinking bug fix. Aart Bik
2018-01-16Improve code sinking near "always throwing" method calls Aart Bik
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-09-08optimizing: add block-scoped constructor fence merging pass Igor Murashkin
2017-08-11optimizing: Refactor statistics to use OptimizingCompilerStats helper Igor Murashkin
2017-05-18optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes Igor Murashkin
2017-04-20Handle catch phis in code sinking. Nicolas Geoffray
2017-02-27Implement code sinking. Nicolas Geoffray