summaryrefslogtreecommitdiff
path: root/compiler/optimizing/bounds_check_elimination.h
AgeCommit message (Expand)Author
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-04-26Step 1 of 2: conditional passes. Aart Bik
2017-11-20Refactored optimization passes setup. Aart Bik
2016-01-26Some minor simplifications in code and tests. Aart Bik
2016-01-22Revert "Some minor simplifications in code and tests." Nicolas Geoffray
2016-01-20Some minor simplifications in code and tests. Aart Bik
2015-12-01Dynamic BCE (based on induction range analysis) Aart Bik
2015-11-21Revert "Dynamic BCE (based on induction range analysis)" Aart Bik
2015-11-20Dynamic BCE (based on induction range analysis) Aart Bik
2015-09-15Use induction variable range analysis in BCE (statically). Aart Bik
2015-06-24ART: Run GraphChecker after Builder and SsaBuilder David Brazdil
2015-02-24ART: Add -Wunused Andreas Gampe
2014-12-04ART: Fix linting errors Andreas Gampe
2014-12-03Bounds check elimination. Mingyao Yang